Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Mar 4, 2024
1 parent 52d0873 commit a7b22d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/byte_stream_split_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void ByteStreamSplitEncode128B(const uint8_t* raw_values, const int64_t num_valu
template <int kNumStreams>
void ByteStreamSplitDecodeSse2(const uint8_t* data, int64_t num_values, int64_t stride,
uint8_t* out) {
ByteStreamSplitEncode128B(data, num_values, stride, out);
ByteStreamSplitDecode128B(data, num_values, stride, out);
}

template <int kNumStreams>
Expand Down

0 comments on commit a7b22d6

Please sign in to comment.