Uses of Interface
software.amazon.awscdk.services.glue.Column
Packages that use Column
-
Uses of Column in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement ColumnMethods in software.amazon.awscdk.services.glue that return ColumnMethods in software.amazon.awscdk.services.glue that return types with arguments of type ColumnModifier and TypeMethodDescriptionExternalTableProps.Jsii$Proxy.getColumns()S3TableProps.Jsii$Proxy.getColumns()TableBase.getColumns()This table's columns.TableBaseProps.getColumns()Columns of the table.TableBaseProps.Jsii$Proxy.getColumns()ExternalTableProps.Jsii$Proxy.getPartitionKeys()S3TableProps.Jsii$Proxy.getPartitionKeys()TableBase.getPartitionKeys()This table's partition keys if the table is partitioned.TableBaseProps.getPartitionKeys()Partition columns of the table.TableBaseProps.Jsii$Proxy.getPartitionKeys()Method parameters in software.amazon.awscdk.services.glue with type arguments of type ColumnModifier and TypeMethodDescriptionColumns of the table.Sets the value ofTableBaseProps.getColumns()Columns of the table.Sets the value ofTableBaseProps.getColumns()Sets the value ofTableBaseProps.getColumns()ExternalTable.Builder.partitionKeys(List<? extends Column> partitionKeys) Partition columns of the table.ExternalTableProps.Builder.partitionKeys(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()S3Table.Builder.partitionKeys(List<? extends Column> partitionKeys) Partition columns of the table.S3TableProps.Builder.partitionKeys(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()TableBaseProps.Builder.partitionKeys(List<? extends Column> partitionKeys) Sets the value ofTableBaseProps.getPartitionKeys()static TypeCreates a nested structure containing individually named and typed columns.