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

Function ResolveDictionaries

cpp/src/arrow/ipc/dictionary.cc:397–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395} // namespace internal
396
397Status ResolveDictionaries(const ArrayDataVector& columns, const DictionaryMemo& memo,
398 MemoryPool* pool) {
399 DictionaryResolver resolver{memo, pool};
400 return resolver.VisitChildren(columns, FieldPosition());
401}
402
403} // namespace ipc
404} // namespace arrow

Callers 2

ARROW_ASSIGN_OR_RAISEFunction · 0.85
CreateColumnsMethod · 0.85

Calls 2

FieldPositionClass · 0.85
VisitChildrenMethod · 0.45

Tested by

no test coverage detected