From e92cf57a15425774594b665cc3eb9469fc76ba7c Mon Sep 17 00:00:00 2001 From: Hao Zou <34559830+luffy-zh@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:21:56 +0800 Subject: [PATCH] Update c++/include/orc/Reader.hh Co-authored-by: Gang Wu --- c++/include/orc/Reader.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/include/orc/Reader.hh b/c++/include/orc/Reader.hh index 9addbe4500..59191881b9 100644 --- a/c++/include/orc/Reader.hh +++ b/c++/include/orc/Reader.hh @@ -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> getCurrentStripePositionEntries(uint64_t columnId) = 0;