Expand description
Common code used in the integration test binaries
Modules§
- flight_
client_ scenarios - Collection of utilities for testing the Flight client.
- flight_
server_ scenarios - Collection of utilities for testing the Flight server.
Structs§
- Arrow
File - An Arrow file in JSON format
Constants§
- AUTH_
PASSWORD - The expected password for the basic auth integration test.
- AUTH_
USERNAME - The expected username for the basic auth integration test.
Functions§
- arrow_
rs_ cdata_ integration_ export_ batch_ from_ json - A C-ABI for exporting a RecordBatch from a JSON file
- arrow_
rs_ cdata_ integration_ export_ schema_ from_ json - A C-ABI for exporting an Arrow schema from a JSON file
- arrow_
rs_ cdata_ integration_ import_ batch_ and_ compare_ to_ json - A C-ABI to compare a RecordBatch against a JSON file
- arrow_
rs_ cdata_ integration_ import_ schema_ and_ compare_ to_ json - A C-ABI to compare an Arrow schema against a JSON file
- arrow_
rs_ ⚠free_ error - Release a const char* exported by result_to_c_error()
- canonicalize_
schema - Canonicalize the names of map fields in a schema
- cdata_
integration_ 🔒export_ batch_ from_ json - C Data Integration entrypoint to export a batch from a JSON file
- cdata_
integration_ 🔒export_ schema_ from_ json - C Data Integration entrypoint to export the schema from a JSON file
- cdata_
integration_ 🔒import_ batch_ and_ compare_ to_ json - cdata_
integration_ 🔒import_ schema_ and_ compare_ to_ json - compare_
batches 🔒 - open_
json_ file - Read an Arrow file in JSON format
- read_
gzip_ json - Read gzipped JSON test file
- result_
to_ 🔒c_ error