Uses of Interface
org.apache.drill.exec.planner.physical.HashPrelUtil.HashExpressionCreatorHelper
Packages that use HashPrelUtil.HashExpressionCreatorHelper
-
Uses of HashPrelUtil.HashExpressionCreatorHelper in org.apache.drill.exec.planner.physical
Classes in org.apache.drill.exec.planner.physical that implement HashPrelUtil.HashExpressionCreatorHelperModifier and TypeClassDescriptionstatic classFields in org.apache.drill.exec.planner.physical declared as HashPrelUtil.HashExpressionCreatorHelperModifier and TypeFieldDescriptionHashPrelUtil.HASH_HELPER_LOGICAL_EXPRESSIONImplementation ofHashPrelUtil.HashExpressionCreatorHelperforLogicalExpressiontype.Methods in org.apache.drill.exec.planner.physical with parameters of type HashPrelUtil.HashExpressionCreatorHelperModifier and TypeMethodDescriptionstatic <T> THashPrelUtil.createHash64Expression(List<T> inputExprs, T seed, HashPrelUtil.HashExpressionCreatorHelper<T> helper, boolean hashAsDouble) Create hash expression based on the given input fields.static <T> THashPrelUtil.createHashBasedPartitionExpression(List<T> distFields, T seed, HashPrelUtil.HashExpressionCreatorHelper<T> helper) Create hash based partition expression based on the given distribution fields.static <T> THashPrelUtil.createHashExpression(List<T> inputExprs, T seed, HashPrelUtil.HashExpressionCreatorHelper<T> helper, boolean hashAsDouble) Create hash expression based on the given input fields.