(type: EntityPartitionBy['type'], expression: string)
| 265 | }; |
| 266 | |
| 267 | const createPartitionDefinition = (type: EntityPartitionBy['type'], expression: string): string => |
| 268 | `${type.toLowerCase()} (${normalizeWhitespace(expression)})`; |
| 269 | |
| 270 | /** @internal */ |
| 271 | export function normalizePartitionDefinition(value: string): string { |
no test coverage detected