Aggregate functions
This commit is contained in:
parent
dca028295d
commit
d69c67569a
5 changed files with 159 additions and 59 deletions
|
|
@ -5,7 +5,8 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
NULL = newNullExpression()
|
||||
NULL = newNullLiteral()
|
||||
STAR = newStarLiteral()
|
||||
)
|
||||
|
||||
type keywordClause string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue