llkv-executor 0.8.5-alpha

Query execution engine for the LLKV toolkit.
Documentation
[package]
name = "llkv-executor"
description = "Query execution engine for the LLKV toolkit."
authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
publish.workspace = true
keywords = ["database", "executor", "query", "arrow", "streaming"]
categories = ["database-implementations"]
readme = "README.md"

[package.metadata.cargo-udeps.ignore]
# List dependency names to ignore for this package
normal = []
development = ["llkv-test-utils"]
build = []

[dependencies]
arrow = { workspace = true, default-features = false }
arrow-buffer.workspace = true
croaring.workspace = true
llkv-aggregate.workspace = true
llkv-column-map.workspace = true
llkv-compute.workspace = true
llkv-expr.workspace = true
llkv-join.workspace = true
llkv-plan.workspace = true
llkv-result.workspace = true
llkv-scan.workspace = true
llkv-storage.workspace = true
llkv-table.workspace = true
llkv-threading.workspace = true
llkv-types.workspace = true
rand.workspace = true
rayon.workspace = true
rustc-hash.workspace = true
simd-r-drive-entry-handle.workspace = true
time.workspace = true
tracing.workspace = true

[dev-dependencies]
llkv-test-utils = { workspace = true, features = ["auto-init"], optional = false }

[lints]
workspace = true