datafusion-session

Crates.iodatafusion-session
lib.rsdatafusion-session
version52.1.0
created_at2025-04-20 14:10:58.035927+00
updated_at2026-01-23 17:22:03.378917+00
descriptiondatafusion-session
homepagehttps://datafusion.apache.org
repositoryhttps://github.com/apache/datafusion
max_upload_size
id1641745
size79,718
xudong.w (xudong963)

documentation

README

Apache DataFusion Session

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

This crate provides session-related abstractions used in the DataFusion query engine. A session represents the runtime context for query execution, including configuration, runtime environment, function registry, and planning.

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