public class BaseHiveColumnHandle extends Object implements ColumnHandle
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseHiveColumnHandle.ColumnType |
| Constructor and Description |
|---|
BaseHiveColumnHandle(String name,
Optional<String> comment,
BaseHiveColumnHandle.ColumnType columnType,
List<Subfield> requiredSubfields) |
| Modifier and Type | Method and Description |
|---|---|
BaseHiveColumnHandle.ColumnType |
getColumnType() |
Optional<String> |
getComment() |
String |
getName() |
List<Subfield> |
getRequiredSubfields() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithRequiredSubfieldspublic String getName()
public BaseHiveColumnHandle.ColumnType getColumnType()
public List<Subfield> getRequiredSubfields()
getRequiredSubfields in interface ColumnHandleCopyright © 2012–2024. All rights reserved.