Uses of Class
io.trino.plugin.hive.HiveApplyProjectionUtil.ProjectedColumnRepresentation
-
Packages that use HiveApplyProjectionUtil.ProjectedColumnRepresentation Package Description io.trino.plugin.hive -
-
Uses of HiveApplyProjectionUtil.ProjectedColumnRepresentation in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveApplyProjectionUtil.ProjectedColumnRepresentation Modifier and Type Method Description static HiveApplyProjectionUtil.ProjectedColumnRepresentationHiveApplyProjectionUtil. createProjectedColumnRepresentation(ConnectorExpression expression)Methods in io.trino.plugin.hive with parameters of type HiveApplyProjectionUtil.ProjectedColumnRepresentation Modifier and Type Method Description static Optional<String>HiveApplyProjectionUtil. find(Map<String,ColumnHandle> assignments, HiveApplyProjectionUtil.ProjectedColumnRepresentation projectedColumn)Returns the assignment key corresponding to the column represented by {@param projectedColumn} in the {@param assignments}, if one exists.
-