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

Method take

src/sql/src/plan/hir.rs:1972–1977  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1970 }
1971
1972 pub fn take(&mut self) -> HirRelationExpr {
1973 mem::replace(
1974 self,
1975 HirRelationExpr::constant(vec![], SqlRelationType::new(Vec::new())),
1976 )
1977 }
1978
1979 #[deprecated = "Use `Visit::visit_post`."]
1980 pub fn visit<'a, F>(&'a self, depth: usize, f: &mut F)

Callers 15

decode_and_mfpFunction · 0.45
iterator_operatorFunction · 0.45
finishMethod · 0.45
start_new_file_uploadMethod · 0.45
finishMethod · 0.45
start_new_fileMethod · 0.45
walk_scalarFunction · 0.45
fuseMethod · 0.45
fuse_window_functionsFunction · 0.45
applied_toMethod · 0.45

Calls 1

replaceFunction · 0.50

Tested by 8

test_server_errorFunction · 0.36
test_idle_timeoutFunction · 0.36
test_keepaliveFunction · 0.36
test_metricsFunction · 0.36