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

Method param_types

src/sql/src/plan/query.rs:6748–6750  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

6746 }
6747
6748 pub fn param_types(&self) -> &RefCell<BTreeMap<usize, SqlScalarType>> {
6749 &self.qcx.scx.param_types
6750 }
6751
6752 /// The returned String is more detailed when the `postgres_compat` flag is not set. However,
6753 /// the flag should be set in, e.g., the implementation of the `pg_typeof` function.

Callers 2

plan_coerceFunction · 0.80
plan_parameterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected