MCPcopy Create free account
hub / github.com/araddon/qlbridge / GetExpr

Method GetExpr

rel/sql.pb.go:653–658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651}
652
653func (m *ColumnPb) GetExpr() *expr.NodePb {
654 if m != nil {
655 return m.Expr
656 }
657 return nil
658}
659
660func (m *ColumnPb) GetGuard() *expr.NodePb {
661 if m != nil {

Callers 2

columnFromPbFunction · 0.45
SqlWhereFromPbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected