Class CalciteRemoteDriverTest.LocalServiceMoreFactory

  • All Implemented Interfaces:
    org.apache.calcite.avatica.remote.Service.Factory
    Enclosing class:
    CalciteRemoteDriverTest

    public static class CalciteRemoteDriverTest.LocalServiceMoreFactory
    extends java.lang.Object
    implements org.apache.calcite.avatica.remote.Service.Factory
    Service factory that creates a Calcite instance with more data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.avatica.remote.Service create​(org.apache.calcite.avatica.AvaticaConnection connection)  
      • Methods inherited from class java.lang.Object

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

      • LocalServiceMoreFactory

        public LocalServiceMoreFactory()
    • Method Detail

      • create

        public org.apache.calcite.avatica.remote.Service create​(org.apache.calcite.avatica.AvaticaConnection connection)
        Specified by:
        create in interface org.apache.calcite.avatica.remote.Service.Factory