Cargo Features

vortex-expr has no features set by default.

[dependencies]
vortex-expr = { version = "0.9.0", features = ["datafusion", "proto", "serde", "arrow-schema"] }
datafusion

Enables datafusion-common, datafusion-expr, and datafusion-physical-expr, datafusion of vortex-scalar

proto

Enables prost, proto of vortex-dtype, expr of vortex-proto, proto of vortex-scalar

serde

Enables serde, serde of vortex-dtype and vortex-scalar

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.

arrow-schema implicit feature

Enables arrow-schema

arrow-schema:

Defines the logical types for arrow arrays

vortex-proto proto?