Uses of Class
com.datastax.astra.client.core.query.Sort
Packages that use Sort
Package
Description
Objects representing cursors working with find collections commands.
Options and Inputs for Collections commands.
Utility classes for commands and operations.
Classes uses to build queries with Sort and Projection.
Options and Inputs for Tables commands.
Objects representing cursors working with find tables commands.
Objects describing the structure of a Table.
Internal technical classes for low-level utilities
-
Uses of Sort in com.datastax.astra.client.collections.commands.cursor
Methods in com.datastax.astra.client.collections.commands.cursor with parameters of type SortModifier and TypeMethodDescriptionApplies a sorting order to the cursor. -
Uses of Sort in com.datastax.astra.client.collections.commands.options
Methods in com.datastax.astra.client.collections.commands.options that return SortModifier and TypeMethodDescriptionSort[]
CollectionDeleteOneOptions.getSortArray()
Get the sort options.Sort[]
CollectionFindOneAndDeleteOptions.getSortArray()
Get the sort options.Sort[]
CollectionFindOneAndReplaceOptions.getSortArray()
Get the sort options.Sort[]
CollectionFindOneAndUpdateOptions.getSortArray()
Get the sort options.Sort[]
CollectionFindOneOptions.getSortArray()
Get the sort options.Sort[]
CollectionFindOptions.getSortArray()
Get the sort options.Sort[]
UpdateOneOptions.getSortArray()
Get the sort options.Methods in com.datastax.astra.client.collections.commands.options with parameters of type SortModifier and TypeMethodDescriptionAdding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API. -
Uses of Sort in com.datastax.astra.client.core.commands
Methods in com.datastax.astra.client.core.commands with parameters of type Sort -
Uses of Sort in com.datastax.astra.client.core.query
Methods in com.datastax.astra.client.core.query that return SortModifier and TypeMethodDescriptionstatic Sort
Build a sort clause ascending.static Sort
Sort.descending
(String field) Build a sort clause DESCENDING.static Sort
Sort.vector
(float[] embeddings) Build a sort clause with a vector.static Sort
Build a sort clause with a vector on a tablestatic Sort
Sort.vector
(String fieldName, DataAPIVector embeddings) Build a sort clause with a vector on a tablestatic Sort
Build a sort clause with vectorize.static Sort
Build a sort clause with vectorize. -
Uses of Sort in com.datastax.astra.client.tables.commands.options
Methods in com.datastax.astra.client.tables.commands.options that return SortModifier and TypeMethodDescriptionSort[]
TableDeleteOneOptions.getSortArray()
Get the sort options.Sort[]
TableFindOneOptions.getSortArray()
Get the sort options.Sort[]
TableFindOptions.getSortArray()
Get the sort options.Methods in com.datastax.astra.client.tables.commands.options with parameters of type SortModifier and TypeMethodDescriptionAdding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API. -
Uses of Sort in com.datastax.astra.client.tables.cursor
Methods in com.datastax.astra.client.tables.cursor with parameters of type Sort -
Uses of Sort in com.datastax.astra.client.tables.definition
Methods in com.datastax.astra.client.tables.definition with parameters of type SortModifier and TypeMethodDescriptionTableDefinition.addPartitionSort
(Sort column) Adds a sort column to the table's primary key.TableDefinition.clusteringColumns
(Sort... clusteringColumns) Sets the clustering columns for the table. -
Uses of Sort in com.datastax.astra.internal.utils
Methods in com.datastax.astra.internal.utils with parameters of type Sort