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

Method GetIsAgg

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

Source from the content-addressed store, hash-verified

207}
208
209func (m *SqlSelectPb) GetIsAgg() bool {
210 if m != nil {
211 return m.IsAgg
212 }
213 return false
214}
215
216func (m *SqlSelectPb) GetFinalized() bool {
217 if m != nil {

Callers 1

SqlSelectFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected