Skip to content

Commit

Permalink
Remove unused function that triggered a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Mar 18, 2024
1 parent ca2b921 commit 771ad51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/parquet/encoding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ class DictEncoderImpl : public EncoderImpl, virtual public DictEncoder<DType> {
return kDataPageBitWidthBytes + encoder.len();
}

void set_type_length(int type_length) { this->type_length_ = type_length; }

/// Returns a conservative estimate of the number of bytes needed to encode the buffered
/// indices. Used to size the buffer passed to WriteIndices().
int64_t EstimatedDataEncodedSize() override {
Expand Down

0 comments on commit 771ad51

Please sign in to comment.