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

Method Table

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

Table get table schema for given table name.

(table string)

Source from the content-addressed store, hash-verified

46 Tables() []string
47 // Table get table schema for given table name.
48 Table(table string) (*Table, error)
49 }
50 // SourceTableSchema Partial interface from Source to define just Table()
51 SourceTableSchema interface {

Callers 14

tableForTableMethod · 0.65
tableForTablesMethod · 0.65
IntrospectSchemaFunction · 0.65
TableMethod · 0.65
loadTableMethod · 0.65
ColumnsMethod · 0.65
TableMethod · 0.65
LoadTestDataOnceFunction · 0.65
TestMemDbFunction · 0.65
loadFinalMethod · 0.65
loadMethod · 0.65

Implementers 9

CsvDataSourcedatasource/csv.go
SchemaDbdatasource/schemadb.go
JsonSourcedatasource/json.go
Sourcedatasource/mockcsv/mockcsv.go
storeSourcedatasource/files/storesource.go
FileSourcedatasource/files/filesource.go
StaticDataSourcedatasource/membtree/btree.go
Sourcedatasource/sqlite/source.go
MemDbdatasource/memdb/db.go

Calls

no outgoing calls

Tested by 3

LoadTestDataOnceFunction · 0.52
TestMemDbFunction · 0.52