Skip to content

Commit

Permalink
Update c++/include/orc/Reader.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Gang Wu <ustcwg@gmail.com>
  • Loading branch information
luffy-zh and wgtmac authored Sep 5, 2024
1 parent c9eb0e5 commit e92cf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/include/orc/Reader.hh
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ namespace orc {
virtual void seekToRow(uint64_t rowNumber) = 0;

/**
* Get the current stripe position entries for the specified column.
* Get the row group positions of the specified column in the current stripe.
* @return the position entries for the specified column.
*/
virtual std::vector<std::vector<int>> getCurrentStripePositionEntries(uint64_t columnId) = 0;
Expand Down

0 comments on commit e92cf57

Please sign in to comment.