Docs.rs
datafusion-catalog-52.2.0
datafusion-catalog 52.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
xudong963
Dependencies
arrow ^57.1.0
normal
async-trait ^0.1.89
normal
dashmap ^6.0.1
normal
datafusion-common ^52.2.0
normal
datafusion-common-runtime ^52.2.0
normal
datafusion-datasource ^52.2.0
normal
datafusion-execution ^52.2.0
normal
datafusion-expr ^52.2.0
normal
datafusion-physical-expr ^52.2.0
normal
datafusion-physical-plan ^52.2.0
normal
datafusion-session ^52.2.0
normal
futures ^0.3
normal
itertools ^0.14
normal
log ^0.4
normal
object_store ^0.12.4
normal
parking_lot ^0.12
normal
tokio ^1.48
normal
Versions
96.58%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module view
datafusion_
catalog
52.2.0
Module view
Module Items
Structs
In crate datafusion_
catalog
datafusion_catalog
Module
view
Copy item path
Source
Expand description
View data source which uses a LogicalPlan as it’s input.
Structs
§
View
Table
An implementation of
TableProvider
that uses another logical plan.