Uses of Class
org.apache.cassandra.db.marshal.VectorType
Packages that use VectorType
Package
Description
-
Uses of VectorType in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as VectorTypeMethods in org.apache.cassandra.cql3 that return VectorTypeModifier and TypeMethodDescriptionstatic <T> VectorType<?>Vectors.getExactVectorTypeIfKnown(List<T> items, Function<T, AbstractType<?>> mapper) Returns the exact VectorType from the items if it can be known.static <T> VectorType<?>Vectors.getPreferredCompatibleType(List<T> items, Function<T, AbstractType<?>> mapper) VectorType<?>CQL3Type.Vector.getType()Constructors in org.apache.cassandra.cql3 with parameters of type VectorTypeModifierConstructorDescriptionDelayedValue(VectorType<T> type, List<Term> elements) Value(VectorType<T> type, List<ByteBuffer> elements) Vector(VectorType<?> type) -
Uses of VectorType in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return VectorTypeModifier and TypeMethodDescriptionstatic <T> VectorType<T>VectorType.getInstance(AbstractType<T> elements, int dimension) static VectorType<?>VectorType.getInstance(TypeParser parser) -
Uses of VectorType in org.apache.cassandra.index.sai.disk.v1.vector
Constructors in org.apache.cassandra.index.sai.disk.v1.vector with parameters of type VectorType