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

Method name

datafusion/functions-aggregate/src/sum.rs:203–205  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

201
202impl AggregateUDFImpl for Sum {
203 fn name(&self) -> &str {
204 "sum"
205 }
206
207 fn signature(&self) -> &Signature {
208 &self.signature

Callers 1

plan_aggregateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected