Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetOffset
Method
GetOffset
rel/sql.pb.go:188–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
}
187
188
func
(m *SqlSelectPb) GetOffset() int32 {
189
if
m != nil {
190
return
m.Offset
191
}
192
return
0
193
}
194
195
func
(m *SqlSelectPb) GetAlias() string {
196
if
m != nil && m.Alias != nil {
Callers
1
SqlSelectFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected