rudb-plan 0.3.6

The logical and physical plan representations, their textual forms and Substrait conversion.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rudb-common"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f995c553d652e47cbd3e22e9df764e09fd78e9deaa1afef06667a0cdec78aa3d"

[[package]]
name = "rudb-plan"
version = "0.3.6"
dependencies = [
 "rudb-common",
 "rudb-seam",
]

[[package]]
name = "rudb-seam"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cebe67596e7005719092b7726634b68b95200bc04621bf5786abfac83f4c86b3"
dependencies = [
 "rudb-common",
]