MCPcopy Create free account
hub / github.com/apache/arrow / GetChunks

Method GetChunks

cpp/src/parquet/chunker_internal.cc:427–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425ContentDefinedChunker::~ContentDefinedChunker() = default;
426
427std::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
434uint64_t ContentDefinedChunker::GetRollingHashMask() const {
435 return impl_->GetRollingHashMask();

Callers 1

WriteArrowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected