Module prelude

Module prelude 

Source

Re-exports§

pub use crate::cloud;
pub use crate::csv::read::*;csv
pub use crate::csv::write::*;csv
pub use crate::ipc::*;ipc or ipc_streaming
pub use crate::json::*;json
pub use crate::ndjson::core::*;json
pub use crate::parquet::metadata::*;parquet
pub use crate::parquet::read::*;parquet
pub use crate::parquet::write::*;parquet
pub use crate::path_utils::*;
pub use crate::utils::*;

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§

SerReader
SerWriter