rudb-plan 0.3.7

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.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da313b8adcb10507b1c1319bee1c36a8c13e1e0eb494c2189aeef53f7e3ce0e"

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

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