Module datafusion::physical_plan::test
source · Expand description
Utilities for testing datafusion-physical-plan
Modules§
- Simple iterator over batches for use in testing
Structs§
Functions§
- Get the schema for the aggregate_test_* csv files
- Asserts that given future is pending.
- returns record batch with 3 columns of i32 in memory
- returns memory table scan wrapped around record batch with 3 columns of i32
- Return a RecordBatch with a single Int32 array with values (0..sz) in a field named “i”
- Returns a
MemoryExec
that scanspartitions
of 100 batches each - Returns a
MemoryExec
that scanspartitions
of 100 batches each