risingwave_storage::row_serde

Module value_serde

source
Expand description

Value encoding is an encoding format which converts the data into a binary form (not memcomparable).

Traits§

  • The compound trait used in StateTableInner, implemented by BasicSerde and ColumnAwareSerde
  • Part of ValueRowSerde that implements new a serde given column_ids and schema

Type Aliases§