We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust_decimal
dst_arrow
1 parent d66669e commit 661932cCopy full SHA for 661932c
connectorx/Cargo.toml
@@ -76,7 +76,7 @@ pprof = {version = "0.14", features = ["flamegraph"]}
76
all = ["src_sqlite", "src_postgres", "src_mysql", "src_mssql", "src_oracle", "src_bigquery", "src_csv", "src_dummy", "src_trino", "dst_arrow", "dst_polars", "federation", "fed_exec"]
77
branch = []
78
default = ["fptr"]
79
-dst_arrow = ["arrow"]
+dst_arrow = ["arrow", "rust_decimal"]
80
dst_polars = ["dst_arrow", "polars", "polars-arrow"]
81
fptr = []
82
src_bigquery = ["gcp-bigquery-client", "tokio"]
0 commit comments