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

datafusion 0.4.0

DataFusion is a modern distributed compute platform 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]
name = "datafusion"
version = "0.4.0"
authors = ["Andy Grove <andygrove73@gmail.com>"]
include = ["src/**/*.rs", "Cargo.toml"]
description = "DataFusion is a modern distributed compute platform that uses Apache Arrow as the memory model"
homepage = "https://github.com/andygrove/datafusion"
documentation = "https://datafusion.rs/docs/datafusion"
keywords = ["distributed", "query", "data", "processing", "sql"]
license = "Apache-2.0"
repository = "https://github.com/andygrove/datafusion"

[lib]
name = "datafusion"
path = "src/lib.rs"
[dependencies.datafusion-arrow]
version = "0.12.1"

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

[dependencies.serde_derive]
version = "1.0.80"

[dependencies.serde_json]
version = "1.0.33"
[dev-dependencies.criterion]
version = "0.2.0"