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