tree: 14c06ada832d7af44d5c92909f6515d60317341e
  1. src/
  2. Cargo.toml
  3. README.md
datafusion/functions-window/README.md

Apache DataFusion Window 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 window function definitions.

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.