Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion-common 7.0.0 - Docs.rs
[go: Go Back, main page]

datafusion-common 7.0.0

DataFusion is an in-memory query engine that uses Apache Arrow as the memory model
Documentation
[dependencies.arrow]
features = ["prettyprint"]
version = "9.0.0"

[dependencies.avro-rs]
features = ["snappy"]
optional = true
version = "0.13"

[dependencies.ordered-float]
version = "2.10"

[dependencies.parquet]
features = ["arrow"]
version = "9.0.0"

[dependencies.pyo3]
optional = true
version = "0.15"

[dependencies.sqlparser]
version = "0.14"

[features]
avro = ["avro-rs"]
pyarrow = ["pyo3"]

[lib]
name = "datafusion_common"
path = "src/lib.rs"

[package]
authors = ["Apache Arrow <dev@arrow.apache.org>"]
description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
edition = "2021"
homepage = "https://github.com/apache/arrow-datafusion"
keywords = ["arrow", "query", "sql"]
license = "Apache-2.0"
name = "datafusion-common"
readme = "README.md"
repository = "https://github.com/apache/arrow-datafusion"
rust-version = "1.58"
version = "7.0.0"