| 247 | /// \endcond |
| 248 | |
| 249 | Status Finish(std::shared_ptr<RunEndEncodedArray>* out) { return FinishTyped(out); } |
| 250 | |
| 251 | /// \brief Forces the closing of the current run if one is currently open. |
| 252 | /// |
nothing calls this directly
no test coverage detected