| 214 | } // namespace internal |
| 215 | |
| 216 | Result<std::shared_ptr<Scalar>> Array::GetScalar(int64_t i) const { |
| 217 | return internal::ScalarFromArraySlotImpl{*this, i}.Finish(); |
| 218 | } |
| 219 | |
| 220 | std::string Array::Diff(const Array& other) const { |
| 221 | std::stringstream diff; |