Uses of Enum Class
io.trino.plugin.hive.HiveColumnHandle.ColumnType
Packages that use HiveColumnHandle.ColumnType
-
Uses of HiveColumnHandle.ColumnType in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveColumnHandle.ColumnTypeModifier and TypeMethodDescriptionHiveColumnHandle.getColumnType()static HiveColumnHandle.ColumnTypeReturns the enum constant of this class with the specified name.static HiveColumnHandle.ColumnType[]HiveColumnHandle.ColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.hive with parameters of type HiveColumnHandle.ColumnTypeModifier and TypeMethodDescriptionstatic HiveColumnHandleHiveColumnHandle.createBaseColumn(String topLevelColumnName, int topLevelColumnIndex, HiveType hiveType, Type type, HiveColumnHandle.ColumnType columnType, Optional<String> comment) Constructors in io.trino.plugin.hive with parameters of type HiveColumnHandle.ColumnTypeModifierConstructorDescriptionHiveColumnHandle(String baseColumnName, int baseHiveColumnIndex, HiveType baseHiveType, Type baseType, Optional<HiveColumnProjectionInfo> hiveColumnProjectionInfo, HiveColumnHandle.ColumnType columnType, Optional<String> comment)