Cargo Features
Narrow has no features set by default.
[dependencies]
narrow = { version = "0.11.3", features = ["arrow-rs", "chrono", "derive", "map", "uuid"] }
- arrow-rs
-
Enables arrow-array, arrow-buffer, and arrow-schema, arrow-rs of optional narrow-derive
Affects
narrow::arrow
… - chrono
-
Enables chrono
Affects
logical::chrono
… - derive map?
-
Enables narrow-derive
- map = derive
-
Affects
logical::map
… - uuid
-
Enables uuid
Affects
logical::uuid
…