Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetInto
Method
GetInto
rel/sql.pb.go:146–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
func
(m *SqlSelectPb) GetInto() string {
147
if
m != nil && m.Into != nil {
148
return
*m.Into
149
}
150
return
""
151
}
152
153
func
(m *SqlSelectPb) GetWhere() *SqlWherePb {
154
if
m != nil {
Callers
1
SqlSelectFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected