MCPcopy 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
181func (m *SqlSelectPb) GetLimit() int32 {
182 if m != nil {
183 return m.Limit
184 }
185 return 0
186}
187
188func (m *SqlSelectPb) GetOffset() int32 {
189 if m != nil {

Callers 1

SqlSelectFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected