- 封闭类:
- 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>.