Uses of Interface
org.apache.drill.metastore.iceberg.IcebergMetastoreContext
Packages that use IcebergMetastoreContext
Package
Description
-
Uses of IcebergMetastoreContext in org.apache.drill.metastore.iceberg.components.tables
Classes in org.apache.drill.metastore.iceberg.components.tables that implement IcebergMetastoreContextModifier and TypeClassDescriptionclassMetastore Tables component which stores tables metadata in the corresponding Iceberg table.Methods in org.apache.drill.metastore.iceberg.components.tables that return IcebergMetastoreContextConstructors in org.apache.drill.metastore.iceberg.components.tables with parameters of type IcebergMetastoreContextModifierConstructorDescription -
Uses of IcebergMetastoreContext in org.apache.drill.metastore.iceberg.operate
Constructors in org.apache.drill.metastore.iceberg.operate with parameters of type IcebergMetastoreContextModifierConstructorDescriptionIcebergModify(MetadataTypeValidator metadataTypeValidator, IcebergMetastoreContext<T> context) IcebergRead(MetadataTypeValidator metadataTypeValidator, IcebergMetastoreContext<T> context) -
Uses of IcebergMetastoreContext in org.apache.drill.metastore.iceberg.transform
Fields in org.apache.drill.metastore.iceberg.transform declared as IcebergMetastoreContextModifier and TypeFieldDescriptionprotected final IcebergMetastoreContext<T> OperationTransformer.contextConstructors in org.apache.drill.metastore.iceberg.transform with parameters of type IcebergMetastoreContext