Crate polars_io

Crate polars_io 

Source

Re-exports§

pub use cloud::glob as async_glob;cloud
pub use path_utils::*;

Modules§

avroavro
catalogcatalog
cloud
Interface with cloud storage through the object_store crate.
csvcsv or json
Functionality for reading and writing CSV files.
file_cachefile_cache
hive
ipcipc or ipc_streaming
jsonjson
(De)serialize JSON files.
mmap
ndjsonjson
parquetparquet
Functionality for reading and writing Apache Parquet files.
path_utils
pl_asyncasync
predicates
prelude
scan_linesscan_lines
utils

Macros§

impl_page_walk
Support for traversing paginated response values that look like:

Structs§

HiveOptions
Options for Hive partitioning.
RowIndex

Enums§

ExternalCompression
Compression options for file that are expressed externally like CSV and NDJSON. Externally does not mean by an external tool, more that it doesn’t happen internally like it does for Parquet and IPC.

Traits§

ArrowReader
SerReader
SerWriter

Functions§

get_upload_chunk_size
schema_to_arrow_checked