Class IcebergMetastore

java.lang.Object
org.apache.drill.metastore.iceberg.IcebergMetastore
All Implemented Interfaces:
AutoCloseable, Metastore

public class IcebergMetastore extends Object implements Metastore
Iceberg Drill Metastore implementation that inits / loads Iceberg tables which correspond to Metastore components: tables, views, etc.
  • Constructor Details

    • IcebergMetastore

      public IcebergMetastore(DrillConfig config)
  • Method Details

    • tables

      public Tables tables()
      Specified by:
      tables in interface Metastore
      Returns:
      Metastore Tables component implementation
    • views

      public Views views()
      Specified by:
      views in interface Metastore
      Returns:
      Metastore Views component implementation
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable