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

Method GetColIndex

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

Source from the content-addressed store, hash-verified

280}
281
282func (m *SqlSourcePb) GetColIndex() []KvInt {
283 if m != nil {
284 return m.ColIndex
285 }
286 return nil
287}
288
289func (m *SqlSourcePb) GetJoinNodes() []*expr.NodePb {
290 if m != nil {

Callers 1

SqlSourceFromPbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected