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

ArrowJson

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

ArrowJsonBatch

A struct that partially reads the Arrow JSON record batch

ArrowJsonColumn

A struct that partially reads the Arrow JSON column/array

ArrowJsonDictionaryBatch

A struct that partially reads the Arrow JSON dictionary batch

ArrowJsonField

Fields are left as JSON Value as they vary by DataType

ArrowJsonFieldDictionary
ArrowJsonSchema

A struct that partially reads the Arrow JSON schema.

DictionaryIndexType