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 TypeClassDescriptionclassTablesMetadataMapper<R extends org.jooq.Record>Abstract implementation ofAbstractMetadataMapperfor RDBMS Metastore tables component.static classTablesMetadataMapperimplementation forTables.FILEStable.static classTablesMetadataMapperimplementation forTables.PARTITIONStable.static classTablesMetadataMapperimplementation forTables.ROW_GROUPStable.static classTablesMetadataMapperimplementation forTables.SEGMENTStable.static classTablesMetadataMapperimplementation forTables.TABLEStable.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 TypeClassDescriptionclassAbstractMetadataMapper<U,R extends org.jooq.Record> Abstract implementation ofMetadataMapperinterface 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.