| Crates.io | datafusion-session |
| lib.rs | datafusion-session |
| version | 52.1.0 |
| created_at | 2025-04-20 14:10:58.035927+00 |
| updated_at | 2026-01-23 17:22:03.378917+00 |
| description | datafusion-session |
| homepage | https://datafusion.apache.org |
| repository | https://github.com/apache/datafusion |
| max_upload_size | |
| id | 1641745 |
| size | 79,718 |
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.