Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::test_util - Rust
[go: Go Back, main page]

Module datafusion::test_util

source ·
Expand description

Utility functions to make testing DataFusion based crates easier

Structs

TableFactory for tests
TableProvider for testing purposes

Functions

Get the schema for the aggregate_test_* csv files
Get the schema for the aggregate_test_* csv files with an additional filed not present in the files.
Returns the arrow test data directory, which is by default stored in a git submodule rooted at testing/data.
Returns the parquet test data directory, which is by default stored in a git submodule rooted at parquet-testing/data.
Scan an empty data source, mainly used in tests
Scan an empty data source with configured partition, mainly used in tests.