@Immutable public class Column extends Object
| Constructor and Description |
|---|
Column(String name,
HiveType type,
Optional<String> comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<String> |
getComment() |
String |
getName() |
HiveType |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2012–2020. All rights reserved.