Module compacted_row

Source

Structs§

CompactedRow
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.