Returns the backing tuple descriptor for collection types.
| 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(); |
no outgoing calls
no test coverage detected