pub type RefRow<'a> = SmallVec<[&'a [u8]; 4]>;Expand description
A RefRow is a list of column value slices pointing to either an internal buffer or a
memory-mapped file.
The inline capacity covers every segment used by reth (at most three columns), so reading a row does not allocate.
Aliased Type§
pub struct RefRow<'a> { /* private fields */ }Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes