GetTableShard gets the data for a pinned table Shard. Caller needs to unpin after use.
(table string, shardID int)
| 48 | AddTableShard(table string, shardID int, needPeerCopy bool) |
| 49 | // GetTableShard gets the data for a pinned table Shard. Caller needs to unpin after use. |
| 50 | GetTableShard(table string, shardID int) (*TableShard, error) |
| 51 | // RemoveTableShard removes table shard from memstore |
| 52 | RemoveTableShard(table string, shardID int) |
| 53 | // FetchSchema fetches schema from metaStore and updates in-memory copy of table schema, |
no outgoing calls
no test coverage detected