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

Method Columns

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

Columns list of all column names.

()

Source from the content-addressed store, hash-verified

571
572// Columns list of all column names.
573func (m *Table) Columns() []string { return m.cols }
574
575// AsRows return all fields suiteable as list of values for Describe/Show statements.
576func (m *Table) AsRows() [][]driver.Value {

Callers 1

TestTableFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestTableFunction · 0.76