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

Method get

src/DataTypes/DataTypeFactory.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109DataTypePtr DataTypeFactory::get(const String & full_name) const
110{
111 return getImpl<false>(full_name);
112}
113
114DataTypePtr DataTypeFactory::tryGet(const String & full_name) const
115{

Callers 15

getNumberOfDimensionsMethod · 0.45
createFunction · 0.45
createTupleFromASTFunction · 0.45
isUInt64ThatCanBeInt64Function · 0.45
createFunction · 0.45
decodeAggregateFunctionFunction · 0.45
decodeDataTypeFunction · 0.45
flattenTupleTypeImplFunction · 0.45
flattenTupleColumnImplFunction · 0.45
flattenTupleFunction · 0.45
hasNullableFunction · 0.45

Calls

no outgoing calls

Tested by 9

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
checkFunction · 0.36
TESTFunction · 0.36
typeFromStringFunction · 0.36
TESTFunction · 0.36
SetUpMethod · 0.36
GTEST_TESTFunction · 0.36