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

Method Columns

datasource/csv.go:103–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101func (m *CsvDataSource) Setup(*schema.Schema) error { return nil }
102func (m *CsvDataSource) Tables() []string { return []string{m.table} }
103func (m *CsvDataSource) Columns() []string { return m.headers }
104func (m *CsvDataSource) Table(tableName string) (*schema.Table, error) {
105 if m.tbl != nil {
106 return m.tbl, nil

Callers 1

loadTableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected