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

Function ReplaceNullWithOtherType

cpp/src/arrow/compute/kernels/codegen_internal.cc:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void ReplaceNullWithOtherType(std::vector<TypeHolder>* types) {
99 ReplaceNullWithOtherType(types->data(), types->size());
100}
101
102void ReplaceNullWithOtherType(TypeHolder* first, size_t count) {
103 DCHECK_EQ(count, 2);

Callers 6

DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85

Calls 3

dataMethod · 0.45
sizeMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected