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, io.opentelemetry.api.trace.Tracer tracer) -
Uses of HideDeltaLakeTables in io.trino.plugin.hive.metastore.glue
Method parameters in io.trino.plugin.hive.metastore.glue with annotations of type HideDeltaLakeTablesModifier and TypeMethodDescriptionstatic Set<GlueHiveMetastore.TableKind> GlueMetastoreModule.getTableKinds(boolean hideDeltaLakeTables) -
Uses of HideDeltaLakeTables in io.trino.plugin.hive.metastore.glue.v1
Constructor parameters in io.trino.plugin.hive.metastore.glue.v1 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, ThriftMetastoreConfig thriftConfig, TrinoFileSystemFactory fileSystemFactory, ExecutorService writeStatisticsExecutor)