|
@@ -1141,7 +1141,7 @@ func (iter *Iter) PageState() []byte {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// NumRows returns the number of rows in this pagination, it will update when new
|
|
// NumRows returns the number of rows in this pagination, it will update when new
|
|
|
-// pages are fetcehd, it is not the value of the total number of rows this iter
|
|
|
|
|
|
|
+// pages are fetched, it is not the value of the total number of rows this iter
|
|
|
// will return unless there is only a single page returned.
|
|
// will return unless there is only a single page returned.
|
|
|
func (iter *Iter) NumRows() int {
|
|
func (iter *Iter) NumRows() int {
|
|
|
return iter.numRows
|
|
return iter.numRows
|