Class RankProfile.RankingExpressionFunction

  • Enclosing class:
    RankProfile

    public static class RankProfile.RankingExpressionFunction
    extends java.lang.Object
    A function in a rank profile
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.searchlib.rankingexpression.ExpressionFunction function()  
      boolean inline()  
      void setReturnType​(com.yahoo.tensor.TensorType type)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • setReturnType

        public void setReturnType​(com.yahoo.tensor.TensorType type)
      • function

        public com.yahoo.searchlib.rankingexpression.ExpressionFunction function()
      • inline

        public boolean inline()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object