rudb-plan 0.3.2

The logical and physical plan representations, their textual forms and Substrait conversion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

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