pub(crate) fn extract_replication_factor(
create_stmt: &CreateClusterStatement<Raw>,
) -> Option<u32>Expand description
Extract the desired REPLICATION FACTOR from a CreateClusterStatement’s options.
pub(crate) fn extract_replication_factor(
create_stmt: &CreateClusterStatement<Raw>,
) -> Option<u32>Extract the desired REPLICATION FACTOR from a CreateClusterStatement’s options.