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

Function QuotedTableNameFromString

table_schema_cache.go:124–126  ·  view source on GitHub ↗
(database, table string)

Source from the content-addressed store, hash-verified

122}
123
124func QuotedTableNameFromString(database, table string) string {
125 return fmt.Sprintf("`%s`.`%s`", database, table)
126}
127
128func MaxPaginationKeys(db *sql.DB, tables []*TableSchema, logger Logger) (map[*TableSchema]PaginationKey, []*TableSchema, error) {
129 tablesWithData := make(map[*TableSchema]PaginationKey)

Callers 14

VerifyDuringCutoverMethod · 0.85
AsSQLQueryMethod · 0.85
AsSQLStringMethod · 0.85
AsSQLStringMethod · 0.85
AsSQLStringMethod · 0.85
GetMd5HashesSqlFunction · 0.85
FingerprintQueryMethod · 0.85
QuotedTableNameFunction · 0.85

Calls

no outgoing calls

Tested by 1