Uses of Class
io.trino.plugin.hive.HideDeltaLakeTables
-
Packages that use HideDeltaLakeTables Package Description io.trino.plugin.hive.metastore io.trino.plugin.hive.metastore.file io.trino.plugin.hive.metastore.glue io.trino.plugin.hive.metastore.thrift -
-
Uses of HideDeltaLakeTables in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore with annotations of type HideDeltaLakeTables Modifier and Type Method Description booleanHiveMetastoreModule. 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 HideDeltaLakeTables Constructor Description FileHiveMetastoreFactory(NodeVersion nodeVersion, HdfsEnvironment hdfsEnvironment, 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 HideDeltaLakeTables Constructor Description DefaultGlueMetastoreTableFilterProvider(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 HideDeltaLakeTables Constructor Description ThriftHiveMetastoreFactory(TokenDelegationThriftMetastoreFactory metastoreFactory, boolean hideDeltaLakeTables, boolean translateHiveViews, ThriftMetastoreConfig thriftConfig, HdfsEnvironment hdfsEnvironment)
-