Class Smalls.MyTableFunction

  • Enclosing class:
    Smalls

    public static class Smalls.MyTableFunction
    extends java.lang.Object
    A table function that returns a QueryableTable.
    • Constructor Summary

      Constructors 
      Constructor Description
      MyTableFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • MyTableFunction

        public MyTableFunction()
    • Method Detail

      • eval

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