| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
ColumnBasedSet(TableSchema schema) |
ColumnBasedSet(TableSchema schema,
boolean isBlobBased) |
ColumnBasedSet(org.apache.hive.service.rpc.thrift.TRowSet tRowSet) |
| Modifier and Type | Method and Description |
|---|---|
ColumnBasedSet |
addRow(Object[] fields) |
ColumnBasedSet |
extractSubset(int maxRows) |
Object[] |
fill(int index,
Object[] convey) |
List<ColumnBuffer> |
getColumns() |
long |
getStartOffset() |
Iterator<Object[]> |
iterator() |
int |
numColumns() |
int |
numRows() |
void |
setStartOffset(long startOffset) |
org.apache.hive.service.rpc.thrift.TRowSet |
toTRowSet() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ColumnBasedSet(TableSchema schema)
public ColumnBasedSet(org.apache.hive.service.rpc.thrift.TRowSet tRowSet)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic ColumnBasedSet(TableSchema schema, boolean isBlobBased)
public ColumnBasedSet addRow(Object[] fields)
public List<ColumnBuffer> getColumns()
public int numColumns()
numColumns in interface RowSetpublic ColumnBasedSet extractSubset(int maxRows)
extractSubset in interface RowSetpublic long getStartOffset()
getStartOffset in interface RowSetpublic void setStartOffset(long startOffset)
setStartOffset in interface RowSetpublic org.apache.hive.service.rpc.thrift.TRowSet toTRowSet()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.