Uses of Class
org.springframework.data.cassandra.core.query.VectorSort
Packages that use VectorSort
Package
Description
Apache Cassandra specific query and update support.
-
Uses of VectorSort in org.springframework.data.cassandra.core.query
Methods in org.springframework.data.cassandra.core.query that return VectorSortModifier and TypeMethodDescriptionstatic VectorSortCreates a newVectorSortfor the given attributes with the default sort direction.static VectorSortCreates a newVectorSortfor the given attributes with the default sort direction.static VectorSortVectorSort.ann(String column, com.datastax.oss.driver.api.core.data.CqlVector<? extends Number> vector) Creates a newVectorSortfor the given attributes with the default sort direction.static VectorSortCreates a newVectorSortfor the given attributes with the default sort direction.