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

Method with_keys

src/repr/src/relation.rs:320–325  ·  view source on GitHub ↗
(mut self, keys: Vec<Vec<usize>>)

Source from the content-addressed store, hash-verified

318 }
319
320 pub fn with_keys(mut self, keys: Vec<Vec<usize>>) -> Self {
321 for key in keys {
322 self = self.with_key(key)
323 }
324 self
325 }
326
327 /// Computes the number of columns in the relation.
328 pub fn arity(&self) -> usize {

Callers 8

parse_constantFunction · 0.80
build_let_or_let_recFunction · 0.80
typ_with_input_typesMethod · 0.80
output_sql_typeMethod · 0.80
plan_create_tableFunction · 0.80
plan_source_export_descFunction · 0.80
finishMethod · 0.80
refresh_typesFunction · 0.80

Calls 1

with_keyMethod · 0.80

Tested by

no test coverage detected