datafusion-functions-window-common

Crates.iodatafusion-functions-window-common
lib.rsdatafusion-functions-window-common
version50.0.0
created_at2024-11-08 20:18:37.197874+00
updated_at2025-09-16 08:01:47.356756+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
size60,278
Andrew Lamb (alamb)

documentation

README

DataFusion Window Function Common Library

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: 11353

cargo fmt