| 982 | } |
| 983 | |
| 984 | std::shared_ptr<Scalar> Finish() && { |
| 985 | // Should not fail. |
| 986 | DCHECK_OK(VisitTypeInline(*type_, this)); |
| 987 | return std::move(out_); |
| 988 | } |
| 989 | |
| 990 | std::shared_ptr<DataType> type_; |
| 991 | std::shared_ptr<Scalar> out_; |
no test coverage detected