Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generate
Method · 0.80
writeColumn
Method · 0.80
fillArrowArray
Function · 0.80
checkAndConvert
Method · 0.80
replicateNullable
Method · 0.80
recursiveRemoveLowCardinality
Function · 0.80
recursiveConvertColumn
Function · 0.80
getSubcolumn
Method · 0.80
enumerateStreams
Method · 0.80
deserializeBinaryBulkWithMultipleStreams
Method · 0.80
materializeColumns
Function · 0.80
extractNestedColumnsAndNullMap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected