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

Method FieldNamesPositions

schema/schema.go:593–593  ·  view source on GitHub ↗

FieldNamesPositions List of Field Names and ordinal position in Column list

()

Source from the content-addressed store, hash-verified

591
592// FieldNamesPositions List of Field Names and ordinal position in Column list
593func (m *Table) FieldNamesPositions() map[string]int { return m.FieldPositions }
594
595// Current Is this schema object current? ie, have we refreshed it from
596// source since refresh interval.

Callers 2

TestTableFunction · 0.95
NextMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestTableFunction · 0.76