Expand description
Query profiling infrastructure.
Provides ProfiledOperator, a wrapper that collects runtime statistics
(row counts, timing, call counts) around any pull-based Operator.
Used by the PROFILE statement to annotate each operator with actual
execution metrics.
Structs§
- Profile
Stats - Runtime statistics for a single operator in a profiled query.
- Profiled
Operator - Wraps a pull-based
Operatorto collect runtime statistics.
Type Aliases§
- Shared
Profile Stats - Shared handle to profile stats, written by
ProfiledOperatorduring execution and read afterwards for formatting.