Add support for CASE operator.
This commit is contained in:
parent
3367df247c
commit
4f9323ddca
18 changed files with 243 additions and 272 deletions
|
|
@ -10,8 +10,6 @@ type serializeOption int
|
|||
|
||||
const (
|
||||
FOR_PROJECTION = iota
|
||||
UNION_ORDER_BY
|
||||
NO_TABLE_NAME
|
||||
)
|
||||
|
||||
type Clause interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue