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

Method getMemoryBlockSize

c++/src/Writer.cc:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 uint64_t WriterOptions::getMemoryBlockSize() const {
301 return privateBits_->memoryBlockSize;
302 }
303
304 WriterOptions& WriterOptions::setAlignBlockBoundToRowGroup(bool alignBlockBoundToRowGroup) {
305 privateBits_->alignBlockBoundToRowGroup = alignBlockBoundToRowGroup;

Callers 2

WriterImplMethod · 0.80
createStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected