Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
653
func
(m *ColumnPb) GetExpr() *expr.NodePb {
654
if
m != nil {
655
return
m.Expr
656
}
657
return
nil
658
}
659
660
func
(m *ColumnPb) GetGuard() *expr.NodePb {
661
if
m != nil {
Callers
2
columnFromPb
Function · 0.45
SqlWhereFromPb
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected