org.apache.hive.service.cli.thrift
Class TRowSet

java.lang.Object
  extended by org.apache.hive.service.cli.thrift.TRowSet
All Implemented Interfaces:
Serializable, Cloneable, Comparable<TRowSet>, org.apache.thrift.TBase<TRowSet,TRowSet._Fields>

public class TRowSet
extends Object
implements org.apache.thrift.TBase<TRowSet,TRowSet._Fields>, Serializable, Cloneable

See Also:
Serialized Form

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

metaDataMap

public static final Map<TRowSet._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

TRowSet

public TRowSet()

TRowSet

public TRowSet(long startRowOffset,
               List<TRow> rows)

TRowSet

public TRowSet(TRowSet other)
Performs a deep copy on other.

Method Detail

deepCopy

public TRowSet deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>

getStartRowOffset

public long getStartRowOffset()

setStartRowOffset

public void setStartRowOffset(long startRowOffset)

unsetStartRowOffset

public void unsetStartRowOffset()

isSetStartRowOffset

public boolean isSetStartRowOffset()
Returns true if field startRowOffset is set (has been assigned a value) and false otherwise


setStartRowOffsetIsSet

public void setStartRowOffsetIsSet(boolean value)

getRowsSize

public int getRowsSize()

getRowsIterator

public Iterator<TRow> getRowsIterator()

addToRows

public void addToRows(TRow elem)

getRows

public List<TRow> getRows()

setRows

public void setRows(List<TRow> rows)

unsetRows

public void unsetRows()

isSetRows

public boolean isSetRows()
Returns true if field rows is set (has been assigned a value) and false otherwise


setRowsIsSet

public void setRowsIsSet(boolean value)

getColumnsSize

public int getColumnsSize()

getColumnsIterator

public Iterator<TColumn> getColumnsIterator()

addToColumns

public void addToColumns(TColumn elem)

getColumns

public List<TColumn> getColumns()

setColumns

public void setColumns(List<TColumn> columns)

unsetColumns

public void unsetColumns()

isSetColumns

public boolean isSetColumns()
Returns true if field columns is set (has been assigned a value) and false otherwise


setColumnsIsSet

public void setColumnsIsSet(boolean value)

setFieldValue

public void setFieldValue(TRowSet._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>

getFieldValue

public Object getFieldValue(TRowSet._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>

isSet

public boolean isSet(TRowSet._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(TRowSet that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(TRowSet other)
Specified by:
compareTo in interface Comparable<TRowSet>

fieldForId

public TRowSet._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<TRowSet,TRowSet._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2013 The Apache Software Foundation