Class IndexedTpchPlugin

  • All Implemented Interfaces:
    io.prestosql.spi.Plugin

    public class IndexedTpchPlugin
    extends java.lang.Object
    implements io.prestosql.spi.Plugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<io.prestosql.spi.connector.ConnectorFactory> getConnectorFactories()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.prestosql.spi.Plugin

        getBlockEncodings, getCertificateAuthenticatorFactories, getEventListenerFactories, getFunctions, getGroupProviderFactories, getParametricTypes, getPasswordAuthenticatorFactories, getResourceGroupConfigurationManagerFactories, getSessionPropertyConfigurationManagerFactories, getSystemAccessControlFactories, getTypes
    • Constructor Detail

      • IndexedTpchPlugin

        public IndexedTpchPlugin​(TpchIndexSpec indexSpec)
      • IndexedTpchPlugin

        public IndexedTpchPlugin()
    • Method Detail

      • getConnectorFactories

        public java.lang.Iterable<io.prestosql.spi.connector.ConnectorFactory> getConnectorFactories()
        Specified by:
        getConnectorFactories in interface io.prestosql.spi.Plugin