Constructor and Description |
---|
FrameTuple() |
FrameTuple(Tuple left,
Tuple right) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Tuple |
clone() |
boolean |
contains(int fieldId) |
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) |
long |
getOffset() |
String |
getText(int fieldId) |
Datum[] |
getValues() |
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 |
set(Tuple left,
Tuple right) |
void |
setOffset(long offset) |
int |
size() |
String |
toString() |
public Tuple clone() throws CloneNotSupportedException
clone
in interface Tuple
clone
in class Object
CloneNotSupportedException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.