Column.Builder, Column.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDataType()
(experimental) The data type of the column.
|
java.lang.Boolean |
getDistKey()
(experimental) Boolean value that indicates whether the column is to be configured as DISTKEY.
|
java.lang.String |
getName()
(experimental) The name of the column.
|
java.lang.Boolean |
getSortKey()
(experimental) Boolean value that indicates whether the column is to be configured as SORTKEY.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDataType()
Column
getDataType
in interface Column
public final java.lang.String getName()
Column
public final java.lang.Boolean getDistKey()
Column
Default: - column is not DISTKEY
getDistKey
in interface Column
public final java.lang.Boolean getSortKey()
Column
Default: - column is not a SORTKEY
getSortKey
in interface Column
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()