Module tidb_query_executors::interface [−][src]
Batch executor common structures.
Structs
BatchExecuteResult | Data to be flowed between parent and child executors’ single |
ExecuteStats | Execution statistics to be flowed between parent and child executors at once during
|
WithSummaryCollector | Combines an |
Traits
BatchExecutor | The interface for pull-based executors. It is similar to the Volcano Iterator model, but pulls data in batch and stores data by column. |
ExecSummaryCollector | A trait for all execution summary collectors. |