MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / is_some

Method is_some

src/sql/src/plan.rs:2154–2156  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2152 matches!(self, Self::None)
2153 }
2154 pub fn is_some(&self) -> bool {
2155 !matches!(self, Self::None)
2156 }
2157}
2158
2159impl TryFrom<ClusterAlterOptionExtracted> for AlterClusterPlanStrategy {

Callers 15

compute_digestMethod · 0.80
ensureFunction · 0.80
renderFunction · 0.80
initializeMethod · 0.80
advance_drainMethod · 0.80
send_rowsMethod · 0.80
handle_connectionMethod · 0.80
enabledMethod · 0.80
keys_with_input_keysMethod · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_implFunction · 0.64
override_syntaxMethod · 0.64
create_test_enumFunction · 0.64
buildFunction · 0.64
rewriteFunction · 0.64
expand_wrapperFunction · 0.64
mainFunction · 0.64
with_frontegg_authMethod · 0.64
with_oidc_authMethod · 0.64
with_password_authMethod · 0.64
with_sasl_scram_authMethod · 0.64