Cargo Features

orcxx has no features set by default.

[dependencies]
orcxx = { version = "0.5.0", features = ["json", "rayon"] }
json

Defines a 'to_json' module which allows converting ORC files to JSON objects

Enables chrono and json

Affects orcxx::to_json

rayon

Enable implementation of rayon's ParallelIterator

Enables rayon

Affects orcxx::parallel_row_iterator