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

Method IsNull

cpp/src/arrow/compute/kernels/chunked_internal.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 bool IsNull() const { return array->IsNull(index); }
51
52 template <typename ArrowType, typename ViewType = GetViewType<ArrowType>>
53 typename ViewType::T Value() const {

Callers 15

ExecMethod · 0.45
ExecMethod · 0.45
CheckGetTakeIndicesCaseFunction · 0.45
ValidateTakeXAImplFunction · 0.45
ConsumeMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
PartitionNullsOnlyFunction · 0.45
CompareMethod · 0.45
MergeNullsMethod · 0.45
MergeNonNullsMethod · 0.45
ConsumeMethod · 0.45

Calls

no outgoing calls

Tested by 4

CheckGetTakeIndicesCaseFunction · 0.36
ValidateTakeXAImplFunction · 0.36
operator()Method · 0.36
AssertEquivalentIdsMethod · 0.36