| 209 | const std::shared_ptr<ArrayData>& data() const { return data_; } |
| 210 | |
| 211 | int num_fields() const { return static_cast<int>(data_->child_data.size()); } |
| 212 | |
| 213 | /// \return PrettyPrint representation of array suitable for debugging |
| 214 | std::string ToString() const; |
no test coverage detected