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

Method is_none

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

Source from the content-addressed store, hash-verified

2149
2150impl AlterClusterPlanStrategy {
2151 pub fn is_none(&self) -> bool {
2152 matches!(self, Self::None)
2153 }
2154 pub fn is_some(&self) -> bool {
2155 !matches!(self, Self::None)
2156 }

Callers 15

append_rowMethod · 0.80
clientMethod · 0.80
send_execute_responseMethod · 0.80
scan_new_bytesMethod · 0.80
create_fromMethod · 0.80
eqMethod · 0.80
is_trivialMethod · 0.80
sum_datumFunction · 0.80
single_inputMethod · 0.80
fmt_verbose_syntaxMethod · 0.80

Calls

no outgoing calls

Tested by 1