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

Method FieldNames

rel/sql.go:584–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

582 return w.String()
583}
584func (m *Columns) FieldNames() []string {
585 names := make([]string, len(*m))
586 for i, col := range *m {
587 names[i] = col.Key()
588 }
589 return names
590}
591func (m *Columns) UnAliasedFieldNames() []string {
592 names := make([]string, len(*m))
593 for i, col := range *m {

Callers

nothing calls this directly

Calls 1

KeyMethod · 0.65

Tested by

no test coverage detected