Uses of Interface
io.trino.plugin.hive.HiveMaterializedViewMetadata
-
Packages that use HiveMaterializedViewMetadata Package Description io.trino.plugin.hive -
-
Uses of HiveMaterializedViewMetadata in io.trino.plugin.hive
Classes in io.trino.plugin.hive that implement HiveMaterializedViewMetadata Modifier and Type Class Description classNoneHiveMaterializedViewMetadataMethods in io.trino.plugin.hive that return HiveMaterializedViewMetadata Modifier and Type Method Description HiveMaterializedViewMetadataDefaultHiveMaterializedViewMetadataFactory. create(HiveMetastoreClosure hiveMetastoreClosure)HiveMaterializedViewMetadataHiveMaterializedViewMetadataFactory. create(HiveMetastoreClosure hiveMetastoreClosure)Methods in io.trino.plugin.hive with parameters of type HiveMaterializedViewMetadata Modifier and Type Method Description protected TransactionalMetadataHiveMetadataFactory. create(CatalogName catalogName, SemiTransactionalHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, boolean writesToNonManagedTablesEnabled, boolean createsOfNonManagedTablesEnabled, boolean translateHiveViews, boolean hideDeltaLakeTables, TypeManager typeManager, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, String trinoVersion, HiveStatisticsProvider hiveStatisticsProvider, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, HiveMaterializedViewMetadata hiveMaterializedViewMetadata, AccessControlMetadata accessControlMetadata)Constructors in io.trino.plugin.hive with parameters of type HiveMaterializedViewMetadata Constructor Description HiveMetadata(CatalogName catalogName, SemiTransactionalHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, boolean writesToNonManagedTablesEnabled, boolean createsOfNonManagedTablesEnabled, boolean translateHiveViews, boolean hideDeltaLakeTables, TypeManager typeManager, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, String trinoVersion, HiveStatisticsProvider hiveStatisticsProvider, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, HiveMaterializedViewMetadata hiveMaterializedViewMetadata, AccessControlMetadata accessControlMetadata)
-