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

Method name

datafusion/functions/src/string/octet_length.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70
71impl ScalarUDFImpl for OctetLengthFunc {
72 fn name(&self) -> &str {
73 "octet_length"
74 }
75
76 fn signature(&self) -> &Signature {
77 &self.signature

Callers 1

invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected