Uses of Class
org.jooq.generated.tables.records.PartitionsRecord
Packages that use PartitionsRecord
Package
Description
-
Uses of PartitionsRecord in org.apache.drill.metastore.rdbms.components.tables
Methods in org.apache.drill.metastore.rdbms.components.tables that return PartitionsRecordModifier and TypeMethodDescriptionTablesMetadataMapper.PartitionMapper.toRecord
(TableMetadataUnit unit) Methods in org.apache.drill.metastore.rdbms.components.tables that return types with arguments of type PartitionsRecordModifier and TypeMethodDescriptionorg.jooq.Table<PartitionsRecord>
TablesMetadataMapper.PartitionMapper.table()
-
Uses of PartitionsRecord in org.jooq.generated
Fields in org.jooq.generated with type parameters of type PartitionsRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartitionsRecord>
Keys.PK_PARTITIONS
-
Uses of PartitionsRecord in org.jooq.generated.tables
Fields in org.jooq.generated.tables with type parameters of type PartitionsRecordModifier 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
.Methods in org.jooq.generated.tables that return types with arguments of type PartitionsRecordModifier and TypeMethodDescriptionList<org.jooq.UniqueKey<PartitionsRecord>>
Partitions.getKeys()
org.jooq.UniqueKey<PartitionsRecord>
Partitions.getPrimaryKey()
Partitions.getRecordType()
The class holding records for this typeConstructor parameters in org.jooq.generated.tables with type arguments of type PartitionsRecordModifierConstructorDescriptionPartitions
(org.jooq.Table<O> child, org.jooq.ForeignKey<O, PartitionsRecord> key) -
Uses of PartitionsRecord in org.jooq.generated.tables.records
Methods in org.jooq.generated.tables.records that return PartitionsRecord