Class CountriesTableFunction


  • public class CountriesTableFunction
    extends java.lang.Object
    A table function that returns all countries in the world.

    Has same content as file/src/test/resources/geo/countries.csv.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.Object[][] ROWS  
    • Method Summary

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

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

      • ROWS

        private static final java.lang.Object[][] ROWS
    • Constructor Detail

      • CountriesTableFunction

        private CountriesTableFunction()
    • Method Detail

      • eval

        public static org.apache.calcite.schema.ScannableTable eval​(boolean b)