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

Method name

datafusion/functions-window/src/rank.rs:199–201  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

197
198impl WindowUDFImpl for Rank {
199 fn name(&self) -> &str {
200 &self.name
201 }
202
203 fn signature(&self) -> &Signature {
204 &self.signature

Callers 2

plan_windowMethod · 0.45
fieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected