v0.9.0
Pre-release
Pre-release
Changed
- BREAKING: partiql-ast: changed modeling of
BagOpExprsetqfield to be anOption - BREAKING: partiql-ast: changed modeling of
GroupByExprstrategyfield to be anOption - BREAKING: partiql-ast: changed modeling of
PathStepto splitPathExprtoPathIndex(e.g.,[2]) andPathProject(e.g.,.a) - BREAKING: partiql-ast: changed modeling of
PathStepto renamePathWildcardtoPathForEach(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
ToPrettytrait - partiql-ast: Added
NodeBuilderto make building ASTs easier
Fixed
- Minor documentation issues