Expand description
Utility functions to make testing DataFusion based crates easier
Modules§
Traits§
- Into
Array Ref - Converts a vector or array into an ArrayRef.
Functions§
- arrow_
test_ data - Returns the arrow test data directory, which is by default stored
in a git submodule rooted at
testing/data
. - batches_
to_ sort_ string - batches_
to_ string - datafusion_
test_ data - Returns the datafusion test data directory, which is by default rooted at
datafusion/core/tests/data
. - format_
batches - get_
data_ dir - Returns a directory path for finding test data.
- parquet_
test_ data parquet
- Returns the parquet test data directory, which is by default
stored in a git submodule rooted at
parquet-testing/data
.