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

Method GetDistinct

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

Source from the content-addressed store, hash-verified

123}
124
125func (m *SqlSelectPb) GetDistinct() bool {
126 if m != nil {
127 return m.Distinct
128 }
129 return false
130}
131
132func (m *SqlSelectPb) GetColumns() []*ColumnPb {
133 if m != nil {

Callers 2

ProjectionFromPbFunction · 0.45
SqlSelectFromPbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected