| 278 | |
| 279 | private: |
| 280 | Status MakeBuilder() { |
| 281 | return MakeChunkedArrayBuilder(task_group_, decode_context_.pool(), |
| 282 | decode_context_.promotion_graph(), |
| 283 | decode_context_.conversion_type(), &builder_); |
| 284 | } |
| 285 | |
| 286 | Status ParseAndInsert(const ChunkedBlock& block) { |
| 287 | ARROW_ASSIGN_OR_RAISE(auto parsed, ParseBlock(block, decode_context_.parse_options(), |
nothing calls this directly
no test coverage detected