Uses of Class
org.jooq.generated.tables.records.RowGroupsRecord
Packages that use RowGroupsRecord
Package
Description
-
Uses of RowGroupsRecord in org.apache.drill.metastore.rdbms.components.tables
Methods in org.apache.drill.metastore.rdbms.components.tables that return RowGroupsRecordModifier and TypeMethodDescriptionTablesMetadataMapper.RowGroupMapper.toRecord(TableMetadataUnit unit) Methods in org.apache.drill.metastore.rdbms.components.tables that return types with arguments of type RowGroupsRecordModifier and TypeMethodDescriptionorg.jooq.Table<RowGroupsRecord> TablesMetadataMapper.RowGroupMapper.table() -
Uses of RowGroupsRecord in org.jooq.generated
Fields in org.jooq.generated with type parameters of type RowGroupsRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<RowGroupsRecord> Keys.PK_ROW_GROUPS -
Uses of RowGroupsRecord in org.jooq.generated.tables
Fields in org.jooq.generated.tables with type parameters of type RowGroupsRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<RowGroupsRecord, String> RowGroups.ADDITIONAL_METADATAThe columnROW_GROUPS.ADDITIONAL_METADATA.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.COLUMN_STATISTICSThe columnROW_GROUPS.COLUMN_STATISTICS.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.HOST_AFFINITYThe columnROW_GROUPS.HOST_AFFINITY.final org.jooq.TableField<RowGroupsRecord, Long> RowGroups.LAST_MODIFIED_TIMEThe columnROW_GROUPS.LAST_MODIFIED_TIME.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.LOCATIONThe columnROW_GROUPS.LOCATION.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.METADATA_IDENTIFIERThe columnROW_GROUPS.METADATA_IDENTIFIER.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.METADATA_KEYThe columnROW_GROUPS.METADATA_KEY.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.METADATA_STATISTICSThe columnROW_GROUPS.METADATA_STATISTICS.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.METADATA_TYPEThe columnROW_GROUPS.METADATA_TYPE.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.PATHThe columnROW_GROUPS.PATH.final org.jooq.TableField<RowGroupsRecord, Integer> RowGroups.ROW_GROUP_INDEXThe columnROW_GROUPS.ROW_GROUP_INDEX.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.SCHEMAThe columnROW_GROUPS.SCHEMA.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.STORAGE_PLUGINThe columnROW_GROUPS.STORAGE_PLUGIN.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.TABLE_NAMEThe columnROW_GROUPS.TABLE_NAME.final org.jooq.TableField<RowGroupsRecord, String> RowGroups.WORKSPACEThe columnROW_GROUPS.WORKSPACE.Methods in org.jooq.generated.tables that return types with arguments of type RowGroupsRecordModifier and TypeMethodDescriptionList<org.jooq.UniqueKey<RowGroupsRecord>> RowGroups.getKeys()org.jooq.UniqueKey<RowGroupsRecord> RowGroups.getPrimaryKey()RowGroups.getRecordType()The class holding records for this typeConstructor parameters in org.jooq.generated.tables with type arguments of type RowGroupsRecordModifierConstructorDescriptionRowGroups(org.jooq.Table<O> child, org.jooq.ForeignKey<O, RowGroupsRecord> key) -
Uses of RowGroupsRecord in org.jooq.generated.tables.records
Methods in org.jooq.generated.tables.records that return RowGroupsRecord