Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ doGetSerialization
Method
doGetSerialization
src/DataTypes/DataTypeInterval.cpp:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
{
9
10
SerializationPtr DataTypeInterval::doGetSerialization(const SerializationInfoSettings &) const { return SerializationInterval::create(kind); }
11
12
bool DataTypeInterval::equals(const IDataType & rhs) const
13
{
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected