Annotation Interface VectorType


Specific variant of CassandraType(VECTOR) allowing specification of a Cassandra vector type alongside with its subtype and number of dimensions.
Since:
4.5
Author:
Mark Paluch
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • dimensions

      int dimensions
      Returns:
      number of dimensions.
    • subtype

      Returns:
      Vector subtype, defaults to float.
      Default:
      FLOAT