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

Method getOutputBufferCapacity

c++/src/Writer.cc:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 }
290
291 uint64_t WriterOptions::getOutputBufferCapacity() const {
292 return privateBits_->outputBufferCapacity;
293 }
294
295 WriterOptions& WriterOptions::setMemoryBlockSize(uint64_t capacity) {
296 privateBits_->memoryBlockSize = capacity;

Callers 2

WriterImplMethod · 0.80
createStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected