Uses of Class
org.apache.cassandra.cql3.functions.types.VectorType
Packages that use VectorType
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of VectorType in org.apache.cassandra.cql3.functions.types
Fields in org.apache.cassandra.cql3.functions.types declared as VectorTypeMethods in org.apache.cassandra.cql3.functions.types that return VectorTypeModifier and TypeMethodDescriptionstatic VectorTypeReturns the type of vector ofelementTypeelements withdimensionsdimensions.Methods in org.apache.cassandra.cql3.functions.types with parameters of type VectorTypeModifier and TypeMethodDescriptionstatic <E> VectorCodec<E>VectorCodec.of(VectorType type, TypeCodec<E> subtypeCodec) TypeCodec.vector(VectorType type, TypeCodec<E> valueCodec) Return a newly-created codec for the given CQL vector type.