Module agg_call_state

Source
Expand description

Nested message and enum types in AggCallState.

Structs§

MaterializedInputState
use the some column of the Upstream’s materialization as the AggCall’s state, used for extreme/string_agg/array_agg.
ValueState
the state is stored in the intermediate state table. used for count/sum/append-only extreme.

Enums§

Inner

Type Aliases§

PbInner
Alias for Inner.
PbMaterializedInputState
Alias for MaterializedInputState.
PbValueState
Alias for ValueState.