| 98 | } |
| 99 | |
| 100 | CollectionVal NullLiteral::GetCollectionValInterpreted( |
| 101 | ScalarExprEvaluator* eval, const TupleRow* row) const { |
| 102 | DCHECK(type_.IsCollectionType()); |
| 103 | return CollectionVal::null(); |
| 104 | } |
| 105 | |
| 106 | // Generated IR for a bigint NULL literal: |
| 107 | // |
nothing calls this directly
no test coverage detected