Uses of Enum Class
io.trino.plugin.hive.type.PrimitiveCategory
Packages that use PrimitiveCategory
-
Uses of PrimitiveCategory in io.trino.plugin.hive.type
Methods in io.trino.plugin.hive.type that return PrimitiveCategoryModifier and TypeMethodDescriptionPrimitiveTypeInfo.getPrimitiveCategory()TypeInfoUtils.PrimitiveTypeEntry.primitiveCategory()Returns the value of theprimitiveCategoryrecord component.static PrimitiveCategoryReturns the enum constant of this class with the specified name.static PrimitiveCategory[]PrimitiveCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.hive.type with parameters of type PrimitiveCategoryModifierConstructorDescriptionPrimitiveTypeEntry(PrimitiveCategory primitiveCategory, String typeName) Creates an instance of aPrimitiveTypeEntryrecord class.