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

Function EnsureDictionaryDecoded

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

Source from the content-addressed store, hash-verified

83}
84
85void EnsureDictionaryDecoded(std::vector<TypeHolder>* types) {
86 EnsureDictionaryDecoded(types->data(), types->size());
87}
88
89void EnsureDictionaryDecoded(TypeHolder* begin, size_t count) {
90 auto* end = begin + count;

Callers 15

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

Calls 4

dataMethod · 0.45
sizeMethod · 0.45
idMethod · 0.45
value_typeMethod · 0.45

Tested by

no test coverage detected