Skip to content

v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpschorr jpschorr released this 10 Jun 18:36
· 4 commits to main since this release
df46296

[0.13.0]

Changed

  • BREAKING Heavily refactors evaluation to be stateless
  • BREAKING Heavily refactors Session & Evaluation Contexts to no longer require lifetime parameters
  • BREAKING partiql-ast: Removes disused Sexp AST node

Added

  • Added lowering and evaluation of graph MATCH label negation, conjunction, and disjunction
  • Added lowering and evaluation of graph MATCH WHERE clauses
  • Added lowering and evaluation of graph MATCH modes (i.e., WALK, TRAIL, ACYCLIC, SIMPLE)

Removed