| Package | Description |
|---|---|
| org.apache.drill.metastore.rdbms.components.tables | |
| org.apache.drill.metastore.rdbms.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
TablesMetadataMapper<R extends org.jooq.Record>
Abstract implementation of
AbstractMetadataMapper for RDBMS Metastore tables component. |
static class |
TablesMetadataMapper.FileMapper
TablesMetadataMapper implementation for Tables.FILES table. |
static class |
TablesMetadataMapper.PartitionMapper
TablesMetadataMapper implementation for Tables.PARTITIONS table. |
static class |
TablesMetadataMapper.RowGroupMapper
TablesMetadataMapper implementation for Tables.ROW_GROUPS table. |
static class |
TablesMetadataMapper.SegmentMapper
TablesMetadataMapper implementation for Tables.SEGMENTS table. |
static class |
TablesMetadataMapper.TableMapper
TablesMetadataMapper implementation for Tables.TABLES table. |
| Modifier and Type | Method and Description |
|---|---|
MetadataMapper<TableMetadataUnit,? extends org.jooq.Record> |
TablesTransformer.toMapper(MetadataType metadataType) |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataMapper<TableMetadataUnit,? extends org.jooq.Record>> |
TablesTransformer.toMappers(Set<MetadataType> metadataTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetadataMapper<U,R extends org.jooq.Record>
Abstract implementation of
MetadataMapper interface which contains
common code for all Metastore component metadata and RDBMS table types. |
| Modifier and Type | Method and Description |
|---|---|
MetadataMapper<T,? extends org.jooq.Record> |
Transformer.toMapper(MetadataType metadataType)
Returns metadata mappers corresponding to the given metadata type.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataMapper<T,? extends org.jooq.Record>> |
Transformer.toMappers(Set<MetadataType> metadataTypes)
Returns set of metadata mappers corresponding to the given metadata types.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.