| Package | Description |
|---|---|
| org.apache.hive.service.cli.thrift |
| Modifier and Type | Method and Description |
|---|---|
TRow |
TRow.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<TRow> |
TRowSet.getRows() |
Iterator<TRow> |
TRowSet.getRowsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TRowSet.addToRows(TRow elem) |
int |
TRow.compareTo(TRow other) |
boolean |
TRow.equals(TRow that) |
| Modifier and Type | Method and Description |
|---|---|
void |
TRowSet.setRows(List<TRow> rows) |
| Constructor and Description |
|---|
TRow(TRow other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
TRowSet(long startRowOffset,
List<TRow> rows) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.