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