Skip to main content

partition_identity_owner

Function partition_identity_owner 

Source
pub fn partition_identity_owner(
    catalog: &dyn PartitionCatalog,
    table: &str,
) -> Result<String, SQLError>
Expand description

Return the physical counter owner for legacy auto-increment metadata. Declarative partitions share the top partitioned parent’s counter; newly created SERIAL and identity columns use their durable sequence binding instead.