Macrosยง
- 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
is the interface accessing relational data in KV(StateStore
) with row-based encoding.
Enumsยง
Constantsยง
- 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.
Traitsยง
Functionsยง
Type Aliasesยง
ReplicatedStateTable
is meant to replicate upstream shared buffer. Used forArrangementBackfill
executor.StateTable
will useBasicSerde
as defaultWatermarkCacheStateTable
caches the watermark column. It will reduce state cleaning overhead.