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

Method with_params

src/sql/src/plan/statement.rs:89–92  ·  view source on GitHub ↗
(mut self, param_types: Vec<SqlScalarType>)

Source from the content-addressed store, hash-verified

87 }
88
89 fn with_params(mut self, param_types: Vec<SqlScalarType>) -> Self {
90 self.param_types = param_types;
91 self
92 }
93
94 fn with_is_copy(mut self) -> Self {
95 self.is_copy = true;

Callers 4

describeFunction · 0.80
describe_explain_planFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected