MCPcopy 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
18TEST(DataTypeToAST, SimpleTypes)
19{
20 check("String");
21 check("UInt64");
22 check("Float64");
23 check("Date");
24 check("DateTime");
25}
26
27TEST(DataTypeToAST, ParameterizedTypes)
28{

Callers

nothing calls this directly

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected