Query group scan refactoring.
This commit is contained in:
parent
5ed7cf2b1c
commit
e656fb610c
9 changed files with 1273 additions and 398 deletions
|
|
@ -58,6 +58,10 @@ func NewNumericFunc(name string, expressions ...expression) numericExpression {
|
|||
return numericFunc
|
||||
}
|
||||
|
||||
func COUNT(expression numericExpression) numericExpression {
|
||||
return NewNumericFunc("COUNT", expression)
|
||||
}
|
||||
|
||||
func MAX(expression numericExpression) numericExpression {
|
||||
return NewNumericFunc("MAX", expression)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue