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

Method name

datafusion/optimizer/src/test/udfs.rs:70–77  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68
69impl ScalarUDFImpl for PlacementTestUDF {
70 fn name(&self) -> &str {
71 match self.placement {
72 ExpressionPlacement::MoveTowardsLeafNodes => "leaf_udf",
73 ExpressionPlacement::KeepInPlace => "keep_in_place_udf",
74 ExpressionPlacement::Column => "column_udf",
75 ExpressionPlacement::Literal => "literal_udf",
76 }
77 }
78 fn signature(&self) -> &Signature {
79 &self.signature
80 }

Callers 1

assert_fields_eqFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected