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

Method ResetTheDecoder

cpp/src/parquet/encoding_test.cc:782–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780 }
781
782 void ResetTheDecoder() {
783 ASSERT_NE(nullptr, buffer_);
784 decoder_->SetData(kNumValues, buffer_->data(), static_cast<int>(buffer_->size()));
785 }
786
787 void CheckDense(int actual_num_values, const ::arrow::Array& chunk) {
788 ASSERT_EQ(actual_num_values, kNumValues - null_count_);

Callers

nothing calls this directly

Calls 3

SetDataMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected