Uses of Annotation Interface
io.trino.plugin.hive.HideDeltaLakeTables
Packages that use HideDeltaLakeTables
Package
Description
-
Uses of HideDeltaLakeTables in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore with annotations of type HideDeltaLakeTablesModifier and TypeMethodDescriptionbooleanHiveMetastoreModule.hideDeltaLakeTables(HiveMetastoreConfig hiveMetastoreConfig) -
Uses of HideDeltaLakeTables in io.trino.plugin.hive.metastore.file
Constructor parameters in io.trino.plugin.hive.metastore.file with annotations of type HideDeltaLakeTablesModifierConstructorDescriptionFileHiveMetastoreFactory(NodeVersion nodeVersion, TrinoFileSystemFactory fileSystemFactory, boolean hideDeltaLakeTables, FileHiveMetastoreConfig config) -
Uses of HideDeltaLakeTables in io.trino.plugin.hive.metastore.glue
Constructor parameters in io.trino.plugin.hive.metastore.glue with annotations of type HideDeltaLakeTablesModifierConstructorDescriptionDefaultGlueMetastoreTableFilterProvider(boolean hideDeltaLakeTables) -
Uses of HideDeltaLakeTables in io.trino.plugin.hive.metastore.thrift
Constructor parameters in io.trino.plugin.hive.metastore.thrift with annotations of type HideDeltaLakeTablesModifierConstructorDescriptionThriftHiveMetastoreFactory(IdentityAwareMetastoreClientFactory metastoreClientFactory, boolean hideDeltaLakeTables, boolean translateHiveViews, ThriftMetastoreConfig thriftConfig, TrinoFileSystemFactory fileSystemFactory, ExecutorService writeStatisticsExecutor)