Uses of Class
io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore
Packages that use SemiTransactionalHiveMetastore
Package
Description
-
Uses of SemiTransactionalHiveMetastore in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return SemiTransactionalHiveMetastoreModifier and TypeMethodDescriptionHiveMetadata.getMetastore()TransactionalMetadata.getMetastore()Methods in io.trino.plugin.hive with parameters of type SemiTransactionalHiveMetastoreModifier and TypeMethodDescriptionstatic ViewReaderUtil.ViewReaderViewReaderUtil.createViewReader(SemiTransactionalHiveMetastore metastore, ConnectorSession session, Table table, TypeManager typeManager, BiFunction<ConnectorSession, SchemaTableName, Optional<CatalogSchemaTableName>> tableRedirectionResolver, MetadataProvider metadataProvider, boolean runHiveViewRunAsInvoker, HiveTimestampPrecision hiveViewsTimestampPrecision) HiveLocationService.forExistingTable(SemiTransactionalHiveMetastore metastore, ConnectorSession session, Table table) LocationService.forExistingTable(SemiTransactionalHiveMetastore metastore, ConnectorSession session, Table table) HiveLocationService.forNewTable(SemiTransactionalHiveMetastore metastore, ConnectorSession session, String schemaName, String tableName) LocationService.forNewTable(SemiTransactionalHiveMetastore metastore, ConnectorSession session, String schemaName, String tableName) HiveLocationService.forNewTableAsSelect(SemiTransactionalHiveMetastore metastore, ConnectorSession session, String schemaName, String tableName, Optional<Location> externalLocation) LocationService.forNewTableAsSelect(SemiTransactionalHiveMetastore metastore, ConnectorSession session, String schemaName, String tableName, Optional<Location> externalLocation) HiveLocationService.forOptimize(SemiTransactionalHiveMetastore metastore, ConnectorSession session, Table table) LocationService.forOptimize(SemiTransactionalHiveMetastore metastore, ConnectorSession session, Table table) HivePartitionManager.getPartitions(SemiTransactionalHiveMetastore metastore, HiveTableHandle table) HivePartitionManager.getPartitions(SemiTransactionalHiveMetastore metastore, ConnectorTableHandle tableHandle, Constraint constraint) Constructors in io.trino.plugin.hive with parameters of type SemiTransactionalHiveMetastoreModifierConstructorDescriptionHiveMetadata(CatalogName catalogName, SemiTransactionalHiveMetastore metastore, boolean autoCommit, Set<HiveFileWriterFactory> fileWriterFactories, TrinoFileSystemFactory fileSystemFactory, 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, AccessControlMetadata accessControlMetadata, DirectoryLister directoryLister, boolean partitionProjectionEnabled, boolean allowTableRename, long maxPartitionDropsPerQuery, HiveTimestampPrecision hiveViewsTimestampPrecision) -
Uses of SemiTransactionalHiveMetastore in io.trino.plugin.hive.metastore
Constructors in io.trino.plugin.hive.metastore with parameters of type SemiTransactionalHiveMetastoreModifierConstructorDescriptionCoralSemiTransactionalHiveMSCAdapter(SemiTransactionalHiveMetastore coralHiveMetastoreClient, CoralTableRedirectionResolver tableRedirection) -
Uses of SemiTransactionalHiveMetastore in io.trino.plugin.hive.statistics
Constructors in io.trino.plugin.hive.statistics with parameters of type SemiTransactionalHiveMetastoreModifierConstructorDescription -
Uses of SemiTransactionalHiveMetastore in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type SemiTransactionalHiveMetastoreModifier and TypeMethodDescriptionstatic LocationHiveWriteUtils.getTableDefaultLocation(SemiTransactionalHiveMetastore metastore, TrinoFileSystem fileSystem, String schemaName, String tableName)