vortex-expr

Crates.iovortex-expr
lib.rsvortex-expr
version
sourcesrc
created_at2024-05-20 14:41:33.248043+00
updated_at2025-03-03 17:15:29.436792+00
descriptionVortex Expressions
homepagehttps://github.com/spiraldb/vortex
repositoryhttps://github.com/spiraldb/vortex
max_upload_size
id1245788
Cargo.toml error:TOML parse error at line 28, column 1 | 28 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Nicholas Gates (gatesn)

documentation

README

Vortex Expressions

A crate defining serializable predicate expressions. Used predominantly for filter push-down.

Takes inspiration from postgres https://www.postgresql.org/docs/current/sql-expressions.html and datafusion https://github.com/apache/datafusion/tree/5fac581efbaffd0e6a9edf931182517524526afd/datafusion/expr

Commit count: 1715

cargo fmt