risingwave_common::row

Module compacted_row

source

Structs§

  • CompactedRow is used in streaming executors’ cache, which takes less memory than Vec<Datum>. Executors need to serialize Row into CompactedRow before writing into cache.