MCPcopy Create free account
hub / github.com/apache/orc / createRowBatch

Method createRowBatch

c++/src/Writer.cc:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()) {

Callers

nothing calls this directly

Calls 1

getMemoryPoolMethod · 0.45

Tested by

no test coverage detected