rudb-bind 0.3.28

Name, type and overload resolution, subquery binding, and the bound logical plan.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"

[[package]]
name = "chrono"
version = "0.4.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
dependencies = [
 "num-traits",
]

[[package]]
name = "chrono-tz"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
dependencies = [
 "chrono",
 "phf",
]

[[package]]
name = "memchr"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "phf"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
dependencies = [
 "phf_shared",
]

[[package]]
name = "phf_shared"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
dependencies = [
 "siphasher",
]

[[package]]
name = "rudb-bind"
version = "0.3.28"
dependencies = [
 "rudb-catalog",
 "rudb-common",
 "rudb-functions",
 "rudb-parse",
 "rudb-plan",
]

[[package]]
name = "rudb-catalog"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fed48f39b7dbe84bf79c0ed1bcb28aba006e2e358fdca0d209eaf0d2f25c220"
dependencies = [
 "rudb-common",
 "rudb-functions",
 "rudb-native",
 "rudb-storage",
 "rudb-txn",
 "rudb-vector",
]

[[package]]
name = "rudb-common"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5971fd10f57c318a265d115c07cbe706a5d0b14b2821a0b6c3a0ea86abaede51"
dependencies = [
 "chrono",
 "chrono-tz",
]

[[package]]
name = "rudb-compress"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03578a81d5fad9f0220b15c7f7c41a79c4605095393a015615d0880903e5ae76"
dependencies = [
 "rudb-common",
]

[[package]]
name = "rudb-csv"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63fa2a10a38af68837c683ede50e17e7046e877faf890ac60577df553be409b9"
dependencies = [
 "rudb-common",
 "rudb-io",
 "rudb-kernels",
 "rudb-vector",
]

[[package]]
name = "rudb-encoding"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786d3a1366c5fecc351f1566d81ef88ce78187fd524a1d80f1c6743977728307"
dependencies = [
 "rudb-common",
 "rudb-vector",
]

[[package]]
name = "rudb-functions"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467dfd6f2b81b25b32c42da152ab3870a5d47de0952eee897f81a5baa3b8151f"
dependencies = [
 "rudb-common",
 "rudb-csv",
 "rudb-io",
 "rudb-ir",
 "rudb-kernels",
 "rudb-parquet",
 "rudb-parse",
 "rudb-vector",
]

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

[[package]]
name = "rudb-ir"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d8b2115380c9339997ca99fb9bc090102e66449e159399e69a676a7ce03f8dc"
dependencies = [
 "rudb-common",
 "rudb-vector",
]

[[package]]
name = "rudb-kernels"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7037a2f1cf0976a8efe0a1c827687e453a560d48e007b737a3e1ce004b1b7ba8"
dependencies = [
 "memchr",
 "rudb-common",
 "rudb-encoding",
 "rudb-regex",
 "rudb-vector",
]

[[package]]
name = "rudb-native"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a4ab753e764f70b8d2cad197ee3b275b62abf78091692a68341963113655aad"
dependencies = [
 "rudb-common",
 "rudb-storage",
 "rudb-vector",
]

[[package]]
name = "rudb-parquet"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6ccd2ab95a8e39522ce64e7023933bb04af8107982552d50cd7d306e8c537"
dependencies = [
 "rudb-common",
 "rudb-compress",
 "rudb-encoding",
 "rudb-io",
 "rudb-vector",
]

[[package]]
name = "rudb-parse"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a34dde52b5f8a12b6cbff9fb2f099ef63bdd8f562651f56db39a910b8fe5610"
dependencies = [
 "rudb-common",
]

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

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

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

[[package]]
name = "rudb-storage"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819ca794ef1d8a4851bebf68c035f79faa489b085195f935273c45d6aed06dd2"
dependencies = [
 "rudb-common",
 "rudb-encoding",
 "rudb-io",
 "rudb-vector",
]

[[package]]
name = "rudb-txn"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad92a6f6347f8c217ce6aed582fe7c5c6244f3b45d4f794a26fa4606d2e34fe"
dependencies = [
 "rudb-common",
 "rudb-io",
 "rudb-storage",
]

[[package]]
name = "rudb-vector"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97e0f94fd9db8d00df61b439ed7f679b7267daa30696a2f87f539edf7ab5cbbd"
dependencies = [
 "rudb-common",
]

[[package]]
name = "siphasher"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"