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. - Region
Query Stat Counters - Query statistic counters owned by a region.
- Region
Watermark Entry
Enumsยง
- Async
Record ๐Batch Stream Adapter State - Metrics ๐
- Json encoded metrics. Contains metric from a whole plan tree.
Constantsยง
Functionsยง
- collect_
full_ ๐metrics - Collects the complete plan metrics used by terminal metrics and verbose analyze output.
- collect_
lightweight_ ๐query_ load_ metrics - Collects the minimal metrics needed for query-load reporting before EOF.
- collect_
lightweight_ ๐query_ load_ metrics_ inner - Recursively walks the physical plan and reads raw metric values without formatting plan nodes.
- 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. - record_
query_ ๐stats - region_
scan_ output_ bytes - Extracts total
output_bytesfrom region scan plan nodes.
Type Aliasesยง
- Future
Stream ๐