...
This commit is contained in:
535
Cargo.lock
generated
535
Cargo.lock
generated
@@ -235,40 +235,19 @@ version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f3f15b4c6b148206ff3a2b35002e08929c2462467b62b9c02036d9c34f9ef994"
|
||||
dependencies = [
|
||||
"arrow-arith 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-cast 55.2.0",
|
||||
"arrow-csv 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-ipc 55.2.0",
|
||||
"arrow-json 55.2.0",
|
||||
"arrow-ord 55.2.0",
|
||||
"arrow-row 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow-string 55.2.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fd798aea3553913a5986813e9c6ad31a2d2b04e931fe8ea4a37155eb541cebb5"
|
||||
dependencies = [
|
||||
"arrow-arith 56.0.0",
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-cast 56.0.0",
|
||||
"arrow-csv 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-ipc 56.0.0",
|
||||
"arrow-json 56.0.0",
|
||||
"arrow-ord 56.0.0",
|
||||
"arrow-row 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-select 56.0.0",
|
||||
"arrow-string 56.0.0",
|
||||
"arrow-arith",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-cast",
|
||||
"arrow-csv",
|
||||
"arrow-data",
|
||||
"arrow-ipc",
|
||||
"arrow-json",
|
||||
"arrow-ord",
|
||||
"arrow-row",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"arrow-string",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -277,24 +256,10 @@ version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "30feb679425110209ae35c3fbf82404a39a4c0436bb3ec36164d8bffed2a4ce4"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"chrono",
|
||||
"num",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-arith"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "508dafb53e5804a238cab7fd97a59ddcbfab20cc4d9814b1ab5465b9fa147f2e"
|
||||
dependencies = [
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"chrono",
|
||||
"num",
|
||||
]
|
||||
@@ -306,9 +271,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "70732f04d285d49054a48b72c54f791bb3424abae92d27aafdf776c98af161c8"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"chrono",
|
||||
"chrono-tz",
|
||||
"half",
|
||||
@@ -316,22 +281,6 @@ dependencies = [
|
||||
"num",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-array"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e2730bc045d62bb2e53ef8395b7d4242f5c8102f41ceac15e8395b9ac3d08461"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"chrono",
|
||||
"half",
|
||||
"hashbrown 0.15.5",
|
||||
"num",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-buffer"
|
||||
version = "55.2.0"
|
||||
@@ -343,28 +292,17 @@ dependencies = [
|
||||
"num",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-buffer"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "54295b93beb702ee9a6f6fbced08ad7f4d76ec1c297952d4b83cf68755421d1d"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"half",
|
||||
"num",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-cast"
|
||||
version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e4f12eccc3e1c05a766cafb31f6a60a46c2f8efec9b74c6e0648766d30686af8"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"atoi",
|
||||
"base64 0.22.1",
|
||||
"chrono",
|
||||
@@ -375,50 +313,15 @@ dependencies = [
|
||||
"ryu",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-cast"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "67e8bcb7dc971d779a7280593a1bf0c2743533b8028909073e804552e85e75b5"
|
||||
dependencies = [
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-select 56.0.0",
|
||||
"atoi",
|
||||
"base64 0.22.1",
|
||||
"chrono",
|
||||
"half",
|
||||
"lexical-core",
|
||||
"num",
|
||||
"ryu",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-csv"
|
||||
version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "012c9fef3f4a11573b2c74aec53712ff9fdae4a95f4ce452d1bbf088ee00f06b"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-cast 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"chrono",
|
||||
"csv",
|
||||
"csv-core",
|
||||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-csv"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "673fd2b5fb57a1754fdbfac425efd7cf54c947ac9950c1cce86b14e248f1c458"
|
||||
dependencies = [
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-cast 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-array",
|
||||
"arrow-cast",
|
||||
"arrow-schema",
|
||||
"chrono",
|
||||
"csv",
|
||||
"csv-core",
|
||||
@@ -431,20 +334,8 @@ version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8de1ce212d803199684b658fc4ba55fb2d7e87b213de5af415308d2fee3619c2"
|
||||
dependencies = [
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"half",
|
||||
"num",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-data"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97c22fe3da840039c69e9f61f81e78092ea36d57037b4900151f063615a2f6b4"
|
||||
dependencies = [
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-buffer",
|
||||
"arrow-schema",
|
||||
"half",
|
||||
"num",
|
||||
]
|
||||
@@ -455,61 +346,26 @@ version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d9ea5967e8b2af39aff5d9de2197df16e305f47f404781d3230b2dc672da5d92"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"flatbuffers",
|
||||
"lz4_flex",
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-ipc"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "778de14c5a69aedb27359e3dd06dd5f9c481d5f6ee9fbae912dba332fd64636b"
|
||||
dependencies = [
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"flatbuffers",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-json"
|
||||
version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5709d974c4ea5be96d900c01576c7c0b99705f4a3eec343648cb1ca863988a9c"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-cast 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"chrono",
|
||||
"half",
|
||||
"indexmap",
|
||||
"lexical-core",
|
||||
"memchr",
|
||||
"num",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"simdutf8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-json"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3860db334fe7b19fcf81f6b56f8d9d95053f3839ffe443d56b5436f7a29a1794"
|
||||
dependencies = [
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-cast 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-cast",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"chrono",
|
||||
"half",
|
||||
"indexmap",
|
||||
@@ -527,24 +383,11 @@ version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6506e3a059e3be23023f587f79c82ef0bcf6d293587e3272d20f2d30b969b5a7"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-ord"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "425fa0b42a39d3ff55160832e7c25553e7f012c3f187def3d70313e7a29ba5d9"
|
||||
dependencies = [
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-select 56.0.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -553,23 +396,10 @@ version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "52bf7393166beaf79b4bed9bfdf19e97472af32ce5b6b48169d321518a08cae2"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"half",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-row"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "df9c9423c9e71abd1b08a7f788fcd203ba2698ac8e72a1f236f1faa1a06a7414"
|
||||
dependencies = [
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"half",
|
||||
]
|
||||
|
||||
@@ -584,12 +414,6 @@ dependencies = [
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-schema"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "85fa1babc4a45fdc64a92175ef51ff00eba5ebbc0007962fecf8022ac1c6ce28"
|
||||
|
||||
[[package]]
|
||||
name = "arrow-select"
|
||||
version = "55.2.0"
|
||||
@@ -597,24 +421,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd2b45757d6a2373faa3352d02ff5b54b098f5e21dccebc45a21806bc34501e5"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"num",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-select"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d8854d15f1cf5005b4b358abeb60adea17091ff5bdd094dca5d3f73787d81170"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"num",
|
||||
]
|
||||
|
||||
@@ -624,28 +434,11 @@ version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0377d532850babb4d927a06294314b316e23311503ed580ec6ce6a0158f49d40"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"memchr",
|
||||
"num",
|
||||
"regex",
|
||||
"regex-syntax 0.8.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrow-string"
|
||||
version = "56.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2c477e8b89e1213d5927a2a84a72c384a9bf4dd0dbf15f9fd66d821aafd9e95e"
|
||||
dependencies = [
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-select 56.0.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"memchr",
|
||||
"num",
|
||||
"regex",
|
||||
@@ -1863,9 +1656,9 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a11e19a7ccc5bb979c95c1dceef663eab39c9061b3bbf8d1937faf0f03bf41f"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-ipc 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow",
|
||||
"arrow-ipc",
|
||||
"arrow-schema",
|
||||
"async-trait",
|
||||
"bytes",
|
||||
"chrono",
|
||||
@@ -1911,7 +1704,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "94985e67cab97b1099db2a7af11f31a45008b282aba921c1e1d35327c212ec18"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"async-trait",
|
||||
"dashmap 6.1.0",
|
||||
"datafusion-common",
|
||||
@@ -1937,7 +1730,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e002df133bdb7b0b9b429d89a69aa77b35caeadee4498b2ce1c7c23a99516988"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"async-trait",
|
||||
"datafusion-catalog",
|
||||
"datafusion-common",
|
||||
@@ -1961,8 +1754,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e13242fc58fd753787b0a538e5ae77d356cb9d0656fa85a591a33c5f106267f6"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow 55.2.0",
|
||||
"arrow-ipc 55.2.0",
|
||||
"arrow",
|
||||
"arrow-ipc",
|
||||
"base64 0.22.1",
|
||||
"half",
|
||||
"hashbrown 0.14.5",
|
||||
@@ -1993,7 +1786,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2cf792579bc8bf07d1b2f68c2d5382f8a63679cce8fbebfd4ba95742b6e08864"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"async-trait",
|
||||
"bytes",
|
||||
"chrono",
|
||||
@@ -2021,7 +1814,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cfc114f9a1415174f3e8d2719c371fc72092ef2195a7955404cfe6b2ba29a706"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"async-trait",
|
||||
"bytes",
|
||||
"datafusion-catalog",
|
||||
@@ -2046,7 +1839,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d88dd5e215c420a52362b9988ecd4cefd71081b730663d4f7d886f706111fc75"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"async-trait",
|
||||
"bytes",
|
||||
"datafusion-catalog",
|
||||
@@ -2077,7 +1870,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9609d83d52ff8315283c6dad3b97566e877d8f366fab4c3297742f33dcd636c7"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"dashmap 6.1.0",
|
||||
"datafusion-common",
|
||||
"datafusion-expr",
|
||||
@@ -2096,7 +1889,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e75230cd67f650ef0399eb00f54d4a073698f2c0262948298e5299fc7324da63"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"chrono",
|
||||
"datafusion-common",
|
||||
"datafusion-doc",
|
||||
@@ -2116,7 +1909,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "70fafb3a045ed6c49cfca0cd090f62cf871ca6326cc3355cb0aaf1260fa760b6"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"datafusion-common",
|
||||
"indexmap",
|
||||
"itertools 0.14.0",
|
||||
@@ -2129,8 +1922,8 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cdf9a9cf655265861a20453b1e58357147eab59bdc90ce7f2f68f1f35104d3bb"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow",
|
||||
"arrow-buffer",
|
||||
"base64 0.22.1",
|
||||
"blake2",
|
||||
"blake3",
|
||||
@@ -2159,7 +1952,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f07e49733d847be0a05235e17b884d326a2fd402c97a89fe8bcf0bfba310005"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"datafusion-common",
|
||||
"datafusion-doc",
|
||||
"datafusion-execution",
|
||||
@@ -2180,7 +1973,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4512607e10d72b0b0a1dc08f42cb5bd5284cb8348b7fea49dc83409493e32b1b"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"datafusion-common",
|
||||
"datafusion-expr-common",
|
||||
"datafusion-physical-expr-common",
|
||||
@@ -2192,8 +1985,8 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2ab331806e34f5545e5f03396e4d5068077395b1665795d8f88c14ec4f1e0b7a"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-ord 55.2.0",
|
||||
"arrow",
|
||||
"arrow-ord",
|
||||
"datafusion-common",
|
||||
"datafusion-doc",
|
||||
"datafusion-execution",
|
||||
@@ -2213,7 +2006,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d4ac2c0be983a06950ef077e34e0174aa0cb9e346f3aeae459823158037ade37"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"async-trait",
|
||||
"datafusion-catalog",
|
||||
"datafusion-common",
|
||||
@@ -2229,7 +2022,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36f3d92731de384c90906941d36dcadf6a86d4128409a9c5cd916662baed5f53"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"datafusion-common",
|
||||
"datafusion-doc",
|
||||
"datafusion-expr",
|
||||
@@ -2268,7 +2061,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1594c7a97219ede334f25347ad8d57056621e7f4f35a0693c8da876e10dd6a53"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"chrono",
|
||||
"datafusion-common",
|
||||
"datafusion-expr",
|
||||
@@ -2287,7 +2080,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dc6da0f2412088d23f6b01929dedd687b5aee63b19b674eb73d00c3eb3c883b7"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"datafusion-common",
|
||||
"datafusion-expr",
|
||||
"datafusion-expr-common",
|
||||
@@ -2309,7 +2102,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dcb0dbd9213078a593c3fe28783beaa625a4e6c6a6c797856ee2ba234311fb96"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"datafusion-common",
|
||||
"datafusion-expr-common",
|
||||
"hashbrown 0.14.5",
|
||||
@@ -2322,7 +2115,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d140854b2db3ef8ac611caad12bfb2e1e1de827077429322a6188f18fc0026a"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"datafusion-common",
|
||||
"datafusion-execution",
|
||||
"datafusion-expr",
|
||||
@@ -2341,9 +2134,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b46cbdf21a01206be76d467f325273b22c559c744a012ead5018dfe79597de08"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow 55.2.0",
|
||||
"arrow-ord 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow",
|
||||
"arrow-ord",
|
||||
"arrow-schema",
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"datafusion-common",
|
||||
@@ -2370,7 +2163,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a72733766ddb5b41534910926e8da5836622316f6283307fd9fb7e19811a59c"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"async-trait",
|
||||
"dashmap 6.1.0",
|
||||
"datafusion-common",
|
||||
@@ -2394,7 +2187,7 @@ version = "48.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c5162338cdec9cc7ea13a0e6015c361acad5ec1d88d83f7c86301f789473971f"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow",
|
||||
"bigdecimal",
|
||||
"datafusion-common",
|
||||
"datafusion-expr",
|
||||
@@ -2803,7 +2596,7 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "548190a42654ce848835b410ae33f43b4d55cb24548fd0a885a289a1d5a95019"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-array",
|
||||
"rand 0.9.2",
|
||||
]
|
||||
|
||||
@@ -3093,9 +2886,9 @@ version = "0.0.1"
|
||||
dependencies = [
|
||||
"age",
|
||||
"anyhow",
|
||||
"arrow 56.0.0",
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow",
|
||||
"arrow-array",
|
||||
"arrow-schema",
|
||||
"base64 0.22.1",
|
||||
"bincode",
|
||||
"byteorder",
|
||||
@@ -3759,15 +3552,15 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "94bafd9d9a9301c1eac48892ec8016d4d28204d4fc55f2ebebee9a7af465e152"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-arith 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-ipc 55.2.0",
|
||||
"arrow-ord 55.2.0",
|
||||
"arrow-row 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow",
|
||||
"arrow-arith",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-ipc",
|
||||
"arrow-ord",
|
||||
"arrow-row",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"async-recursion",
|
||||
"async-trait",
|
||||
"async_cell",
|
||||
@@ -3822,12 +3615,12 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b97ebcd8edc2b534e8ded20c97c8928e275160794af91ed803a3d48d8d2a88d8"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-cast 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-cast",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"bytes",
|
||||
"getrandom 0.2.16",
|
||||
"half",
|
||||
@@ -3841,9 +3634,9 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ce5c1849d07985d6a5011aca9de43c7a42ec4c996d66ef3f2d9896c227cc934c"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-schema",
|
||||
"async-trait",
|
||||
"byteorder",
|
||||
"bytes",
|
||||
@@ -3878,12 +3671,12 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d355c087bc66d85e36cfb428465f585b13971e1e13585dd2b6886a54d8a7d9a4"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-ord 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-ord",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"async-trait",
|
||||
"datafusion",
|
||||
"datafusion-common",
|
||||
@@ -3908,10 +3701,10 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "110d4dedfe02e9cff8f11cfb64a261755da7ee9131845197efeec8b659cc5513"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-cast 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow",
|
||||
"arrow-array",
|
||||
"arrow-cast",
|
||||
"arrow-schema",
|
||||
"chrono",
|
||||
"futures",
|
||||
"hex",
|
||||
@@ -3927,14 +3720,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "66750006299a2fb003091bc290eb1fe2a5933e35236d921934131f3e4629cd33"
|
||||
dependencies = [
|
||||
"arrayref",
|
||||
"arrow 55.2.0",
|
||||
"arrow-arith 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-cast 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow",
|
||||
"arrow-arith",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-cast",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"bytemuck",
|
||||
"byteorder",
|
||||
"bytes",
|
||||
@@ -3967,12 +3760,12 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c639062100610a075e01fd455173348b2fccea10cb0e89f70e38a3183c56022"
|
||||
dependencies = [
|
||||
"arrow-arith 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow-arith",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"async-recursion",
|
||||
"async-trait",
|
||||
"byteorder",
|
||||
@@ -4003,11 +3796,11 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ae67a048a51fb525d1bfde86d1b39118462277e7e7a7cd0e7ba866312873532"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-ord 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow",
|
||||
"arrow-array",
|
||||
"arrow-ord",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"async-channel",
|
||||
"async-recursion",
|
||||
"async-trait",
|
||||
@@ -4058,14 +3851,14 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cc86c7307e2d3d895cfefa503f986edcbdd208eb0aa89ba2c75724ba04bce843"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-arith 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-cast 55.2.0",
|
||||
"arrow-data 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-select 55.2.0",
|
||||
"arrow",
|
||||
"arrow-arith",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-cast",
|
||||
"arrow-data",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"async-priority-channel",
|
||||
"async-recursion",
|
||||
"async-trait",
|
||||
@@ -4100,10 +3893,10 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "769f910b6f2ad5eb4d1b3071c533b619351e61e0dfca74f13c98680a8e6476e9"
|
||||
dependencies = [
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-ord 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-ord",
|
||||
"arrow-schema",
|
||||
"bitvec",
|
||||
"cc",
|
||||
"deepsize",
|
||||
@@ -4125,11 +3918,11 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ffbeafa8a3e97b5b3a06f06d69b0cefe56e65c64a33f674c40c113b797328bd2"
|
||||
dependencies = [
|
||||
"arrow 55.2.0",
|
||||
"arrow-array 55.2.0",
|
||||
"arrow-buffer 55.2.0",
|
||||
"arrow-ipc 55.2.0",
|
||||
"arrow-schema 55.2.0",
|
||||
"arrow",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-ipc",
|
||||
"arrow-schema",
|
||||
"async-trait",
|
||||
"byteorder",
|
||||
"bytes",
|
||||
@@ -4923,18 +4716,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parquet"
|
||||
version = "56.0.0"
|
||||
version = "55.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c7288a07ed5d25939a90f9cb1ca5afa6855faa08ec7700613511ae64bdb0620c"
|
||||
checksum = "b17da4150748086bd43352bc77372efa9b6e3dbd06a04831d2a98c041c225cfa"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow-array 56.0.0",
|
||||
"arrow-buffer 56.0.0",
|
||||
"arrow-cast 56.0.0",
|
||||
"arrow-data 56.0.0",
|
||||
"arrow-ipc 56.0.0",
|
||||
"arrow-schema 56.0.0",
|
||||
"arrow-select 56.0.0",
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
"arrow-cast",
|
||||
"arrow-data",
|
||||
"arrow-ipc",
|
||||
"arrow-schema",
|
||||
"arrow-select",
|
||||
"base64 0.22.1",
|
||||
"brotli",
|
||||
"bytes",
|
||||
|
Reference in New Issue
Block a user