Constructor and Description |
---|
LazyTuple(LazyTuple tuple) |
LazyTuple(Schema schema,
byte[][] textBytes,
long offset) |
LazyTuple(Schema schema,
byte[][] textBytes,
long offset,
byte[] nullBytes,
SerializerDeserializer serde) |
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) |
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 LazyTuple(Schema schema, byte[][] textBytes, long offset)
public LazyTuple(Schema schema, byte[][] textBytes, long offset, byte[] nullBytes, SerializerDeserializer serde)
public LazyTuple(LazyTuple tuple)
public Tuple clone() throws CloneNotSupportedException
clone
in interface Tuple
clone
in class Object
CloneNotSupportedException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.