MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / convertToNullable

Method convertToNullable

src/Analyzer/ConstantNode.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void ConstantNode::convertToNullable()
118{
119 constant_value = { makeNullableSafe(constant_value.getColumn()), makeNullableSafe(constant_value.getType()) };
120}
121
122bool ConstantNode::isEqualImpl(const IQueryTreeNode & rhs, CompareOptions /*compare_options*/) const
123{

Callers 8

validateAggregatesFunction · 0.45
enterImplMethod · 0.45
enterImplMethod · 0.45
enterImplMethod · 0.45
resolveMatcherMethod · 0.45
resolveExpressionNodeMethod · 0.45

Calls 3

makeNullableSafeFunction · 0.50
getColumnMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected