Uses of Class
org.jooq.generated.tables.records.PartitionsRecord
Package
Description
-
Uses of PartitionsRecord in org.apache.drill.metastore.rdbms.components.tables
Modifier and TypeMethodDescriptionTablesMetadataMapper.PartitionMapper.toRecord
(TableMetadataUnit unit) Modifier and TypeMethodDescriptionorg.jooq.Table<PartitionsRecord>
TablesMetadataMapper.PartitionMapper.table()
-
Uses of PartitionsRecord in org.jooq.generated
Modifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartitionsRecord>
Keys.PK_PARTITIONS
-
Uses of PartitionsRecord in org.jooq.generated.tables
Modifier and TypeFieldDescriptionfinal org.jooq.TableField<PartitionsRecord,
String> Partitions.ADDITIONAL_METADATA
The columnPARTITIONS.ADDITIONAL_METADATA
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.COLUMN
The columnPARTITIONS.COLUMN
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.COLUMN_STATISTICS
The columnPARTITIONS.COLUMN_STATISTICS
.final org.jooq.TableField<PartitionsRecord,
Long> Partitions.LAST_MODIFIED_TIME
The columnPARTITIONS.LAST_MODIFIED_TIME
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.LOCATIONS
The columnPARTITIONS.LOCATIONS
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.METADATA_IDENTIFIER
The columnPARTITIONS.METADATA_IDENTIFIER
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.METADATA_KEY
The columnPARTITIONS.METADATA_KEY
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.METADATA_STATISTICS
The columnPARTITIONS.METADATA_STATISTICS
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.METADATA_TYPE
The columnPARTITIONS.METADATA_TYPE
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.PARTITION_VALUES
The columnPARTITIONS.PARTITION_VALUES
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.SCHEMA
The columnPARTITIONS.SCHEMA
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.STORAGE_PLUGIN
The columnPARTITIONS.STORAGE_PLUGIN
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.TABLE_NAME
The columnPARTITIONS.TABLE_NAME
.final org.jooq.TableField<PartitionsRecord,
String> Partitions.WORKSPACE
The columnPARTITIONS.WORKSPACE
.Modifier and TypeMethodDescriptionList<org.jooq.UniqueKey<PartitionsRecord>>
Partitions.getKeys()
org.jooq.UniqueKey<PartitionsRecord>
Partitions.getPrimaryKey()
Partitions.getRecordType()
The class holding records for this typeModifierConstructorDescriptionPartitions
(org.jooq.Table<O> child, org.jooq.ForeignKey<O, PartitionsRecord> key) -
Uses of PartitionsRecord in org.jooq.generated.tables.records