Structsยง
- Async
Record Batch Stream Adapter - DfRecord
Batch Stream Adapter - Greptime SendableRecordBatchStream -> DataFusion RecordBatchStream. The reverse one is RecordBatchStreamAdapter.
- Metric
Collector - An [ExecutionPlanVisitor] to collect metrics from a [ExecutionPlan].
- Plan
Metrics - Record
Batch Metrics RecordBatchMetrics
carrys metrics value from datanode to frontend through gRPC- Record
Batch Stream Adapter - DataFusion SendableRecordBatchStream -> Greptime RecordBatchStream. The reverse one is DfRecordBatchStreamAdapter. It can collect metrics from DataFusion execution plan.
- Record
Batch Stream Type Adapter - Casts the
RecordBatch
es ofstream
against theoutput_schema
.
Enumsยง
- Async
Record ๐Batch Stream Adapter State - Metrics ๐
- Json encoded metrics. Contains metric from a whole plan tree.
Functionsยง
- one_
line ๐ - Returns a single-line summary of the root of the plan.
If the
verbose
flag is set, it will display detailed information about the plan.
Type Aliasesยง
- Future
Stream ๐