Class Smalls.TestStaticTableFunction

  • Enclosing class:
    Smalls

    public static class Smalls.TestStaticTableFunction
    extends java.lang.Object
    A table function that returns a QueryableTable via a static method.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.calcite.schema.QueryableTable 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

      • TestStaticTableFunction

        public TestStaticTableFunction()
    • Method Detail

      • eval

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