Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetLimit
Method
GetLimit
rel/sql.pb.go:181–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
}
180
181
func
(m *SqlSelectPb) GetLimit() int32 {
182
if
m != nil {
183
return
m.Limit
184
}
185
return
0
186
}
187
188
func
(m *SqlSelectPb) GetOffset() int32 {
189
if
m != nil {
Callers
1
SqlSelectFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected