Module state_table

Source

Macrosยง

insane_mode_discard_point ๐Ÿ”’
This macro is used to mark a point where we want to randomly discard the operation and early return, only in insane mode.

Structsยง

StateTableInner
StateTableInner is the interface accessing relational data in KV(StateStore) with row-based encoding.
StateTablePostCommit
A callback struct returned from StateTableInner::commit.

Enumsยง

StateTableOpConsistencyLevel

Constantsยง

WATERMARK_CACHE_ENTRIES ๐Ÿ”’
Mostly watermark operators will have inserts (append-only). So this number should not need to be very large. But we may want to improve this choice in the future.

Functionsยง

consistent_old_value_op ๐Ÿ”’
deserialize_keyed_row_stream ๐Ÿ”’
end_range_to_memcomparable ๐Ÿ”’
fill_non_output_indices ๐Ÿ”’
prefix_and_sub_range_to_memcomparable ๐Ÿ”’
prefix_range_to_memcomparable
start_range_to_memcomparable ๐Ÿ”’

Type Aliasesยง

ReplicatedStateTable
ReplicatedStateTable is meant to replicate upstream shared buffer. Used for ArrangementBackfill executor.
StateTable
StateTable will use BasicSerde as default
WatermarkCacheParameterizedStateTable
WatermarkCacheStateTable
WatermarkCacheStateTable caches the watermark column. It will reduce state cleaning overhead.

Trait Aliasesยง

KeyedRowStream
PkRowStream
RowStream