Add support for CASE operator.

This commit is contained in:
zer0sub 2019-05-06 12:42:15 +02:00
parent 3367df247c
commit 4f9323ddca
18 changed files with 243 additions and 272 deletions

View file

@ -10,8 +10,6 @@ type serializeOption int
const (
FOR_PROJECTION = iota
UNION_ORDER_BY
NO_TABLE_NAME
)
type Clause interface {