Uses of Interface
org.apache.drill.metastore.components.tables.Tables
Packages that use Tables
Package
Description
-
Uses of Tables in org.apache.drill.metastore
Methods in org.apache.drill.metastore that return Tables -
Uses of Tables in org.apache.drill.metastore.components.tables
Constructors in org.apache.drill.metastore.components.tables with parameters of type Tables -
Uses of Tables in org.apache.drill.metastore.iceberg
Methods in org.apache.drill.metastore.iceberg that return Tables -
Uses of Tables in org.apache.drill.metastore.iceberg.components.tables
Classes in org.apache.drill.metastore.iceberg.components.tables that implement TablesModifier and TypeClassDescriptionclass
Metastore Tables component which stores tables metadata in the corresponding Iceberg table. -
Uses of Tables in org.apache.drill.metastore.mongo
Methods in org.apache.drill.metastore.mongo that return Tables -
Uses of Tables in org.apache.drill.metastore.mongo.components.tables
Classes in org.apache.drill.metastore.mongo.components.tables that implement TablesModifier and TypeClassDescriptionclass
Metastore Tables component which stores tables metadata in mongo collection Provides methods to read and modify tables metadata. -
Uses of Tables in org.apache.drill.metastore.rdbms
Methods in org.apache.drill.metastore.rdbms that return Tables -
Uses of Tables in org.apache.drill.metastore.rdbms.components.tables
Classes in org.apache.drill.metastore.rdbms.components.tables that implement TablesModifier and TypeClassDescriptionclass
Metastore Tables component which stores tables metadata in the corresponding RDBMS tables: TABLES, SEGMENTS, FILES, ROW_GROUPS, PARTITIONS.