org.apache.hive.service.cli
Class Row

java.lang.Object
  extended by org.apache.hive.service.cli.Row

public class Row
extends Object

Row.


Constructor Summary
Row()
           
Row(TableSchema schema, Object[] fields)
           
Row(TRow tRow)
           
 
Method Summary
 Row addBoolean(boolean value)
           
 Row addByte(byte value)
           
 Row addColumnValue(ColumnValue value)
           
 Row addString(String value)
           
 TRow toTRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row()

Row

public Row(TRow tRow)

Row

public Row(TableSchema schema,
           Object[] fields)
Method Detail

addColumnValue

public Row addColumnValue(ColumnValue value)

addBoolean

public Row addBoolean(boolean value)

addByte

public Row addByte(byte value)

addString

public Row addString(String value)

toTRow

public TRow toTRow()


Copyright © 2013 The Apache Software Foundation