| Constructor and Description |
|---|
LazyTuple(LazyTuple tuple)
Deprecated.
|
LazyTuple(Schema schema,
byte[][] textBytes,
long offset)
Deprecated.
|
LazyTuple(Schema schema,
byte[][] textBytes,
long offset,
byte[] nullBytes,
SerializerDeserializer serde)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Datum |
asDatum(int fieldId)
Deprecated.
|
void |
clear()
Deprecated.
|
void |
clearOffset()
Deprecated.
|
Tuple |
clone()
Deprecated.
|
boolean |
contains(int fieldid)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
Datum |
get(int fieldId)
Deprecated.
|
boolean |
getBool(int fieldId)
Deprecated.
|
byte |
getByte(int fieldId)
Deprecated.
|
byte[] |
getBytes(int fieldId)
Deprecated.
|
char |
getChar(int fieldId)
Deprecated.
|
float |
getFloat4(int fieldId)
Deprecated.
|
double |
getFloat8(int fieldId)
Deprecated.
|
short |
getInt2(int fieldId)
Deprecated.
|
int |
getInt4(int fieldId)
Deprecated.
|
long |
getInt8(int fieldId)
Deprecated.
|
IntervalDatum |
getInterval(int fieldId)
Deprecated.
|
long |
getOffset()
Deprecated.
|
ProtobufDatum |
getProtobufDatum(int fieldId)
Deprecated.
|
String |
getText(int fieldId)
Deprecated.
|
byte[] |
getTextBytes(int fieldId)
Deprecated.
|
TimeMeta |
getTimeDate(int fieldId)
Deprecated.
|
char[] |
getUnicodeChars(int fieldId)
Deprecated.
|
Datum[] |
getValues()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isBlank(int fieldid)
Deprecated.
|
boolean |
isBlankOrNull(int fieldid)
Deprecated.
|
void |
put(Datum[] values)
Deprecated.
|
void |
put(int fieldId,
Datum value)
Deprecated.
|
void |
put(int fieldId,
Tuple tuple)
Deprecated.
|
void |
setOffset(long offset)
Deprecated.
|
int |
size()
Deprecated.
|
int |
size(int fieldId)
Deprecated.
|
String |
toString()
Deprecated.
|
TajoDataTypes.Type |
type(int fieldId)
Deprecated.
|
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 boolean isBlankOrNull(int fieldid)
isBlankOrNull in interface Tuplepublic TajoDataTypes.Type type(int fieldId)
public void clearOffset()
clearOffset in interface Tuplepublic Datum get(int fieldId)
public byte[] getTextBytes(int fieldId)
getTextBytes in interface Tuplepublic float getFloat4(int fieldId)
public double getFloat8(int fieldId)
public TimeMeta getTimeDate(int fieldId)
getTimeDate in interface Tuplepublic ProtobufDatum getProtobufDatum(int fieldId)
getProtobufDatum in interface Tuplepublic IntervalDatum getInterval(int fieldId)
getInterval in interface Tuplepublic char[] getUnicodeChars(int fieldId)
getUnicodeChars in interface Tuplepublic Tuple clone() throws CloneNotSupportedException
clone in interface Tupleclone in class ObjectCloneNotSupportedExceptionCopyright © 2016 Apache Software Foundation. All Rights Reserved.