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

Method GetTupleIdx

be/src/exprs/slot-ref.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 NullIndicatorOffset GetNullIndicatorOffset() const { return null_indicator_offset_; }
67 const SlotDescriptor* GetSlotDescriptor() const { return slot_desc_; }
68 int GetTupleIdx() const { return tuple_idx_; }
69 int GetSlotOffset() const { return slot_offset_; }
70 virtual const TupleDescriptor* GetCollectionTupleDesc() const override;
71

Callers 8

InitMethod · 0.45
InitMethod · 0.45
InitCollExprsMethod · 0.45
GetCollTupleIdxMethod · 0.45
WriteRowMethod · 0.45
IcebergMergeNodeMethod · 0.45
PrepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected