Cargo Features

polars-pipe has no features set by default.

[dependencies]
polars-pipe = { version = "0.39.2", features = ["csv", "cloud", "parquet", "ipc", "json", "async", "nightly", "cross_join", "dtype-u8", "dtype-u16", "dtype-i8", "dtype-i16", "dtype-decimal", "dtype-array", "dtype-categorical", "trigger_ooc"] }
csv

Enables csv of polars-io and polars-plan

cloud = async, futures, tokio

Enables cloud of polars-io and polars-plan

Affects ipc::IpcCloudSink, parquet::ParquetCloudSink

parquet

Enables async and parquet of polars-io, parquet of polars-plan

ipc

Enables ipc of polars-plan and polars-io

polars-io:

support for arrows ipc file parsing

json

Enables json of polars-io and polars-plan

polars-io:

support for arrows json parsing

async cloud? = futures

Enables async of polars-io and polars-plan

nightly

Enables nightly of hashbrown, polars-core, and polars-utils

cross_join

Enables cross_join of polars-ops

dtype-u8

Enables dtype-u8 of polars-core

dtype-u16

Enables dtype-u16 of polars-core

dtype-i8

Enables dtype-i8 of polars-core

dtype-i16

Enables dtype-i16 of polars-core

dtype-decimal

Enables dtype-decimal of polars-core

dtype-array

Enables dtype-array of polars-core

dtype-categorical

Enables dtype-categorical of polars-core

trigger_ooc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures async? cloud?
tokio cloud?