optd-datafusion-repr 0.0.0

A Cascades optimizer framework
Documentation
[package]
name = "optd-datafusion-repr"
version = "0.0.0"
edition = "2021"
description = "A Cascades optimizer framework"
license = "MIT"
repository = "https://github.com/cmu-db/optd"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1"
arrow-schema = "47.0.0"
num-traits = "0.2"
num-derive = "0.2"
tracing = "0.1"
ordered-float = "4"
tracing-subscriber = "0.3"
pretty-xmlish = "0.1"
itertools = "0.11"
optd-core = { path = "../optd-core", version = "0.0.0" }
camelpaste = "0.1"
datafusion-expr = "32.0.0"
async-trait = "0.1"
datafusion = "32.0.0"
assert_approx_eq = "1.1.0"