Class CalciteRemoteDriverTest.Factory

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

    public static class CalciteRemoteDriverTest.Factory
    extends java.lang.Object
    implements org.apache.calcite.avatica.Meta.Factory
    Factory that creates a Meta that can see the test databases.
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.avatica.Meta create​(java.util.List<java.lang.String> args)  
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory()
    • Method Detail

      • create

        public org.apache.calcite.avatica.Meta create​(java.util.List<java.lang.String> args)
        Specified by:
        create in interface org.apache.calcite.avatica.Meta.Factory