Module datafusion_physical_plan::streaming
source · Expand description
Generic plans for deferred execution: StreamingTableExec
and PartitionStream
Structs§
- An
ExecutionPlan
for one or morePartitionStream
s.
Traits§
- A partition that can be converted into a
SendableRecordBatchStream