| 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; |
no outgoing calls
no test coverage detected