Cargo Features
[dependencies]
datafusion-substrait = { version = "44.0.0", default-features = false, features = ["physical", "protoc"] }
- default = physical
-
The
physical
feature is set by default wheneverdatafusion-substrait
is added without
somewhere in the dependency tree.default-features = false - physical default
-
Enables parquet of datafusion
Affects
datafusion-substrait::physical_plan
… - protoc
-
Enables protoc of substrait ^0.50