v0.13.0
Pre-release
Pre-release
[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
)