Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ ToPB
Method
ToPB
rel/sql.go:937–939 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
935
return
m.pb
936
}
937
func
(m *SqlSelect) ToPB() *SqlSelectPb {
938
return
m.ToPbStatement().Select
939
}
940
func
(m *SqlSelect) Copy() *SqlSelect {
941
pb := m.ToPB()
942
selCopy := SqlSelectFromPb(pb)
Callers
1
Copy
Method · 0.95
Calls
1
ToPbStatement
Method · 0.95
Tested by
no test coverage detected