Uses of Class
com.datastax.astra.client.tables.commands.AlterTableAddReranking
Packages that use AlterTableAddReranking
Package
Description
Command Definitions for operating on Tables.
-
Uses of AlterTableAddReranking in com.datastax.astra.client.tables.commands
Methods in com.datastax.astra.client.tables.commands that return AlterTableAddRerankingModifier and TypeMethodDescriptionAlterTableAddReranking.addColumn
(String name, RerankServiceOptions def) Adds a new column with the specified name and reranking options.AlterTableAddReranking.columns
(Map<String, RerankServiceOptions> columns) Replaces the current column definitions with the specified map of column names and vectorization options.