Uses of Package
com.datastax.astra.client.tables.definition.indexes
Package
Description
Top package to interact with Tables.
Objects representing Table Indexes.
-
ClassDescriptionRepresents a definition for table indices, allowing customization of various indexing options.Represents a descriptor for a table index, including the table's name and associated index options.Represents a definition for table vector indices, allowing configuration of vector-specific options such as similarity metrics and source models.
-
ClassDescriptionRepresents the base class for table index definitions, encapsulating common properties and behaviors for index definitions, including the column being indexed and API support for index-related operations.Represents a definition for table indices, allowing customization of various indexing options.Represents the API support for table index definitions, providing flags for various operations such as table creation, insertion, and reading, along with a CQL (Cassandra Query Language) definition.Represents the options for table index definitions, allowing configuration of index characteristics.Represents a descriptor for a table index, including the table's name and associated index options.Represents a definition for table vector indices, allowing configuration of vector-specific options such as similarity metrics and source models.Options for defining vector-based index configurations for tables.Descriptor for a table vector index.