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

Function fullTableName

table_schema_cache.go:116–118  ·  view source on GitHub ↗
(schemaName, tableName string)

Source from the content-addressed store, hash-verified

114type TableSchemaCache map[string]*TableSchema
115
116func fullTableName(schemaName, tableName string) string {
117 return fmt.Sprintf("%s.%s", schemaName, tableName)
118}
119
120func QuotedTableName(table *TableSchema) string {
121 return QuotedTableNameFromString(table.Schema, table.Name)

Callers 1

GetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected