Constructor and Description |
---|
VTuple(Datum[] datum) |
VTuple(int size) |
VTuple(Tuple tuple) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Tuple |
clone() |
boolean |
contains(int fieldId) |
boolean |
equals(Object obj) |
Datum |
get(int fieldId) |
boolean |
getBool(int fieldId) |
byte |
getByte(int fieldId) |
byte[] |
getBytes(int fieldId) |
char |
getChar(int fieldId) |
float |
getFloat4(int fieldId) |
double |
getFloat8(int fieldId) |
short |
getInt2(int fieldId) |
int |
getInt4(int fieldId) |
long |
getInt8(int fieldId) |
Inet4Datum |
getIPv4(int fieldId) |
byte[] |
getIPv4Bytes(int fieldId) |
InetAddress |
getIPv6(int fieldId) |
byte[] |
getIPv6Bytes(int fieldId) |
long |
getOffset() |
String |
getText(int fieldId) |
Datum[] |
getValues() |
int |
hashCode() |
boolean |
isNull(int fieldid) |
void |
put(Datum[] values) |
void |
put(int fieldId,
Datum value) |
void |
put(int fieldId,
Datum[] values) |
void |
put(int fieldId,
Tuple tuple) |
void |
setOffset(long offset) |
int |
size() |
String |
toString() |
public Datum[] values
public VTuple(int size)
public VTuple(Tuple tuple)
public VTuple(Datum[] datum)
public Inet4Datum getIPv4(int fieldId)
public byte[] getIPv4Bytes(int fieldId)
public InetAddress getIPv6(int fieldId)
public byte[] getIPv6Bytes(int fieldId)
public Tuple clone() throws CloneNotSupportedException
clone
in interface Tuple
clone
in class Object
CloneNotSupportedException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.