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

Method getName

src/Functions/array/arrayUniq.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 static FunctionPtr create(ContextPtr) { return std::make_shared<FunctionArrayUniq>(); }
33
34 String getName() const override { return name; }
35
36 bool isVariadic() const override { return true; }
37 size_t getNumberOfArguments() const override { return 0; }

Callers 2

getReturnTypeImplMethod · 0.45
executeImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected