Uses of Interface
software.amazon.awscdk.services.glue.alpha.Column
-
Uses of Column in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionExternalTableProps.Jsii$Proxy.getColumns()
S3TableProps.Jsii$Proxy.getColumns()
TableBase.getColumns()
(experimental) This table's columns.TableBaseProps.getColumns()
(experimental) Columns of the table.TableBaseProps.Jsii$Proxy.getColumns()
TableProps.Jsii$Proxy.getColumns()
ExternalTableProps.Jsii$Proxy.getPartitionKeys()
S3TableProps.Jsii$Proxy.getPartitionKeys()
TableBase.getPartitionKeys()
(experimental) This table's partition keys if the table is partitioned.TableBaseProps.getPartitionKeys()
(experimental) Partition columns of the table.TableBaseProps.Jsii$Proxy.getPartitionKeys()
TableProps.Jsii$Proxy.getPartitionKeys()
Modifier and TypeMethodDescription(experimental) Columns of the table.Sets the value ofTableBaseProps.getColumns()
(experimental) Columns of the table.Sets the value ofTableBaseProps.getColumns()
(experimental) Columns of the table.Sets the value ofTableBaseProps.getColumns()
Sets the value ofTableBaseProps.getColumns()
ExternalTable.Builder.partitionKeys
(List<? extends Column> partitionKeys) (experimental) Partition columns of the table.ExternalTableProps.Builder.partitionKeys
(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()
S3Table.Builder.partitionKeys
(List<? extends Column> partitionKeys) (experimental) Partition columns of the table.S3TableProps.Builder.partitionKeys
(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()
Table.Builder.partitionKeys
(List<? extends Column> partitionKeys) (experimental) Partition columns of the table.TableBaseProps.Builder.partitionKeys
(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()
TableProps.Builder.partitionKeys
(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()
static Type
(experimental) Creates a nested structure containing individually named and typed columns.