tree: 84a6e05bfb67bdae3d918a8e48baebe69c440858
  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.