datafusion-functions-window-common

Crates.iodatafusion-functions-window-common
lib.rsdatafusion-functions-window-common
version52.1.0
created_at2024-11-08 20:18:37.197874+00
updated_at2026-01-23 17:19:20.431545+00
descriptionCommon functions for implementing user-defined window functions for the DataFusion query engine
homepagehttps://datafusion.apache.org
repositoryhttps://github.com/apache/datafusion
max_upload_size
id1441531
size58,507
Andrew Lamb (alamb)

documentation

README

Apache DataFusion Window Function Common Library

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

This crate contains common functions for implementing window functions.

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.

Commit count: 12494

cargo fmt