Describe the enhancement requested
|
template <typename DType> |
|
class DeltaLengthByteArrayEncoder : public EncoderImpl, |
|
virtual public TypedEncoder<ByteArrayType> { |
It seems that the template parameter DType is never used. In addition, only ByteArray could be encoded with DeltaLengthByteArrayEncoder. So maybe it can be removed.
Component(s)
C++, Parquet
Describe the enhancement requested
arrow/cpp/src/parquet/encoding.cc
Lines 2735 to 2737 in 0372617
It seems that the template parameter
DTypeis never used. In addition, onlyByteArraycould be encoded withDeltaLengthByteArrayEncoder. So maybe it can be removed.Component(s)
C++, Parquet