Uses of Enum Class
io.trino.plugin.iceberg.ColumnIdentity.TypeCategory
Packages that use ColumnIdentity.TypeCategory
-
Uses of ColumnIdentity.TypeCategory in io.trino.plugin.iceberg
Methods in io.trino.plugin.iceberg that return ColumnIdentity.TypeCategoryModifier and TypeMethodDescriptionColumnIdentity.getTypeCategory()IcebergMetadataColumn.getTypeCategory()static ColumnIdentity.TypeCategoryReturns the enum constant of this class with the specified name.static ColumnIdentity.TypeCategory[]ColumnIdentity.TypeCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.iceberg with parameters of type ColumnIdentity.TypeCategoryModifierConstructorDescriptionColumnIdentity(int id, String name, ColumnIdentity.TypeCategory typeCategory, List<ColumnIdentity> children)