public class HudiColumnHandle extends Object implements ColumnHandle
| Modifier and Type | Class and Description |
|---|---|
static class |
HudiColumnHandle.ColumnType |
| Constructor and Description |
|---|
HudiColumnHandle(int id,
String name,
HiveType hiveType,
Optional<String> comment,
HudiColumnHandle.ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
HudiColumnHandle.ColumnType |
getColumnType() |
Optional<String> |
getComment() |
HiveType |
getHiveType() |
int |
getId() |
String |
getName() |
int |
hashCode() |
boolean |
isRegularColumn() |
ColumnMetadata |
toColumnMetadata(TypeManager typeManager) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitwithRequiredSubfieldspublic HudiColumnHandle(int id,
String name,
HiveType hiveType,
Optional<String> comment,
HudiColumnHandle.ColumnType columnType)
public int getId()
public String getName()
public HiveType getHiveType()
public HudiColumnHandle.ColumnType getColumnType()
public boolean isRegularColumn()
public ColumnMetadata toColumnMetadata(TypeManager typeManager)
Copyright © 2012–2023. All rights reserved.