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

Function ReplaceTypes

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

Source from the content-addressed store, hash-verified

149}
150
151void ReplaceTypes(const TypeHolder& replacement, std::vector<TypeHolder>* types) {
152 ReplaceTypes(replacement, types->data(), types->size());
153}
154
155void ReplaceTypes(const TypeHolder& replacement, TypeHolder* begin, size_t count) {
156 auto* end = begin + count;

Callers 10

DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
CastDecimalArgsFunction · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85
DispatchBestMethod · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected