MCPcopy Create free account
hub / github.com/apache/impala / GetTargetColId

Method GetTargetColId

be/src/exec/orc/orc-column-readers.cc:376–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376inline uint64_t OrcComplexColumnReader::GetTargetColId(
377 const SlotDescriptor* slot_desc) const {
378 return slot_desc->type().IsCollectionType() ?
379 GetColId(slot_desc->children_tuple_descriptor()):
380 GetColId(slot_desc);
381}
382
383/**
384 * Returns true if 'candidate_col_id' is under 'node' in the type hierarchy.

Callers

nothing calls this directly

Calls 3

IsCollectionTypeMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected