MCPcopy
hub / github.com/uber/aresdb / FetchSchema

Method FetchSchema

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

FetchSchema fetch one schema for given table

(table string)

Source from the content-addressed store, hash-verified

37 FetchAllSchemas() ([]*metaCom.Table, error)
38 // FetchSchema fetch one schema for given table
39 FetchSchema(table string) (*metaCom.Table, error)
40 // FetchAllEnums fetches all enums for given table and column
41 FetchAllEnums(tableName string, columnName string) ([]string, error)
42 // ExtendEnumCases extends enum cases to given table column

Callers 4

FetchSchemaMethod · 0.65
prepareUpsertBatchMethod · 0.65
PrepareUpsertBatchMethod · 0.65
controller_test.goFile · 0.65

Implementers 3

httpSchemaFetcherclient/schema.go
ControllerHTTPClientcontroller/client/controller.go
ControllerClientcontroller/client/mocks/ControllerClie

Calls

no outgoing calls

Tested by

no test coverage detected