Open apstndb opened 2 days ago
Refine QueryExpr to able to support upcoming pipe syntax.
It requires breaking change of top level query structure.
ast.Query
WITH
ORDER BY
LIMIT
ast.QueryStatement
ast.QueryExpr
ast.AllOrDistinct
distinct
ast.Select
ast.CompoundQuery
Refine QueryExpr to able to support upcoming pipe syntax.
It requires breaking change of top level query structure.
Breaking changes
ast.Query
and moveWITH
,ORDER BY
,LIMIT
clause into it fromast.QueryStatement
and otherast.QueryExpr
s.ast.AllOrDistinct
interface, it replacesdistinct
inast.Select
.~ast.AllOrDistinct
typed string. it replacesdistinct
inast.Select
andast.CompoundQuery
.Related issues