Package io.trino.plugin.hive
Class HiveApplyProjectionUtil.ProjectedColumnRepresentation
- java.lang.Object
-
- io.trino.plugin.hive.HiveApplyProjectionUtil.ProjectedColumnRepresentation
-
- Enclosing class:
- HiveApplyProjectionUtil
public static class HiveApplyProjectionUtil.ProjectedColumnRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectedColumnRepresentation(Variable variable, List<Integer> dereferenceIndices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<Integer>getDereferenceIndices()VariablegetVariable()inthashCode()booleanisVariable()
-
-
-
Method Detail
-
getVariable
public Variable getVariable()
-
isVariable
public boolean isVariable()
-
-