MCPcopy Create free account
hub / github.com/araddon/qlbridge / GetFinalized

Method GetFinalized

rel/sql.pb.go:216–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}
215
216func (m *SqlSelectPb) GetFinalized() bool {
217 if m != nil {
218 return m.Finalized
219 }
220 return false
221}
222
223func (m *SqlSelectPb) GetSchemaqry() bool {
224 if m != nil {

Callers 1

SqlSelectFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected