optd-datafusion-bridge 0.0.0

A Cascades optimizer framework
Documentation
[package]
name = "optd-datafusion-bridge"
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]
arrow-schema = "47.0.0"
datafusion = "32.0.0"
datafusion-expr = "32.0.0"
async-trait = "0.1"
optd-core = { path = "../optd-core", version = "0.0.0" }
optd-datafusion-repr = { path = "../optd-datafusion-repr", version = "0.0.0" }
anyhow = "1"
async-recursion = "1"
futures-lite = "2"
futures-util = "0.3"
tracing = "0.1"
itertools = "0.11"