MCPcopy Create free account
hub / github.com/apache/arrow / GetNull

Method GetNull

cpp/src/arrow/util/hashing.h:467–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 }
466
467 int32_t GetNull() const { return null_index_; }
468
469 template <typename Func1, typename Func2>
470 int32_t GetOrInsertNull(Func1&& on_found, Func2&& on_not_found) {

Callers 4

ComputeNullBitmapFunction · 0.45
AssertGetNullFunction · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by 1

AssertGetNullFunction · 0.36