Class GeneratorUtils
java.lang.Object
io.milvus.bulkwriter.common.utils.GeneratorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffergeneratorBinaryVector(int dim) generatorBoolValue(int count) generatorDoubleValue(int count) generatorFloatValue(int count) generatorFloatVector(int dim, int count) generatorInt16Value(int count) generatorInt32Value(int count) generatorInt8Value(int count) generatorLongValue(int count) generatorVarcharValue(int count, int maxLength) genFloatVector(int dim)
-
Constructor Details
-
GeneratorUtils
public GeneratorUtils()
-
-
Method Details
-
generatorLongValue
-
generatorBoolValue
-
generatorInt8Value
-
generatorInt16Value
-
generatorInt32Value
-
generatorFloatValue
-
generatorDoubleValue
-
generatorVarcharValue
-
generatorBinaryVector
-
generatorFloatVector
-
genFloatVector
-