public class InsertParam
extends java.lang.Object
insert
interface.Modifier and Type | Class and Description |
---|---|
static class |
InsertParam.Builder
Builder for
InsertParam class. |
static class |
InsertParam.Field
Internal class for insert data.
|
Modifier and Type | Method and Description |
---|---|
static InsertParam.Builder |
newBuilder() |
java.lang.String |
toString()
Warning: don't use lombok@ToString to annotate this class
because large number of vectors will waste time in toString() method.
|
public static InsertParam.Builder newBuilder()
public java.lang.String toString()
toString
in class java.lang.Object