java.lang.Object
java.lang.Enum<TypeSize>
io.milvus.bulkwriter.common.clientenum.TypeSize
All Implemented Interfaces:
Serializable, Comparable<TypeSize>, java.lang.constant.Constable

public enum TypeSize extends Enum<TypeSize>
  • Enum Constant Details

    • BOOL

      public static final TypeSize BOOL
    • INT8

      public static final TypeSize INT8
    • INT16

      public static final TypeSize INT16
    • INT32

      public static final TypeSize INT32
    • INT64

      public static final TypeSize INT64
    • FLOAT

      public static final TypeSize FLOAT
    • DOUBLE

      public static final TypeSize DOUBLE
  • Method Details

    • values

      public static TypeSize[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TypeSize valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • contains

      public static boolean contains(DataType dataType)
    • getSize

      public static Integer getSize(DataType dataType)