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  RecordBatchMetricscarrys 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 
RecordBatches ofstreamagainst theoutput_schema. 
Enumsยง
- Async
Record ๐Batch Stream Adapter State  - Metrics ๐
 - Json encoded metrics. Contains metric from a whole plan tree.
 
Functionsยง
- convert_
map_ ๐to_ json_ binary  - Convert a Map array to a Binary array containing JSON data
 - custom_
cast ๐ - Custom cast function that handles Map -> Binary (JSON) conversion
 - format_
bytes_ ๐human_ readable  - is_
bytes_ ๐metric  - Determines if a metric name represents a bytes measurement that should be formatted.
 - is_
time_ ๐metric  - Determines if a metric name represents a time measurement that should be formatted.
 - one_
line ๐ - Returns a single-line summary of the root of the plan.
If the 
verboseflag is set, it will display detailed information about the plan. 
Type Aliasesยง
- Future
Stream ๐