Class ChinookAvaticaServer.RawChinookMetaFactory

java.lang.Object
org.apache.calcite.chinook.ChinookAvaticaServer.RawChinookMetaFactory
All Implemented Interfaces:
org.apache.calcite.avatica.Meta.Factory
Enclosing class:
ChinookAvaticaServer

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

    • RawChinookMetaFactory

      public RawChinookMetaFactory()
  • Method Details

    • create

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