Cargo Features
Narrow has no features set by default.
[dependencies]
narrow = { version = "0.11.5", features = ["arrow-rs", "chrono", "derive", "map", "uuid"] }
- arrow-rs
-
Enables arrow-array ^53.3.0, arrow-buffer ^53.1.0, and arrow-schema ^53.1.0, 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
…