|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TRow | |
---|---|
org.apache.hive.jdbc | |
org.apache.hive.service.cli | |
org.apache.hive.service.cli.thrift |
Uses of TRow in org.apache.hive.jdbc |
---|
Fields in org.apache.hive.jdbc declared as TRow | |
---|---|
protected TRow |
HiveBaseResultSet.row
|
Uses of TRow in org.apache.hive.service.cli |
---|
Methods in org.apache.hive.service.cli that return TRow | |
---|---|
TRow |
Row.toTRow()
|
Constructors in org.apache.hive.service.cli with parameters of type TRow | |
---|---|
Row(TRow tRow)
|
Uses of TRow in org.apache.hive.service.cli.thrift |
---|
Methods in org.apache.hive.service.cli.thrift that return TRow | |
---|---|
TRow |
TRow.deepCopy()
|
Methods in org.apache.hive.service.cli.thrift that return types with arguments of type TRow | |
---|---|
List<TRow> |
TRowSet.getRows()
|
Iterator<TRow> |
TRowSet.getRowsIterator()
|
Methods in org.apache.hive.service.cli.thrift with parameters of type TRow | |
---|---|
void |
TRowSet.addToRows(TRow elem)
|
int |
TRow.compareTo(TRow other)
|
boolean |
TRow.equals(TRow that)
|
Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TRow | |
---|---|
void |
TRowSet.setRows(List<TRow> rows)
|
Constructors in org.apache.hive.service.cli.thrift with parameters of type TRow | |
---|---|
TRow(TRow other)
Performs a deep copy on other. |
Constructor parameters in org.apache.hive.service.cli.thrift with type arguments of type TRow | |
---|---|
TRowSet(long startRowOffset,
List<TRow> rows)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |