Structs§
- Compacted
Row CompactedRowis used in streaming executors’ cache, which takes less memory thanVec<Datum>. Executors need to serialize Row intoCompactedRowbefore writing into cache.
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.