Uses of Interface
io.trino.plugin.hive.HiveMaterializedViewMetadata
Packages that use HiveMaterializedViewMetadata
-
Uses of HiveMaterializedViewMetadata in io.trino.plugin.hive
Classes in io.trino.plugin.hive that implement HiveMaterializedViewMetadataMethods in io.trino.plugin.hive that return HiveMaterializedViewMetadataModifier and TypeMethodDescriptionDefaultHiveMaterializedViewMetadataFactory.create(HiveMetastoreClosure hiveMetastoreClosure) HiveMaterializedViewMetadataFactory.create(HiveMetastoreClosure hiveMetastoreClosure) Constructors in io.trino.plugin.hive with parameters of type HiveMaterializedViewMetadataModifierConstructorDescriptionHiveMetadata(CatalogName catalogName, SemiTransactionalHiveMetastore metastore, boolean autoCommit, Set<HiveFileWriterFactory> fileWriterFactories, TrinoFileSystemFactory fileSystemFactory, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, boolean writesToNonManagedTablesEnabled, boolean createsOfNonManagedTablesEnabled, boolean translateHiveViews, boolean hiveViewsRunAsInvoker, boolean hideDeltaLakeTables, TypeManager typeManager, MetadataProvider metadataProvider, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, String trinoVersion, HiveStatisticsProvider hiveStatisticsProvider, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, HiveMaterializedViewMetadata hiveMaterializedViewMetadata, AccessControlMetadata accessControlMetadata, DirectoryLister directoryLister, PartitionProjectionService partitionProjectionService, boolean allowTableRename, long maxPartitionDropsPerQuery, HiveTimestampPrecision hiveViewsTimestampPrecision)