Uses of Class
com.datastax.astra.client.tables.commands.AlterTableAddVectorize
Package
Description
Command Definitions for operating on Tables.
-
Uses of AlterTableAddVectorize in com.datastax.astra.client.tables.commands
Modifier and TypeMethodDescriptionAlterTableAddVectorize.addColumn
(String name, VectorServiceOptions def) Adds a new column with the specified name and vectorization options.AlterTableAddVectorize.columns
(Map<String, VectorServiceOptions> columns) Replaces the current column definitions with the specified map of column names and vectorization options.