MCPcopy 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
10SerializationPtr DataTypeInterval::doGetSerialization(const SerializationInfoSettings &) const { return SerializationInterval::create(kind); }
11
12bool DataTypeInterval::equals(const IDataType & rhs) const
13{

Callers

nothing calls this directly

Calls 1

createFunction · 0.70

Tested by

no test coverage detected