Class Smalls.MyLeftFunction

  • Enclosing class:
    Smalls

    public static class Smalls.MyLeftFunction
    extends java.lang.Object
    Example of a UDF with named parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      MyLeftFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String eval​(java.lang.String s, int n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyLeftFunction

        public MyLeftFunction()
    • Method Detail

      • eval

        public java.lang.String eval​(java.lang.String s,
                                     int n)