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

Method getCompressionBlockSize

c++/src/Writer.cc:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 uint64_t WriterOptions::getCompressionBlockSize() const {
130 return privateBits_->compressionBlockSize;
131 }
132
133 WriterOptions& WriterOptions::setRowIndexStride(uint64_t stride) {
134 privateBits_->rowIndexStride = stride;

Callers 3

WriterImplMethod · 0.45
initMethod · 0.45
createStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected