Module batch_table

Source

Modulesยง

merge_vnode_stream ๐Ÿ”’

Structsยง

BatchTableInner
BatchTableInner is the interface accessing relational data in KV(StateStore) with row-based encoding format, and is used in batch mode.
BatchTableInnerIterInner ๐Ÿ”’
BatchTableInnerIterInner iterates on the storage table.
BatchTableInnerIterLogInner ๐Ÿ”’
BatchTableInnerIterLogInner iterates on the storage table.

Functionsยง

build_vnode_stream ๐Ÿ”’

Type Aliasesยง

BatchTable
BatchTable will use [EitherSerde] as default so that we can support both versioned and non-versioned tables with the same type.