Struct datafusion_row::writer::RowWriter
source · pub struct RowWriter { /* private fields */ }
Expand description
Reusable row writer backed by Vec
┌ ─ ─ ─ ─ ─ ─ ─ ─
RowWriter │
┌───────────────────────┐ │ [RowFormat]
│ │ │
│ │ │(copy from Array
│ │ to [u8]) │ ┌───────────────────────┐
│ RecordBatch │ └ ─ ─ ─ ─ ─ ─ ─ ─ │ RowFormat │
│ │──────────────────────────────▶│ Vec<u8> │
│ (... N Rows ...) │ │ │
│ │ └───────────────────────┘
│ │
│ │
└───────────────────────┘