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

Method getNullMapColumnPtr

src/Functions/array/arrayElement.cpp:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 ColumnPtr getNullMapColumnPtr() && { return std::move(sink_null_map_holder); }
109
110 bool notNullUnderMySql(size_t i) { return !sink_null_map[i] && is_mysql; }
111

Callers 15

generateMethod · 0.80
writeColumnMethod · 0.80
fillArrowArrayFunction · 0.80
checkAndConvertMethod · 0.80
replicateNullableMethod · 0.80
recursiveConvertColumnFunction · 0.80
getSubcolumnMethod · 0.80
enumerateStreamsMethod · 0.80
materializeColumnsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected