Uses of Enum Class
io.trino.plugin.hive.metastore.glue.GlueHiveMetastore.TableKind
Packages that use GlueHiveMetastore.TableKind
-
Uses of GlueHiveMetastore.TableKind in io.trino.plugin.hive.metastore.glue
Subclasses with type arguments of type GlueHiveMetastore.TableKind in io.trino.plugin.hive.metastore.glueMethods in io.trino.plugin.hive.metastore.glue that return GlueHiveMetastore.TableKindModifier and TypeMethodDescriptionstatic GlueHiveMetastore.TableKindReturns the enum constant of this class with the specified name.static GlueHiveMetastore.TableKind[]GlueHiveMetastore.TableKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.hive.metastore.glue that return types with arguments of type GlueHiveMetastore.TableKindModifier and TypeMethodDescriptionstatic Set<GlueHiveMetastore.TableKind> GlueMetastoreModule.getTableKinds(boolean hideDeltaLakeTables) Constructor parameters in io.trino.plugin.hive.metastore.glue with type arguments of type GlueHiveMetastore.TableKindModifierConstructorDescriptionGlueHiveMetastore(software.amazon.awssdk.services.glue.GlueClient glueClient, GlueContext glueContext, GlueCache glueCache, TrinoFileSystemFactory fileSystemFactory, GlueHiveMetastoreConfig config, Set<GlueHiveMetastore.TableKind> visibleTableKinds)