| 477 | } |
| 478 | |
| 479 | Status Visit(const NullType&) { |
| 480 | out_->buffers.resize(1, nullptr); |
| 481 | return Status::OK(); |
| 482 | } |
| 483 | |
| 484 | Status Visit(const FixedWidthType&) { |
| 485 | out_->buffers.resize(2, buffer_); |
nothing calls this directly
no test coverage detected