Package | Description |
---|---|
org.apache.hive.service.cli.thrift |
Modifier and Type | Method and Description |
---|---|
static TTypeEntry |
TTypeEntry.arrayEntry(TArrayTypeEntry value) |
TTypeEntry |
TTypeEntry.deepCopy() |
static TTypeEntry |
TTypeEntry.mapEntry(TMapTypeEntry value) |
static TTypeEntry |
TTypeEntry.primitiveEntry(TPrimitiveTypeEntry value) |
static TTypeEntry |
TTypeEntry.structEntry(TStructTypeEntry value) |
static TTypeEntry |
TTypeEntry.unionEntry(TUnionTypeEntry value) |
static TTypeEntry |
TTypeEntry.userDefinedTypeEntry(TUserDefinedTypeEntry value) |
Modifier and Type | Method and Description |
---|---|
List<TTypeEntry> |
TTypeDesc.getTypes() |
Iterator<TTypeEntry> |
TTypeDesc.getTypesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TTypeDesc.addToTypes(TTypeEntry elem) |
int |
TTypeEntry.compareTo(TTypeEntry other) |
boolean |
TTypeEntry.equals(TTypeEntry other) |
Modifier and Type | Method and Description |
---|---|
void |
TTypeDesc.setTypes(List<TTypeEntry> types) |
Constructor and Description |
---|
TTypeEntry(TTypeEntry other) |
Constructor and Description |
---|
TTypeDesc(List<TTypeEntry> types) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.