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

Method empty

src/sql/src/plan.rs:2201–2207  ·  view source on GitHub ↗

Returns a `Params` with no parameters.

()

Source from the content-addressed store, hash-verified

2199impl Params {
2200 /// Returns a `Params` with no parameters.
2201 pub fn empty() -> Params {
2202 Params {
2203 datums: Row::pack_slice(&[]),
2204 execute_types: vec![],
2205 expected_types: vec![],
2206 }
2207 }
2208}
2209
2210/// Controls planning of a SQL query.

Callers 5

peekThreadFunction · 0.45
materializeThreadFunction · 0.45
runFunction · 0.45
genFunction · 0.45
createSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected