Uses of Interface
org.apache.drill.metastore.rdbms.transform.MetadataMapper
Packages that use MetadataMapper
Package
Description
-
Uses of MetadataMapper in org.apache.drill.metastore.rdbms.components.tables
Classes in org.apache.drill.metastore.rdbms.components.tables that implement MetadataMapperModifier and TypeClassDescriptionclass
TablesMetadataMapper<R extends org.jooq.Record>
Abstract implementation ofAbstractMetadataMapper
for RDBMS Metastore tables component.static class
TablesMetadataMapper
implementation forTables.FILES
table.static class
TablesMetadataMapper
implementation forTables.PARTITIONS
table.static class
TablesMetadataMapper
implementation forTables.ROW_GROUPS
table.static class
TablesMetadataMapper
implementation forTables.SEGMENTS
table.static class
TablesMetadataMapper
implementation forTables.TABLES
table.Methods in org.apache.drill.metastore.rdbms.components.tables that return MetadataMapperModifier and TypeMethodDescriptionMetadataMapper<TableMetadataUnit,
? extends org.jooq.Record> TablesTransformer.toMapper
(MetadataType metadataType) Methods in org.apache.drill.metastore.rdbms.components.tables that return types with arguments of type MetadataMapperModifier and TypeMethodDescriptionSet<MetadataMapper<TableMetadataUnit,
? extends org.jooq.Record>> TablesTransformer.toMappers
(Set<MetadataType> metadataTypes) -
Uses of MetadataMapper in org.apache.drill.metastore.rdbms.transform
Classes in org.apache.drill.metastore.rdbms.transform that implement MetadataMapperModifier and TypeClassDescriptionclass
AbstractMetadataMapper<U,
R extends org.jooq.Record> Abstract implementation ofMetadataMapper
interface which contains common code for all Metastore component metadata and RDBMS table types.Methods in org.apache.drill.metastore.rdbms.transform that return MetadataMapperModifier and TypeMethodDescriptionMetadataMapper<T,
? extends org.jooq.Record> Transformer.toMapper
(MetadataType metadataType) Returns metadata mappers corresponding to the given metadata type.Methods in org.apache.drill.metastore.rdbms.transform that return types with arguments of type MetadataMapperModifier and TypeMethodDescriptionSet<MetadataMapper<T,
? extends org.jooq.Record>> Transformer.toMappers
(Set<MetadataType> metadataTypes) Returns set of metadata mappers corresponding to the given metadata types.