| 396 | } |
| 397 | |
| 398 | std::unique_ptr<ColumnVectorBatch> WriterImpl::createRowBatch(uint64_t size) const { |
| 399 | return type_.createRowBatch(size, *options_.getMemoryPool(), false, useTightNumericVector_); |
| 400 | } |
| 401 | |
| 402 | void WriterImpl::add(ColumnVectorBatch& rowsToAdd) { |
| 403 | if (options_.getEnableIndex()) { |
nothing calls this directly
no test coverage detected