Uses of Class
com.datastax.astra.client.tables.cursor.TableFindCursor
Packages that use TableFindCursor
Package
Description
Top package to interact with Tables.
Objects representing cursors working with find tables commands.
-
Uses of TableFindCursor in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables that return TableFindCursorModifier and TypeMethodDescriptionFinds all rows in the table.Table.find(Filter filter, TableFindOptions options) Finds all rows in the table.<R> TableFindCursor<T, R> Table.find(Filter filter, TableFindOptions options, Class<R> newRowType) Finds all rows in the table.Table.find(TableFindOptions options) Finds all rows in the table.Table.findAll()Retrieves all rows in the table. -
Uses of TableFindCursor in com.datastax.astra.client.tables.cursor
Methods in com.datastax.astra.client.tables.cursor that return TableFindCursorModifier and TypeMethodDescriptionTableFindCursor.clone()Immutable methods that return a new Cursor instance.TableFindCursor.includeSimilarity()Creates a newTableFindCursorthat includes similarity scores in the results.TableFindCursor.includeSortVector()Creates a newTableFindCursorthat includes sort vector metadata in the results.TableFindCursor.limit(int newLimit) Creates a newTableFindCursorwith a specified limit on the number of results.TableFindCursor.project(Projection... newProjection) Creates a newTableFindCursorwith an updated projection.TableFindCursor.skip(int newSkip) Creates a newTableFindCursorthat skips a specified number of results.Creates a newTableFindCursorwith a specified sort order.