Milvex.Milvus.Proto.Schema.DataType (milvex v0.10.2)

Copy Markdown

* @brief Field data type

Summary

Types

t()

@type t() ::
  integer()
  | :None
  | :Bool
  | :Int8
  | :Int16
  | :Int32
  | :Int64
  | :Float
  | :Double
  | :String
  | :VarChar
  | :Array
  | :JSON
  | :Geometry
  | :Text
  | :Timestamptz
  | :Mol
  | :BinaryVector
  | :FloatVector
  | :Float16Vector
  | :BFloat16Vector
  | :SparseFloatVector
  | :Int8Vector
  | :ArrayOfVector
  | :ArrayOfStruct
  | :Struct