Available on non-WebAssembly only.
Expand description
Common unit test utility methods
Modules§
- object_
store - Object store implementation used for testing
- variable
- System variable provider
Functions§
- assert_
fields_ eq - columns
- Returns the column names on the schema
- create_
table_ dual - make_
partition - Return a RecordBatch with a single Int32 array with values (0..sz)
- partitioned_
file_ groups - Returns file groups
Vec<FileGroup>
for scanningpartitions
offilename
- scan_
partitioned_ csv - Returns a
DataSourceExec
that scans “aggregate_test_100.csv” withpartitions
partitions - table_
with_ decimal - Return a new table which provide this decimal column
- table_
with_ sequence - Return a new table provider that has a single Int32 column with
values between
seq_start
andseq_end