Uses of Class
io.trino.plugin.hive.HiveColumnProjectionInfo
-
Packages that use HiveColumnProjectionInfo Package Description io.trino.plugin.hive -
-
Uses of HiveColumnProjectionInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HiveColumnProjectionInfo Modifier and Type Method Description Optional<HiveColumnProjectionInfo>HiveColumnHandle. getHiveColumnProjectionInfo()Constructor parameters in io.trino.plugin.hive with type arguments of type HiveColumnProjectionInfo Constructor Description HiveColumnHandle(String baseColumnName, int baseHiveColumnIndex, HiveType baseHiveType, Type baseType, Optional<HiveColumnProjectionInfo> hiveColumnProjectionInfo, HiveColumnHandle.ColumnType columnType, Optional<String> comment)
-