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 0.14.0 - Docs.rs
[go: Go Back, main page]

datafusion 0.14.0

DataFusion is an in-memory query engine that uses Apache Arrow as the memory model
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "datafusion"
version = "0.14.0"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
include = ["src/**/*.rs", "Cargo.toml"]
description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
homepage = "https://github.com/apache/arrow"
keywords = ["arrow", "query", "sql"]
license = "Apache-2.0"
repository = "https://github.com/apache/arrow"

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

[[bin]]
name = "datafusion-cli"
path = "src/bin/repl.rs"
[dependencies.arrow]
version = "0.14.0"

[dependencies.clap]
version = "2.33.0"

[dependencies.fnv]
version = "1.0.3"

[dependencies.parquet]
version = "0.14.0"

[dependencies.prettytable-rs]
version = "0.8.0"

[dependencies.rustyline]
version = "4.1.0"

[dependencies.serde]
version = "1.0.80"
features = ["rc"]

[dependencies.serde_derive]
version = "1.0.80"

[dependencies.serde_json]
version = "1.0.33"

[dependencies.sqlparser]
version = "0.2.0"
[dev-dependencies.criterion]
version = "0.2.0"