public class InsertRowsParam
extends java.lang.Object
insert
interface.Modifier and Type | Class and Description |
---|---|
static class |
InsertRowsParam.Builder
Builder for
InsertRowsParam class. |
Modifier and Type | Method and Description |
---|---|
static InsertRowsParam.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 InsertRowsParam.Builder newBuilder()
public java.lang.String toString()
toString
in class java.lang.Object