tree: 981e97eeb05a1b9865119e83415770a11d1f2d96 [path history] [tgz]
  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.