Module datafusion::physical_plan::test::exec
source · Expand description
Simple iterator over batches for use in testing
Structs§
- A Mock ExecutionPlan that does not start producing input until a barrier is called
- Index into the data that has been returned so far
- Execution plan that emits streams that block forever.
- A
RecordBatchStream
that is pending forever. - A mock execution plan that errors on a call to execute
- A Mock ExecutionPlan that can be used for writing tests of other ExecutionPlans
- Execution plan that emits streams that panics.
- A mock execution plan that simply returns the provided statistics
- Iterator over batches
Functions§
- Asserts that the strong count of the given
Weak
pointer converges to zero.