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
- Casts the
RecordBatch
es ofstream
against theoutput_schema
.
Enumsยง
- Metrics ๐Json encoded metrics. Contains metric from a whole plan tree.
Type Aliasesยง
- Future
Stream ๐