| 425 | ContentDefinedChunker::~ContentDefinedChunker() = default; |
| 426 | |
| 427 | std::vector<Chunk> ContentDefinedChunker::GetChunks(const int16_t* def_levels, |
| 428 | const int16_t* rep_levels, |
| 429 | int64_t num_levels, |
| 430 | const ::arrow::Array& values) { |
| 431 | return impl_->GetChunks(def_levels, rep_levels, num_levels, values); |
| 432 | } |
| 433 | |
| 434 | uint64_t ContentDefinedChunker::GetRollingHashMask() const { |
| 435 | return impl_->GetRollingHashMask(); |