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

Method getName

src/Functions/array/arrayElement.cpp:2106–2109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2104
2105template <ArrayElementExceptionMode mode>
2106String FunctionArrayElement<mode>::getName() const
2107{
2108 return name;
2109}
2110
2111template <ArrayElementExceptionMode mode>
2112DataTypePtr FunctionArrayElement<mode>::getReturnTypeImpl(const DataTypes & arguments) const

Callers 15

formatFunctionCallMethod · 0.45
describeMethod · 0.45
checkAndFixupColumnMethod · 0.45
executeFunctionMethod · 0.45
getReturnTypeMethod · 0.45
executeMethod · 0.45
getReturnTypeMethod · 0.45
executeMethod · 0.45
getReturnTypeMethod · 0.45

Calls

no outgoing calls

Tested by 6

formatFunctionCallMethod · 0.36
describeMethod · 0.36
checkAndFixupColumnMethod · 0.36
executeFunctionMethod · 0.36