rudb-plan 0.3.18

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

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

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