Row and Array Comparisons (IN, NOT_IN).
This commit is contained in:
parent
d69c67569a
commit
384c0c67f5
19 changed files with 170 additions and 231 deletions
|
|
@ -69,5 +69,5 @@ func newPrefixTimeExpression(operator string, expression expression) TimeExpress
|
|||
}
|
||||
|
||||
func INTERVAL(interval string) expression {
|
||||
return newPrefixTimeExpression("INTERVAL", Literal(interval))
|
||||
return newPrefixTimeExpression("INTERVAL", literal(interval))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue