|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hive.service.cli.thrift.TRowSet
public class TRowSet
Nested Class Summary | |
---|---|
static class |
TRowSet._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<TRowSet._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
TRowSet()
|
|
TRowSet(long startRowOffset,
List<TRow> rows)
|
|
TRowSet(TRowSet other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
addToColumns(TColumn elem)
|
void |
addToRows(TRow elem)
|
void |
clear()
|
int |
compareTo(TRowSet other)
|
TRowSet |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(TRowSet that)
|
TRowSet._Fields |
fieldForId(int fieldId)
|
List<TColumn> |
getColumns()
|
Iterator<TColumn> |
getColumnsIterator()
|
int |
getColumnsSize()
|
Object |
getFieldValue(TRowSet._Fields field)
|
List<TRow> |
getRows()
|
Iterator<TRow> |
getRowsIterator()
|
int |
getRowsSize()
|
long |
getStartRowOffset()
|
int |
hashCode()
|
boolean |
isSet(TRowSet._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetColumns()
Returns true if field columns is set (has been assigned a value) and false otherwise |
boolean |
isSetRows()
Returns true if field rows is set (has been assigned a value) and false otherwise |
boolean |
isSetStartRowOffset()
Returns true if field startRowOffset is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setColumns(List<TColumn> columns)
|
void |
setColumnsIsSet(boolean value)
|
void |
setFieldValue(TRowSet._Fields field,
Object value)
|
void |
setRows(List<TRow> rows)
|
void |
setRowsIsSet(boolean value)
|
void |
setStartRowOffset(long startRowOffset)
|
void |
setStartRowOffsetIsSet(boolean value)
|
String |
toString()
|
void |
unsetColumns()
|
void |
unsetRows()
|
void |
unsetStartRowOffset()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Map<TRowSet._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public TRowSet()
public TRowSet(long startRowOffset, List<TRow> rows)
public TRowSet(TRowSet other)
Method Detail |
---|
public TRowSet deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public long getStartRowOffset()
public void setStartRowOffset(long startRowOffset)
public void unsetStartRowOffset()
public boolean isSetStartRowOffset()
public void setStartRowOffsetIsSet(boolean value)
public int getRowsSize()
public Iterator<TRow> getRowsIterator()
public void addToRows(TRow elem)
public List<TRow> getRows()
public void setRows(List<TRow> rows)
public void unsetRows()
public boolean isSetRows()
public void setRowsIsSet(boolean value)
public int getColumnsSize()
public Iterator<TColumn> getColumnsIterator()
public void addToColumns(TColumn elem)
public List<TColumn> getColumns()
public void setColumns(List<TColumn> columns)
public void unsetColumns()
public boolean isSetColumns()
public void setColumnsIsSet(boolean value)
public void setFieldValue(TRowSet._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public Object getFieldValue(TRowSet._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public boolean isSet(TRowSet._Fields field)
isSet
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(TRowSet that)
public int hashCode()
hashCode
in class Object
public int compareTo(TRowSet other)
compareTo
in interface Comparable<TRowSet>
public TRowSet._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
org.apache.thrift.TException
public String toString()
toString
in class Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |