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

Method GetFinal

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

Source from the content-addressed store, hash-verified

259func (*SqlSourcePb) Descriptor() ([]byte, []int) { return fileDescriptorSql, []int{2} }
260
261func (m *SqlSourcePb) GetFinal() bool {
262 if m != nil {
263 return m.Final
264 }
265 return false
266}
267
268func (m *SqlSourcePb) GetAliasInner() string {
269 if m != nil && m.AliasInner != nil {

Callers 2

resultColumnFromPbFunction · 0.45
SqlSourceFromPbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected