Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2150
impl 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_row
Method · 0.80
client
Method · 0.80
send_execute_response
Method · 0.80
scan_new_bytes
Method · 0.80
create_from
Method · 0.80
eq
Method · 0.80
is_trivial
Method · 0.80
sum_datum
Function · 0.80
lag_lead_inner_ignore_nulls
Function · 0.80
single_input
Method · 0.80
try_localize_to_input_with_bound_expr
Method · 0.80
fmt_verbose_syntax
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_builtin_schema_migration
Function · 0.64