* PartitionKey inquiry functions */
| 55 | * PartitionKey inquiry functions |
| 56 | */ |
| 57 | static inline int |
| 58 | get_partition_strategy(PartitionKey key) |
| 59 | { |
| 60 | return key->strategy; |
| 61 | } |
| 62 | |
| 63 | static inline int |
| 64 | get_partition_natts(PartitionKey key) |
no outgoing calls
no test coverage detected