Uses of Interface
org.apache.drill.metastore.Metastore
Packages that use Metastore
Package
Description
-
Uses of Metastore in org.apache.drill.exec.store.ischema
Constructors in org.apache.drill.exec.store.ischema with parameters of type MetastoreModifierConstructorDescriptionMetastoreRecordCollector
(Metastore metastore, FilterEvaluator filterEvaluator) -
Uses of Metastore in org.apache.drill.metastore
Methods in org.apache.drill.metastore that return Metastore -
Uses of Metastore in org.apache.drill.metastore.iceberg
Classes in org.apache.drill.metastore.iceberg that implement MetastoreModifier and TypeClassDescriptionclass
Iceberg Drill Metastore implementation that inits / loads Iceberg tables which correspond to Metastore components: tables, views, etc. -
Uses of Metastore in org.apache.drill.metastore.mongo
Classes in org.apache.drill.metastore.mongo that implement Metastore -
Uses of Metastore in org.apache.drill.metastore.rdbms
Classes in org.apache.drill.metastore.rdbms that implement MetastoreModifier and TypeClassDescriptionclass
RDBMS Drill Metastore implementation that creates necessary tables using Liquibase, initializes data source using provided config.