Cargo Features

arrow-data has no features set by default.

[dependencies]
arrow-data = { version = "51.0.0", features = ["force_validate", "ffi"] }
force_validate

force_validate runs full data validation for all arrays that are created this is not enabled by default as it is too computationally expensive but is run as part of our CI checks

ffi

Enable ffi support

Enables ffi of arrow-schema

Affects arrow-data::ffi