Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Jan 10, 2025
1 parent 1ad6b0a commit 7fd43fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ namespace sparrow
SPARROW_API static acc_length_ptr_variant_type get_acc_lengths_ptr(const array_wrapper& ar);
SPARROW_API std::uint64_t get_run_length(std::uint64_t run_index) const;

SPARROW_API [[nodiscard]] arrow_proxy& get_arrow_proxy();
SPARROW_API [[nodiscard]] const arrow_proxy& get_arrow_proxy() const;
[[nodiscard]] SPARROW_API arrow_proxy& get_arrow_proxy();
[[nodiscard]] SPARROW_API const arrow_proxy& get_arrow_proxy() const;

arrow_proxy m_proxy;
std::uint64_t m_encoded_length;
Expand Down

0 comments on commit 7fd43fb

Please sign in to comment.