Class Smalls.SimpleTableFunction

  • Enclosing class:
    Smalls

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.schema.QueryableTable eval​(java.lang.Integer s)  
      • Methods inherited from class java.lang.Object

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

      • SimpleTableFunction

        public SimpleTableFunction()
    • Method Detail

      • eval

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