Add ROW constructor and IN/EXISTS operator.

This commit is contained in:
zer0sub 2019-05-05 18:03:30 +02:00
parent 08e4392278
commit 3367df247c
18 changed files with 183 additions and 565 deletions

View file

@ -9,8 +9,7 @@ import (
type serializeOption int
const (
SKIP_DEFAULT_ALIASING = iota
FOR_PROJECTION
FOR_PROJECTION = iota
UNION_ORDER_BY
NO_TABLE_NAME
)