Uses of Interface
org.apache.drill.metastore.operate.Operations
Package
Description
-
Uses of Operations in org.apache.drill.metastore.components.tables
Modifier and TypeInterfaceDescriptioninterface
Metastore Tables component implementation which allows to read / write tables metadata. -
Uses of Operations in org.apache.drill.metastore.components.views
Modifier and TypeInterfaceDescriptioninterface
Metastore Views component implementation which allows to read / write views metadata. -
Uses of Operations in org.apache.drill.metastore.iceberg.components.tables
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Metastore Tables component which stores tables metadata in the corresponding RDBMS tables: TABLES, SEGMENTS, FILES, ROW_GROUPS, PARTITIONS.