Crate arrow_integration_testing

Source
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§

ArrowFile
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 🔒