Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
DataTypePtr DataTypeFactory::get(const String & full_name) const
110
{
111
return getImpl<false>(full_name);
112
}
113
114
DataTypePtr DataTypeFactory::tryGet(const String & full_name) const
115
{
Callers
15
getNumberOfDimensions
Method · 0.45
create
Function · 0.45
createTupleFromAST
Function · 0.45
isUInt64ThatCanBeInt64
Function · 0.45
create
Function · 0.45
decodeAggregateFunction
Function · 0.45
decodeDataType
Function · 0.45
flattenTupleTypeImpl
Function · 0.45
flattenTupleColumnImpl
Function · 0.45
flattenTuple
Function · 0.45
hasNullable
Function · 0.45
hasTypeThatCanContainNulls
Function · 0.45
Calls
no outgoing calls
Tested by
9
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
check
Function · 0.36
TEST
Function · 0.36
typeFromString
Function · 0.36
TEST
Function · 0.36
SetUp
Method · 0.36
GTEST_TEST
Function · 0.36