datafusion_row

Module layout

Source
Expand description

Various row layouts for different use case

Structs§

RowLayout
Row layout stores one or multiple 8-byte word(s) per field for CPU-friendly and efficient processing.

Functions§

row_supported
Return true of data in schema can be converted to raw-bytes based rows.