Structs§
StorageTableInner
is the interface accessing relational data in KV(StateStore
) with row-based encoding format, and is used in batch mode.StorageTableInnerIterInner
iterates on the storage table.StorageTableInnerIterLogInner
iterates on the storage table.
Type Aliases§
StorageTable
will useEitherSerde
as default so that we can support both versioned and non-versioned tables with the same type.