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

Method GetCollectionTupleDesc

be/src/exprs/expr.h:82–85  ·  view source on GitHub ↗

Returns the backing tuple descriptor for collection types.

Source from the content-addressed store, hash-verified

80
81 /// Returns the backing tuple descriptor for collection types.
82 virtual const TupleDescriptor* GetCollectionTupleDesc() const {
83 DCHECK(false);
84 return nullptr;
85 }
86
87 /// Releases cache entries to LibCache in all nodes of the Expr tree.
88 virtual void Close();

Callers 2

FOREACH_ROW_LIMITFunction · 0.45
PrintComplexValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected