fn find_cluster_option(
create: &CreateClusterStatement<Raw>,
name: ClusterOptionName,
) -> Option<&ClusterOption<Raw>>Expand description
Find a CREATE CLUSTER option by name.
fn find_cluster_option(
create: &CreateClusterStatement<Raw>,
name: ClusterOptionName,
) -> Option<&ClusterOption<Raw>>Find a CREATE CLUSTER option by name.