software.amazon.jsii.JsiiObject.InitializationModeColumn.Builder, Column.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Column.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Column.Builder. |
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(Object o) |
String |
getDataType()
(experimental) The data type of the column.
|
Boolean |
getDistKey()
(experimental) Boolean value that indicates whether the column is to be configured as DISTKEY.
|
String |
getName()
(experimental) The name of the column.
|
Boolean |
getSortKey()
(experimental) Boolean value that indicates whether the column is to be configured as SORTKEY.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Column.Builder builder)
Column.Builder.public final String getDataType()
ColumngetDataType in interface Columnpublic final String getName()
Columnpublic final Boolean getDistKey()
ColumnDefault: - column is not DISTKEY
getDistKey in interface Columnpublic final Boolean getSortKey()
ColumnDefault: - column is not a SORTKEY
getSortKey in interface Column@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.