Uses of Class
io.trino.plugin.hive.HiveColumnHandle.ColumnType
-
Packages that use HiveColumnHandle.ColumnType Package Description io.trino.plugin.hive -
-
Uses of HiveColumnHandle.ColumnType in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveColumnHandle.ColumnType Modifier and Type Method Description HiveColumnHandle.ColumnTypeHiveColumnHandle. getColumnType()static HiveColumnHandle.ColumnTypeHiveColumnHandle.ColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static HiveColumnHandle.ColumnType[]HiveColumnHandle.ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive with parameters of type HiveColumnHandle.ColumnType Modifier and Type Method Description static 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.ColumnType Constructor Description HiveColumnHandle(String baseColumnName, int baseHiveColumnIndex, HiveType baseHiveType, Type baseType, Optional<HiveColumnProjectionInfo> hiveColumnProjectionInfo, HiveColumnHandle.ColumnType columnType, Optional<String> comment)
-