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

Method isTupleOfStructSlot

be/src/runtime/descriptors.h:662–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660 std::string DebugString() const;
661
662 bool isTupleOfStructSlot() const { return master_tuple_ != nullptr; }
663
664 TupleDescriptor* getMasterTuple() const { return master_tuple_; }
665 void setMasterTuple(TupleDescriptor* desc) { master_tuple_ = desc; }

Callers 4

InitMethod · 0.80
GetValueMethod · 0.80
IsChildOfStructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected