| 65 | static const char* LLVM_CLASS_NAME; |
| 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; |
no outgoing calls
no test coverage detected