[−][src]Module arrow::util::integration_util
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 |
| ArrowJsonSchema | A struct that partially reads the Arrow JSON schema. |