|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TColumn | |
---|---|
org.apache.hive.service.cli.thrift |
Uses of TColumn in org.apache.hive.service.cli.thrift |
---|
Methods in org.apache.hive.service.cli.thrift that return TColumn | |
---|---|
static TColumn |
TColumn.boolColumn(List<TBoolValue> value)
|
static TColumn |
TColumn.byteColumn(List<TByteValue> value)
|
TColumn |
TColumn.deepCopy()
|
static TColumn |
TColumn.doubleColumn(List<TDoubleValue> value)
|
static TColumn |
TColumn.i16Column(List<TI16Value> value)
|
static TColumn |
TColumn.i32Column(List<TI32Value> value)
|
static TColumn |
TColumn.i64Column(List<TI64Value> value)
|
static TColumn |
TColumn.stringColumn(List<TStringValue> value)
|
Methods in org.apache.hive.service.cli.thrift that return types with arguments of type TColumn | |
---|---|
List<TColumn> |
TRowSet.getColumns()
|
Iterator<TColumn> |
TRowSet.getColumnsIterator()
|
Methods in org.apache.hive.service.cli.thrift with parameters of type TColumn | |
---|---|
void |
TRowSet.addToColumns(TColumn elem)
|
int |
TColumn.compareTo(TColumn other)
|
boolean |
TColumn.equals(TColumn other)
|
Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TColumn | |
---|---|
void |
TRowSet.setColumns(List<TColumn> columns)
|
Constructors in org.apache.hive.service.cli.thrift with parameters of type TColumn | |
---|---|
TColumn(TColumn other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |