Uses of Class
com.datastax.astra.client.tables.exceptions.TooManyRowsToCountException
-
Uses of TooManyRowsToCountException in com.datastax.astra.client.tables
Modifier 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.