MCPcopy Create free account
hub / github.com/Shopify/ghostferry / NewTableIdentifierFromSchemaTable

Function NewTableIdentifierFromSchemaTable

table_schema_cache.go:28–33  ·  view source on GitHub ↗
(table *TableSchema)

Source from the content-addressed store, hash-verified

26}
27
28func NewTableIdentifierFromSchemaTable(table *TableSchema) TableIdentifier {
29 return TableIdentifier{
30 SchemaName: table.Schema,
31 TableName: table.Name,
32 }
33}
34
35// This is a wrapper on schema.Table with some custom information we need.
36type TableSchema struct {

Callers 1

AddMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected