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

Method GetCollTupleIdx

be/src/exec/unnest-node.cc:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216int UnnestNode::GetCollTupleIdx(const SlotDescriptor* slot_desc) const {
217 DCHECK(slot_desc != nullptr);
218 const TupleDescriptor* coll_tuple = slot_desc->children_tuple_descriptor();
219 DCHECK(coll_tuple != nullptr);
220 return row_descriptor_.GetTupleIdx(coll_tuple->id());
221}
222
223Tuple* UnnestNode::CreateNullTuple(int coll_idx, RowBatch* row_batch) const {
224 const TupleDescriptor* coll_tuple =

Callers

nothing calls this directly

Calls 3

GetTupleIdxMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected