MCPcopy Create free account
hub / github.com/databendlabs/databend / function

Method function

src/query/expression/src/function/function_builder.rs:162–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

160
161impl<'a> ScalarBuilder<'a> {
162 pub fn function(self) -> ScalarFunctionArityBuilder<Self> {
163 ScalarFunctionArityBuilder { builder: self }
164 }
165
166 pub fn register(self) -> &'a mut FunctionRegistry {
167 let FunctionBuilder {

Callers 15

registerFunction · 0.80
register_inet_atonFunction · 0.80
register_inet_ntoaFunction · 0.80
registerFunction · 0.80
registerFunction · 0.80
registerFunction · 0.80
register_array_aggrFunction · 0.80
registerFunction · 0.80
registerFunction · 0.80
registerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected