Class InsertParam.Field

  • Enclosing class:
    InsertParam

    public static class InsertParam.Field
    extends Object
    Internal class for insert data. If dataType is scalar(bool/int/float/double), values is List<Integer>, List<Long>, etc. If dataType is FloatVector, values is List<Float>. If dataType is BinaryVector, values is List<ByteBuffer>.
    • Method Detail

      • getName

        public String getName()
        Return name of the field.
        Returns:
        String
      • getType

        public DataType getType()
        Return data type of the field.
        Returns:
        String
      • getValues

        public List<?> getValues()
        Return data of the field, in column-base.
        Returns:
        List