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

Method Columns

datasource/json.go:95–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93func (m *JsonSource) Setup(*schema.Schema) error { return nil }
94func (m *JsonSource) Tables() []string { return []string{m.table} }
95func (m *JsonSource) Columns() []string { return m.columns }
96func (m *JsonSource) CreateIterator() schema.Iterator { return m }
97func (m *JsonSource) Table(tableName string) (*schema.Table, error) {
98 if m.tbl != nil {

Callers 1

loadTableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected