Uses of Interface
org.apache.drill.metastore.rdbms.transform.MetadataMapper
Package
Description
-
Uses of MetadataMapper in org.apache.drill.metastore.rdbms.components.tables
Modifier 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.Modifier and TypeMethodDescriptionMetadataMapper<TableMetadataUnit,
? extends org.jooq.Record> TablesTransformer.toMapper
(MetadataType metadataType) Modifier and TypeMethodDescriptionSet<MetadataMapper<TableMetadataUnit,
? extends org.jooq.Record>> TablesTransformer.toMappers
(Set<MetadataType> metadataTypes) -
Uses of MetadataMapper in org.apache.drill.metastore.rdbms.transform
Modifier 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.Modifier and TypeMethodDescriptionMetadataMapper<T,
? extends org.jooq.Record> Transformer.toMapper
(MetadataType metadataType) Returns metadata mappers corresponding to the given metadata type.Modifier and TypeMethodDescriptionSet<MetadataMapper<T,
? extends org.jooq.Record>> Transformer.toMappers
(Set<MetadataType> metadataTypes) Returns set of metadata mappers corresponding to the given metadata types.