Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ TEST
Function
TEST
src/DataTypes/tests/gtest_dataTypeToAST.cpp:18–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
TEST(DataTypeToAST, SimpleTypes)
19
{
20
check(
"String"
);
21
check(
"UInt64"
);
22
check(
"Float64"
);
23
check(
"Date"
);
24
check(
"DateTime"
);
25
}
26
27
TEST(DataTypeToAST, ParameterizedTypes)
28
{
Callers
nothing calls this directly
Calls
1
check
Function · 0.70
Tested by
no test coverage detected