Module adapter

Source

Structsยง

AsyncRecordBatchStreamAdapter
DfRecordBatchStreamAdapter
Greptime SendableRecordBatchStream -> DataFusion RecordBatchStream. The reverse one is RecordBatchStreamAdapter.
MetricCollector
An [ExecutionPlanVisitor] to collect metrics from a [ExecutionPlan].
PlanMetrics
RecordBatchMetrics
RecordBatchMetrics carrys metrics value from datanode to frontend through gRPC
RecordBatchStreamAdapter
DataFusion SendableRecordBatchStream -> Greptime RecordBatchStream. The reverse one is DfRecordBatchStreamAdapter. It can collect metrics from DataFusion execution plan.
RecordBatchStreamTypeAdapter
Casts the RecordBatches of stream against the output_schema.

Enumsยง

AsyncRecordBatchStreamAdapterState ๐Ÿ”’
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ยง

FutureStream ๐Ÿ”’