v0.9.0
Pre-release
Pre-release
Changed
- BREAKING: partiql-ast: changed modeling of
BagOpExpr
setq
field to be anOption
- BREAKING: partiql-ast: changed modeling of
GroupByExpr
strategy
field to be anOption
- BREAKING: partiql-ast: changed modeling of
PathStep
to splitPathExpr
toPathIndex
(e.g.,[2]
) andPathProject
(e.g.,.a
) - BREAKING: partiql-ast: changed modeling of
PathStep
to renamePathWildcard
toPathForEach
(for[*]
) - BREAKING: partiql-types: changed type ordering to match specification order
- BREAKING: partiql-types: changed some interfaces to reduce clones and be more ergonomic
Added
- partiql-ast: Pretty-printing of AST via
ToPretty
trait - partiql-ast: Added
NodeBuilder
to make building ASTs easier
Fixed
- Minor documentation issues