Uses of Interface
org.apache.drill.metastore.operate.Operations
Packages that use Operations
Package
Description
-
Uses of Operations in org.apache.drill.metastore.components.tables
Subinterfaces of Operations in org.apache.drill.metastore.components.tablesModifier and TypeInterfaceDescriptioninterface
Metastore Tables component implementation which allows to read / write tables metadata. -
Uses of Operations in org.apache.drill.metastore.components.views
Subinterfaces of Operations in org.apache.drill.metastore.components.viewsModifier and TypeInterfaceDescriptioninterface
Metastore Views component implementation which allows to read / write views metadata. -
Uses of Operations in org.apache.drill.metastore.iceberg.components.tables
Classes in org.apache.drill.metastore.iceberg.components.tables that implement OperationsModifier and TypeClassDescriptionclass
Metastore Tables component which stores tables metadata in the corresponding Iceberg table. -
Uses of Operations in org.apache.drill.metastore.mongo.components.tables
Classes in org.apache.drill.metastore.mongo.components.tables that implement OperationsModifier and TypeClassDescriptionclass
Metastore Tables component which stores tables metadata in mongo collection Provides methods to read and modify tables metadata. -
Uses of Operations in org.apache.drill.metastore.rdbms.components.tables
Classes in org.apache.drill.metastore.rdbms.components.tables that implement OperationsModifier and TypeClassDescriptionclass
Metastore Tables component which stores tables metadata in the corresponding RDBMS tables: TABLES, SEGMENTS, FILES, ROW_GROUPS, PARTITIONS.