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 TypeClassDescriptionclass
Metastore 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.context
Constructors in org.apache.drill.metastore.iceberg.transform with parameters of type IcebergMetastoreContext