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

Method fold

src/sql-parser/src/ast/metadata.rs:146–151  ·  view source on GitHub ↗
(self, f: &mut F)

Source from the content-addressed store, hash-verified

144 type Folded = T::ItemName;
145
146 fn fold<F>(self, f: &mut F) -> Self::Folded
147 where
148 F: Fold<Raw, T>,
149 {
150 f.fold_item_name(self)
151 }
152}
153
154#[derive(Debug, PartialEq, Eq, Hash, PartialOrd, Ord, Clone)]

Callers 15

backpressureFunction · 0.80
anyFunction · 0.80
allFunction · 0.80
rank_no_listFunction · 0.80
dense_rank_no_listFunction · 0.80
pad_leadingFunction · 0.80
check_object_privilegesFunction · 0.80
resolveFunction · 0.80
is_equijoinMethod · 0.80
listMethod · 0.80

Calls 4

fold_item_nameMethod · 0.80
fold_cluster_nameMethod · 0.80
fold_data_typeMethod · 0.80

Tested by

no test coverage detected