Class ChinookAvaticaServer.RawChinookMetaFactory

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

    public static class ChinookAvaticaServer.RawChinookMetaFactory
    extends java.lang.Object
    implements org.apache.calcite.avatica.Meta.Factory
    Factory for Chinook Calcite database wrapped in meta for Avatica.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.apache.calcite.avatica.jdbc.JdbcMeta instance  
    • Method Summary

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

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

      • instance

        private static org.apache.calcite.avatica.jdbc.JdbcMeta instance
    • Constructor Detail

      • RawChinookMetaFactory

        public RawChinookMetaFactory()
    • Method Detail

      • getInstance

        private static org.apache.calcite.avatica.jdbc.JdbcMeta getInstance()
      • 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