Cargo Features
VortexExpr has no features set by default.
[dependencies]
vortex-expr = { version = "0.31.0", features = ["datafusion", "serde", "proto", "test-harness"] }
- datafusion
-
Enables datafusion-expr and datafusion-physical-expr, datafusion of vortex-scalar
- serde proto?
-
Enables serde and serde_json, serde of vortex-dtype, vortex-error, and vortex-scalar
- proto = serde
-
Enables vortex-proto, prost and prost-types, proto of vortex-dtype, prost of vortex-error, proto of vortex-scalar
Affects
vortex-expr::Id
,vortex-expr::ExprDeserialize
,vortex-expr::ExprSerializable
,vortex-expr::VortexExprExt.serialize
… - test-harness
-
Affects
vortex-expr::test_harness
…