Expand description
Nested message and enum types in AggCallState
.
Structs§
- Materialized
Input State - use the some column of the Upstream’s materialization as the AggCall’s state, used for extreme/string_agg/array_agg.
- Value
State - the state is stored in the intermediate state table. used for count/sum/append-only extreme.
Enums§
Type Aliases§
- PbInner
- Alias for
Inner
. - PbMaterialized
Input State - Alias for
MaterializedInputState
. - PbValue
State - Alias for
ValueState
.