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

Method GetPaginationKeyIndex

table_schema_cache.go:313–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311}
312
313func (t *TableSchema) GetPaginationKeyIndex() int {
314 return t.PaginationKeyIndex
315}
316
317func (c TableSchemaCache) AsSlice() (tables []*TableSchema) {
318 for _, tableSchema := range c {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected