Class DeltaLakeGlueMetastoreConfig
- java.lang.Object
-
- io.trino.plugin.deltalake.metastore.glue.DeltaLakeGlueMetastoreConfig
-
public class DeltaLakeGlueMetastoreConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description DeltaLakeGlueMetastoreConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHideNonDeltaLakeTables()DeltaLakeGlueMetastoreConfigsetHideNonDeltaLakeTables(boolean hideNonDeltaLakeTables)
-
-
-
Method Detail
-
isHideNonDeltaLakeTables
public boolean isHideNonDeltaLakeTables()
-
setHideNonDeltaLakeTables
@Config("delta.hide-non-delta-lake-tables") public DeltaLakeGlueMetastoreConfig setHideNonDeltaLakeTables(boolean hideNonDeltaLakeTables)
-
-