| Class | Description |
|---|---|
| RdbmsTables |
Metastore Tables component which stores tables metadata in the corresponding RDBMS tables:
TABLES, SEGMENTS, FILES, ROW_GROUPS, PARTITIONS.
|
| TablesMetadataMapper<R extends org.jooq.Record> |
Abstract implementation of
AbstractMetadataMapper for RDBMS Metastore tables component. |
| TablesMetadataMapper.FileMapper |
TablesMetadataMapper implementation for Tables.FILES table. |
| TablesMetadataMapper.PartitionMapper |
TablesMetadataMapper implementation for Tables.PARTITIONS table. |
| TablesMetadataMapper.RowGroupMapper |
TablesMetadataMapper implementation for Tables.ROW_GROUPS table. |
| TablesMetadataMapper.SegmentMapper |
TablesMetadataMapper implementation for Tables.SEGMENTS table. |
| TablesMetadataMapper.TableMapper |
TablesMetadataMapper implementation for Tables.TABLES table. |
| TablesTransformer |
Transformer implementation for RDBMS Metastore tables component.
|
| TestRdbmsBasicTablesRequests | |
| TestRdbmsTablesMetastore | |
| TestTablesMetadataMapper | |
| TestTablesTransformer |
Copyright © 2021 The Apache Software Foundation. All rights reserved.