(schema?: string)
| 401 | } |
| 402 | |
| 403 | const normalizeSchema = (schema?: string) => (schema && schema !== defaultSchema ? schema : ''); |
| 404 | const serializePartition = (partition: TablePartition) => |
| 405 | `${normalizeSchema(partition.schema)}.${partition.name}:${normalizeQuotedIdentifiers(normalizePartitionBound(partition.bound))}`; |
| 406 |
no outgoing calls
no test coverage detected