Skip to main content

extract_replication_factor

Function extract_replication_factor 

Source
pub(crate) fn extract_replication_factor(
    create_stmt: &CreateClusterStatement<Raw>,
) -> Option<u32>
Expand description

Extract the desired REPLICATION FACTOR from a CreateClusterStatement’s options.