| 280 | } |
| 281 | |
| 282 | bool WriterOptions::getUseTightNumericVector() const { |
| 283 | return privateBits_->useTightNumericVector; |
| 284 | } |
| 285 | |
| 286 | WriterOptions& WriterOptions::setOutputBufferCapacity(uint64_t capacity) { |
| 287 | privateBits_->outputBufferCapacity = capacity; |
no outgoing calls
no test coverage detected