Skip to content

Commit c0883a7

Browse files
committed
use imposed size
1 parent 0204587 commit c0883a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Framework/Core/include/Framework

Framework/Core/include/Framework/ASoA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ class Table
20762076
/// Size of the table, in rows.
20772077
[[nodiscard]] int64_t size() const
20782078
{
2079-
return mArrowTableRef.tablePtr->num_rows();
2079+
return mArrowTableRef.range.size;
20802080
}
20812081

20822082
[[nodiscard]] int64_t tableSize() const

0 commit comments

Comments
 (0)