datafusion-functions

Crates.iodatafusion-functions
lib.rsdatafusion-functions
version50.0.0
created_at2024-02-19 19:08:45.891071+00
updated_at2025-09-16 08:03:37.418395+00
descriptionFunction packages for the DataFusion query engine
homepagehttps://datafusion.apache.org
repositoryhttps://github.com/apache/datafusion
max_upload_size
id1145574
size1,426,522
xudong.w (xudong963)

documentation

README

DataFusion Function Library

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

This crate contains packages of function that can be used to customize the functionality of DataFusion.

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