MCPcopy Create free account
hub / github.com/ByConity/ByConity / getDefault

Method getDefault

src/DataTypes/DataTypeMap.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128Field DataTypeMap::getDefault() const
129{
130 return Map();
131}
132
133/// If type is not nullable, wrap it to be nullable
134static DataTypePtr tryMakeNullableForMapValue(const DataTypePtr & type)

Calls

no outgoing calls

Tested by

no test coverage detected