Package | Description |
---|---|
org.apache.hive.service.cli | |
org.apache.hive.service.cli.thrift |
Modifier and Type | Method and Description |
---|---|
static TColumnValue |
ColumnValue.toTColumnValue(Type type,
Object value) |
Modifier and Type | Method and Description |
---|---|
static Object |
ColumnValue.toColumnValue(TColumnValue value) |
Modifier and Type | Method and Description |
---|---|
static TColumnValue |
TColumnValue.boolVal(TBoolValue value) |
static TColumnValue |
TColumnValue.byteVal(TByteValue value) |
TColumnValue |
TColumnValue.deepCopy() |
static TColumnValue |
TColumnValue.doubleVal(TDoubleValue value) |
static TColumnValue |
TColumnValue.i16Val(TI16Value value) |
static TColumnValue |
TColumnValue.i32Val(TI32Value value) |
static TColumnValue |
TColumnValue.i64Val(TI64Value value) |
static TColumnValue |
TColumnValue.stringVal(TStringValue value) |
Modifier and Type | Method and Description |
---|---|
List<TColumnValue> |
TRow.getColVals() |
Iterator<TColumnValue> |
TRow.getColValsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TRow.addToColVals(TColumnValue elem) |
int |
TColumnValue.compareTo(TColumnValue other) |
boolean |
TColumnValue.equals(TColumnValue other) |
Modifier and Type | Method and Description |
---|---|
void |
TRow.setColVals(List<TColumnValue> colVals) |
Constructor and Description |
---|
TColumnValue(TColumnValue other) |
Constructor and Description |
---|
TRow(List<TColumnValue> colVals) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.