Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AddIfNotNull
Function
AddIfNotNull
cpp/src/parquet/column_writer.cc:157–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
156
template <class T>
157
inline const T* AddIfNotNull(const T* base, int64_t offset) {
158
if (base != nullptr) {
159
return base + offset;
160
}
161
return nullptr;
162
}
163
164
} // namespace
165
Callers
5
WriteBatchInternal
Method · 0.85
WriteBatchSpacedInternal
Method · 0.85
WriteArrow
Method · 0.85
WriteArrowDictionary
Method · 0.85
WriteArrowDense
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected