Skip to content

Commit

Permalink
feat: update Expr interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1v3r committed Mar 20, 2023
1 parent 3d989aa commit 09c260f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions field/expr.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type Expr interface {
SubCol(col Expr) Expr
MulCol(col Expr) Expr
DivCol(col Expr) Expr
ConcatCol(cols ...Expr) Expr

// implement Condition
BeCond() interface{}
Expand Down

0 comments on commit 09c260f

Please sign in to comment.