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::physical_plan::test::exec - Rust
[go: Go Back, main page]

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§