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

Method features

src/catalog/src/memory/objects.rs:3264–3269  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3262
3263impl ClusterConfig {
3264 pub fn features(&self) -> Option<&OptimizerFeatureOverrides> {
3265 match &self.variant {
3266 ClusterVariant::Managed(managed) => Some(&managed.optimizer_feature_overrides),
3267 ClusterVariant::Unmanaged => None,
3268 }
3269 }
3270}
3271
3272impl From<ClusterConfig> for durable::ClusterConfig {

Callers 14

explain_indexMethod · 0.80
create_index_optimizeMethod · 0.80
create_index_explainMethod · 0.80
peek_validateMethod · 0.80
peek_finishMethod · 0.80
subscribe_explainMethod · 0.80

Calls

no outgoing calls