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

Method GetStar

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

Source from the content-addressed store, hash-verified

637}
638
639func (m *ColumnPb) GetStar() bool {
640 if m != nil && m.Star != nil {
641 return *m.Star
642 }
643 return false
644}
645
646func (m *ColumnPb) GetAgg() bool {
647 if m != nil {

Callers 3

resultColumnFromPbFunction · 0.45
columnFromPbFunction · 0.45
SqlSelectFromPbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected