ajantha-bhat commented on a change in pull request #3770:
URL: https://github.com/apache/carbondata/pull/3770#discussion_r434409645



##########
File path: docs/sdk-guide.md
##########
@@ -766,6 +771,41 @@ public VectorSchemaRoot getArrowVectors() throws 
IOException;
 public static ArrowRecordBatch byteArrayToArrowBatch(byte[] batchBytes, 
BufferAllocator bufferAllocator) throws IOException;
 ```
 
+### Class org.apache.carbondata.sdk.file.PaginationCarbonReader
+```
+/**
+* Pagination query with from and to range.
+*
+* @param fromRowNumber must be greater 0 (as row id starts from 1)
+*                      and less than equal to toRowNumber
+* @param toRowNumber must be greater than 0 (as row id starts from 1)
+*                and greater than equals to fromRowNumber and not outside the 
total rows

Review comment:
       ok




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to