Uses of Interface
org.apache.drill.exec.planner.physical.HashPrelUtil.HashExpressionCreatorHelper
-
Uses of HashPrelUtil.HashExpressionCreatorHelper in org.apache.drill.exec.planner.physical
Modifier and TypeClassDescriptionstatic class
Modifier and TypeFieldDescriptionHashPrelUtil.HASH_HELPER_LOGICAL_EXPRESSION
Implementation ofHashPrelUtil.HashExpressionCreatorHelper
forLogicalExpression
type.Modifier and TypeMethodDescriptionstatic <T> T
HashPrelUtil.createHash64Expression
(List<T> inputExprs, T seed, HashPrelUtil.HashExpressionCreatorHelper<T> helper, boolean hashAsDouble) Create hash expression based on the given input fields.static <T> T
HashPrelUtil.createHashBasedPartitionExpression
(List<T> distFields, T seed, HashPrelUtil.HashExpressionCreatorHelper<T> helper) Create hash based partition expression based on the given distribution fields.static <T> T
HashPrelUtil.createHashExpression
(List<T> inputExprs, T seed, HashPrelUtil.HashExpressionCreatorHelper<T> helper, boolean hashAsDouble) Create hash expression based on the given input fields.