Aggregate functions

This commit is contained in:
zer0sub 2019-06-03 18:28:16 +02:00
parent dca028295d
commit d69c67569a
5 changed files with 159 additions and 59 deletions

View file

@ -5,7 +5,8 @@ const (
)
var (
NULL = newNullExpression()
NULL = newNullLiteral()
STAR = newStarLiteral()
)
type keywordClause string