Package io.trino.plugin.hive.metastore
Class HiveMetastoreConfig
- java.lang.Object
-
- io.trino.plugin.hive.metastore.HiveMetastoreConfig
-
public class HiveMetastoreConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description HiveMetastoreConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHideDeltaLakeTables()HiveMetastoreConfigsetHideDeltaLakeTables(boolean hideDeltaLakeTables)
-
-
-
Method Detail
-
isHideDeltaLakeTables
public boolean isHideDeltaLakeTables()
-
setHideDeltaLakeTables
@Config("hive.hide-delta-lake-tables") public HiveMetastoreConfig setHideDeltaLakeTables(boolean hideDeltaLakeTables)
-
-