alopex-sql 0.4.1

SQL parser components for the Alopex DB dialect
Documentation
[[bench]]
harness = false
name = "key_encoding"
path = "benches/key_encoding.rs"

[[bench]]
harness = false
name = "knn_rowid"
path = "benches/knn_rowid.rs"

[[bench]]
harness = false
name = "storage_bench"
path = "benches/storage_bench.rs"

[[bench]]
harness = false
name = "storage_macro_bench"
path = "benches/storage_macro_bench.rs"

[dependencies.alopex-core]
version = "0.4.1"

[dependencies.arrow-array]
version = "52"

[dependencies.arrow-schema]
version = "52"

[dependencies.bincode]
version = "1.3"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.futures-core]
version = "0.3"

[dependencies.parquet]
features = ["arrow"]
version = "52"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full", "rt-multi-thread", "sync"]
optional = true
version = "1.35"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.10"

[features]
async = ["alopex-core/async", "dep:futures"]
default = []
tokio = ["async", "alopex-core/tokio", "dep:tokio"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations", "parser-implementations"]
description = "SQL parser components for the Alopex DB dialect"
edition = "2024"
keywords = ["database", "sql", "parser"]
license = "Apache-2.0"
name = "alopex-sql"
readme = false
repository = "https://github.com/alopex-db/alopex"
resolver = "2"
version = "0.4.1"

[[test]]
name = "ast_span_test"
path = "tests/ast_span_test.rs"

[[test]]
name = "async_executor_test"
path = "tests/async_executor_test.rs"

[[test]]
name = "async_facade_parity"
path = "tests/async_facade_parity.rs"

[[test]]
name = "async_streaming"
path = "tests/async_streaming.rs"

[[test]]
name = "async_vector_consistency"
path = "tests/async_vector_consistency.rs"

[[test]]
name = "columnar_scan"
path = "tests/columnar_scan.rs"

[[test]]
name = "columnar_segment"
path = "tests/columnar_segment.rs"

[[test]]
name = "copy_bulk_load"
path = "tests/copy_bulk_load.rs"

[[test]]
name = "ddl_columnar"
path = "tests/ddl_columnar.rs"

[[test]]
name = "ddl_test"
path = "tests/ddl_test.rs"

[[test]]
name = "dml_test"
path = "tests/dml_test.rs"

[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"

[[test]]
name = "error_test"
path = "tests/error_test.rs"

[[test]]
name = "executor_integration"
path = "tests/executor_integration.rs"

[[test]]
name = "expr_test"
path = "tests/expr_test.rs"

[[test]]
name = "hnsw_sql_tests"
path = "tests/hnsw_sql_tests.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "knn_optimization"
path = "tests/knn_optimization.rs"

[[test]]
name = "persistence_test"
path = "tests/persistence_test.rs"

[[test]]
name = "storage_integration"
path = "tests/storage_integration.rs"

[[test]]
name = "tokenizer_test"
path = "tests/tokenizer_test.rs"

[[test]]
name = "txn_integration"
path = "tests/txn_integration.rs"

[[test]]
name = "vector_functions"
path = "tests/vector_functions.rs"