Class ChinookAvaticaServer


  • public class ChinookAvaticaServer
    extends java.lang.Object
    Wrapping Calcite engine with Avatica tansport for testing JDBC capabilities between Avatica JDBC transport and Calcite.
    • Field Detail

      • server

        private org.apache.calcite.avatica.server.HttpServer server
    • Constructor Detail

      • ChinookAvaticaServer

        public ChinookAvaticaServer()
    • Method Detail

      • startWithCalcite

        public void startWithCalcite()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • startWithRaw

        public void startWithRaw()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getURL

        public java.lang.String getURL()
      • stop

        public void stop()