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

Method get

src/clusterd-test-driver/src/dataflow.rs:133–135  ·  view source on GitHub ↗

A MIR `Get` of this input, carrying its relation type, for use as a leaf when building a computation over it.

(&self)

Source from the content-addressed store, hash-verified

131 /// A MIR `Get` of this input, carrying its relation type, for use as a leaf
132 /// when building a computation over it.
133 pub fn get(&self) -> MirRelationExpr {
134 MirRelationExpr::global_get(self.id, self.typ.clone())
135 }
136}
137
138/// Builds a compute dataflow from generic parts, hiding the lowering and persist

Callers 15

indexes_onMethod · 0.45
export_indexMethod · 0.45
count_over_indexFunction · 0.45
augmentFunction · 0.45
reqFunction · 0.45
opt_u64Function · 0.45
opt_usizeFunction · 0.45
opt_stringFunction · 0.45
parse_exportFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected