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

datafusion 0.2.1

DataFusion is a SQL query parser, planner, and distributed query processing framework for Rust inspired by Apache Calcite and Apache Spark
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]
name = "datafusion"
version = "0.2.1"
authors = ["Andy Grove <andygrove73@gmail.com>"]
include = ["src/**/*.rs", "Cargo.toml"]
description = "DataFusion is a SQL query parser, planner, and distributed query processing framework for Rust inspired by Apache Calcite and Apache Spark"
homepage = "https://datafusion.rs"
keywords = ["distributed", "query", "data", "processing", "sql"]
license = "Apache-2.0"
repository = "https://github.com/andygrove/datafusion-rs"

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

[[bin]]
name = "worker"
path = "src/bin/worker/main.rs"

[[bin]]
name = "console"
path = "src/bin/console/main.rs"

[[bench]]
name = "dataframe_bench"
harness = false

[[bench]]
name = "sql_bench"
harness = false

[[bench]]
name = "filter_primitive"
harness = false

[[bench]]
name = "udf_udt"
harness = false
[dependencies.byteorder]
version = "1"

[dependencies.clap]
version = "2.29.4"

[dependencies.csv]
version = "1.0.0-beta.5"

[dependencies.etcd]
version = "0.8.0"

[dependencies.futures]
version = "0.1.18"

[dependencies.futures-timer]
version = "0.1"

[dependencies.hyper]
version = "0.11.2"

[dependencies.liner]
version = "0.4.3"

[dependencies.rprompt]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio-core]
version = "0.1.2"

[dependencies.uuid]
version = "0.6.0-beta"
features = ["v5"]
[dev-dependencies.criterion]
version = "0.2.0"