Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2159
impl TryFrom<ClusterAlterOptionExtracted> for AlterClusterPlanStrategy {
Callers
15
compute_digest
Method · 0.80
ensure
Function · 0.80
render
Function · 0.80
render_completion_operator
Function · 0.80
initialize
Method · 0.80
advance_drain
Method · 0.80
send_rows
Method · 0.80
handle_connection
Method · 0.80
enabled
Method · 0.80
lower_mir_expr_stack_safe
Method · 0.80
keys_with_input_keys
Method · 0.80
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_impl
Function · 0.64
override_syntax
Method · 0.64
create_test_enum
Function · 0.64
build
Function · 0.64
rewrite
Function · 0.64
expand_wrapper
Function · 0.64
main
Function · 0.64
with_frontegg_auth
Method · 0.64
with_oidc_auth
Method · 0.64
with_password_auth
Method · 0.64
with_sasl_scram_auth
Method · 0.64
test_metrics_future_on_drop
Function · 0.64