| Package | Description |
|---|---|
| org.apache.hive.service.cli | |
| org.apache.hive.service.cli.thrift |
| Modifier and Type | Method and Description |
|---|---|
TColumnDesc |
ColumnDescriptor.toTColumnDesc() |
| Constructor and Description |
|---|
ColumnDescriptor(TColumnDesc tColumnDesc) |
| Modifier and Type | Method and Description |
|---|---|
TColumnDesc |
TColumnDesc.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<TColumnDesc> |
TTableSchema.getColumns() |
Iterator<TColumnDesc> |
TTableSchema.getColumnsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TTableSchema.addToColumns(TColumnDesc elem) |
int |
TColumnDesc.compareTo(TColumnDesc other) |
boolean |
TColumnDesc.equals(TColumnDesc that) |
| Modifier and Type | Method and Description |
|---|---|
void |
TTableSchema.setColumns(List<TColumnDesc> columns) |
| Constructor and Description |
|---|
TColumnDesc(TColumnDesc other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
TTableSchema(List<TColumnDesc> columns) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.