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

Method hash

datafusion/expr-common/src/signature.rs:1140–1143  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

1138
1139impl Hash for Coercion {
1140 fn hash<H: std::hash::Hasher>(&self, state: &mut H) {
1141 self.desired_type().hash(state);
1142 self.implicit_coercion().hash(state);
1143 }
1144}
1145
1146/// Defines rules for implicit type coercion, specifying which source types can be

Callers 1

dyn_hashMethod · 0.45

Calls 2

desired_typeMethod · 0.80
implicit_coercionMethod · 0.80

Tested by

no test coverage detected