| 2334 | } |
| 2335 | |
| 2336 | Status DropNullJSON(const std::shared_ptr<DataType>& type, const std::string& values, |
| 2337 | std::shared_ptr<Array>* out) { |
| 2338 | return DropNull(*ArrayFromJSON(type, values)).Value(out); |
| 2339 | } |
| 2340 | |
| 2341 | void CheckDropNull(const std::shared_ptr<DataType>& type, const std::string& values, |
| 2342 | const std::string& expected) { |
no test coverage detected