Cargo Features
[dependencies]
vortex = { version = "0.27.0", default-features = false, features = ["files", "object_store", "parquet", "python", "tokio", "proto"] }
- default = files
-
The
files
feature is set by default whenevervortex
is added without
somewhere in the dependency tree.default-features = false - files default
-
Enables vortex-file and vortex-io
- object_store
-
Enables object_store of vortex-file
- parquet
-
Enables parquet of vortex-error
- python
-
Enables python of vortex-error
- tokio
-
Enables tokio of vortex-file, vortex-io, and vortex-layout
- proto
-
Enables prost of vortex-error, proto of vortex-expr
Vortex has 7 features without comments.