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

Method name

datafusion/functions/src/string/repeat.rs:84–86  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

82
83impl ScalarUDFImpl for RepeatFunc {
84 fn name(&self) -> &str {
85 "repeat"
86 }
87
88 fn signature(&self) -> &Signature {
89 &self.signature

Callers 1

invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected