tree: 993b61c4c7bca650b918d85a60ae670a84f01eae
  1. src/
  2. Cargo.toml
  3. README.md
datafusion/functions-table/README.md

Apache DataFusion Table Function Library

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

This crate contains table functions that can be used in DataFusion queries.

Most projects should use the datafusion crate directly, which re-exports this module. If you are already using the datafusion crate, there is no reason to use this crate directly in your project as well.