MCPcopy Create free account
hub / github.com/apache/datafusion / implicit_coercion

Method implicit_coercion

datafusion/expr-common/src/signature.rs:1116–1123  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1114 }
1115
1116 pub fn implicit_coercion(&self) -> Option<&ImplicitCoercion> {
1117 match self {
1118 Coercion::Exact { .. } => None,
1119 Coercion::Implicit {
1120 implicit_coercion, ..
1121 } => Some(implicit_coercion),
1122 }
1123 }
1124}
1125
1126impl Display for Coercion {

Callers 3

get_example_typesMethod · 0.80
eqMethod · 0.80
hashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected