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

datafusion-common-runtime 48.0.1

Common Runtime functionality for DataFusion query engine
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "^0.4"

[dependencies.tokio]
features = ["macros", "rt", "sync"]
version = "1.45"

[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "time"]
version = "1.45"

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

[lints.clippy]
large_futures = "warn"
or_fun_call = "warn"
uninlined_format_args = "warn"
unnecessary_lazy_evaluations = "warn"
used_underscore_binding = "warn"

[lints.rust]
unused_qualifications = "deny"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin)", "cfg(tarpaulin_include)"]
level = "warn"
priority = 0

[package]
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Common Runtime functionality for DataFusion query engine"
edition = "2021"
homepage = "https://datafusion.apache.org"
keywords = ["arrow", "query", "sql"]
license = "Apache-2.0"
name = "datafusion-common-runtime"
readme = "README.md"
repository = "https://github.com/apache/datafusion"
rust-version = "1.82.0"
version = "48.0.1"

[package.metadata.docs.rs]
all-features = true