Module arrow::util::integration_util[][src]

Expand description

Utils for JSON integration testing

These utilities define structs that read the integration JSON format for integration testing purposes.

Structs

A struct that represents an Arrow file with a schema and record batches

A struct that partially reads the Arrow JSON record batch

A struct that partially reads the Arrow JSON column/array

A struct that partially reads the Arrow JSON dictionary batch

Fields are left as JSON Value as they vary by DataType

A struct that partially reads the Arrow JSON schema.