Move RecordPrefix() and IndexPrefix() interface methods from Table to PhysicalTable
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
These two functions cannot work on a partitioned table, only on a non-partitioned table or a partition.
Clarifying this in the interface will help discover hidden bugs and missing features.
Contributor guide
Assessment
This issue has not been assessed yet.