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

Method column_type

src/sql/src/plan/query.rs:6720–6729  ·  view source on GitHub ↗
(&self, expr: &E)

Source from the content-addressed store, hash-verified

6718 }
6719
6720 pub fn column_type<E>(&self, expr: &E) -> E::Type
6721 where
6722 E: AbstractExpr,
6723 {
6724 expr.typ(
6725 &self.qcx.outer_relation_types,
6726 self.relation_type,
6727 &self.qcx.scx.param_types.borrow(),
6728 )
6729 }
6730
6731 pub fn scalar_type<E>(&self, expr: &E) -> <E::Type as AbstractColumnType>::AbstractScalarType
6732 where

Callers 5

plan_insert_queryFunction · 0.80
plan_valuesFunction · 0.80
plan_values_insertFunction · 0.80
plan_select_from_whereFunction · 0.80
scalar_typeMethod · 0.80

Calls 2

typMethod · 0.45
borrowMethod · 0.45

Tested by

no test coverage detected