MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getName

Method getName

src/Functions/array/arrayReverse.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 static FunctionPtr create(ContextPtr) { return std::make_shared<FunctionArrayReverse>(); }
28
29 String getName() const override { return name; }
30
31 size_t getNumberOfArguments() const override { return 1; }
32 bool useDefaultImplementationForConstants() const override { return true; }

Callers 1

executeImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected