datafusion-expr-common 43.0.0

Logical plan and expression representation for DataFusion query engine
Documentation
Logical Expr types and traits for [DataFusion] This crate contains types and traits that are used by both Logical and Physical expressions. They are kept in their own crate to avoid physical expressions depending on logical expressions. [DataFusion]: