public class RowBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
RowBuilder(List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> schema) |
RowBuilder(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AppendBool(boolean val) |
boolean |
AppendDate(int year,
int month,
int day) |
boolean |
AppendDouble(double val) |
boolean |
AppendFloat(float val) |
boolean |
AppendInt16(short val) |
boolean |
AppendInt32(int val) |
boolean |
AppendInt64(long val) |
boolean |
AppendNULL() |
boolean |
AppendString(String val,
int length) |
boolean |
AppendTimestamp(long val) |
int |
CalTotalLength(int string_length) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(RowBuilder obj) |
boolean |
SetBuffer(ByteBuffer buf) |
boolean |
SetBuffer(long buf_handle,
int size) |
boolean |
SetBuffer(SWIGTYPE_p_signed_char buf,
int size) |
public RowBuilder(long cPtr,
boolean cMemoryOwn)
public RowBuilder(List<com._4paradigm.hybridse.type.TypeOuterClass.ColumnDef> schema)
public static long getCPtr(RowBuilder obj)
public void delete()
public int CalTotalLength(int string_length)
public boolean SetBuffer(SWIGTYPE_p_signed_char buf, int size)
public boolean SetBuffer(long buf_handle,
int size)
public boolean SetBuffer(ByteBuffer buf)
public boolean AppendBool(boolean val)
public boolean AppendInt32(int val)
public boolean AppendInt16(short val)
public boolean AppendInt64(long val)
public boolean AppendTimestamp(long val)
public boolean AppendDate(int year,
int month,
int day)
public boolean AppendFloat(float val)
public boolean AppendDouble(double val)
public boolean AppendString(String val, int length)
public boolean AppendNULL()
Copyright © 2021. All rights reserved.