Uses of Class
com.datastax.astra.client.tables.exceptions.TooManyRowsToCountException
Packages that use TooManyRowsToCountException
-
Uses of TooManyRowsToCountException in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables that throw TooManyRowsToCountExceptionModifier and TypeMethodDescriptionint
Table.countRows
(int upperBound) Counts the number of rows in the table.int
Implementation of the @seeTable.countRows(Filter, int, CountRowsOptions)
method with default options.int
Table.countRows
(Filter filter, int upperBound, CountRowsOptions options) Counts the number of rows in the table with a filter.