Structs§
- Greptime SendableRecordBatchStream -> DataFusion RecordBatchStream. The reverse one is RecordBatchStreamAdapter.
- An [ExecutionPlanVisitor] to collect metrics from a [ExecutionPlan].
RecordBatchMetrics
carrys metrics value from datanode to frontend through gRPC- DataFusion SendableRecordBatchStream -> Greptime RecordBatchStream. The reverse one is DfRecordBatchStreamAdapter. It can collect metrics from DataFusion execution plan.
- Casts the
RecordBatch
es ofstream
against theoutput_schema
.
Enums§
- 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 theverbose
flag is set, it will display detailed information about the plan.