Interface HashPrelUtil.HashExpressionCreatorHelper<T>

Type Parameters:
T -
All Known Implementing Classes:
HashPrelUtil.RexNodeBasedHashExpressionCreatorHelper
Enclosing class:
HashPrelUtil

public static interface HashPrelUtil.HashExpressionCreatorHelper<T>
Interface for creating different forms of hash expression types.
  • Method Summary

    Modifier and Type
    Method
    Description
    createCall(String funcName, List<T> inputFiled)
     
  • Method Details

    • createCall

      T createCall(String funcName, List<T> inputFiled)