Uses of Class
org.apache.hive.service.cli.Row

Packages that use Row
org.apache.hive.service.cli   
 

Uses of Row in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return Row
 Row Row.addBoolean(boolean value)
           
 Row Row.addByte(byte value)
           
 Row Row.addColumnValue(ColumnValue value)
           
 Row Row.addString(String value)
           
 

Methods in org.apache.hive.service.cli with parameters of type Row
 RowSet RowSet.addRow(Row row)
           
 

Constructor parameters in org.apache.hive.service.cli with type arguments of type Row
RowSet(List<Row> rows, long startOffset)
           
 



Copyright © 2013 The Apache Software Foundation