DataFusion Row

DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that provides an optimized row based format for row-based operations.

See the documentation in [lib.rs] for more details.