Skip to content

Commit

Permalink
Update unpack function signature in unpack.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 7, 2023
1 parent e65b048 commit 87957c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/src/cpp/arrow/matlab/bit/unpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
#include "MatlabDataArray.hpp"

namespace arrow::matlab::bit {
::matlab::data::TypedArray<bool> unpack(const std::shared_ptr<arrow::Buffer>& packed_buffer, int64_t length);
::matlab::data::TypedArray<bool> unpack(const std::shared_ptr<arrow::Buffer>& packed_buffer, int64_t length, int64_t start_offset);
const uint8_t* extract_ptr(const ::matlab::data::TypedArray<bool>& unpacked_validity_bitmap);
}

0 comments on commit 87957c5

Please sign in to comment.