Class Smalls.StaticTableMacroFunction

  • Enclosing class:
    Smalls

    public static class Smalls.StaticTableMacroFunction
    extends java.lang.Object
    User-defined table-macro function whose eval method is static.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.calcite.schema.TranslatableTable eval​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • StaticTableMacroFunction

        public StaticTableMacroFunction()
    • Method Detail

      • eval

        public static org.apache.calcite.schema.TranslatableTable eval​(java.lang.String s)