[package]
name = "datafusion-expr"
description = "Logical plan and expression representation for DataFusion query engine"
version = "12.0.0"
homepage = "https://github.com/apache/arrow-datafusion"
repository = "https://github.com/apache/arrow-datafusion"
readme = "README.md"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
license = "Apache-2.0"
keywords = [ "datafusion", "logical", "plan", "expressions" ]
edition = "2021"
rust-version = "1.62"
[lib]
name = "datafusion_expr"
path = "src/lib.rs"
[features]
[dependencies]
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
arrow = { version = "22.0.0", features = ["prettyprint"] }
datafusion-common = { path = "../common", version = "12.0.0" }
sqlparser = "0.23"