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

datafusion 0.1.4

DataFusion is a datasource-agnostic distributed query processing framework for Rust inspired by 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.1.4"
authors = ["Andy Grove <andygrove73@gmail.com>"]
description = "DataFusion is a datasource-agnostic distributed query processing framework for Rust inspired by Apache Spark"
homepage = "https://datafusion.rs"
keywords = ["distributed", "query", "data", "processing", "spark"]
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
[dependencies.csv]
version = "1.0.0-beta.5"

[dependencies.futures]
version = "0.1.14"

[dependencies.hyper]
version = "0.11.2"

[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"
[dev-dependencies.criterion]
version = "0.2.0"