Class H3Plugin

java.lang.Object
com.foursquare.presto.h3.H3Plugin
All Implemented Interfaces:
com.facebook.presto.spi.Plugin

public class H3Plugin
extends Object
implements com.facebook.presto.spi.Plugin
  • Constructor Summary

    Constructors
    Constructor Description
    H3Plugin()  
  • Method Summary

    Modifier and Type Method Description
    Set<Class<?>> getFunctions()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.facebook.presto.spi.Plugin

    getAnalyzerProviders, getBlockEncodings, getClusterTtlProviderFactories, getConnectorFactories, getEventListenerFactories, getFunctionNamespaceManagerFactories, getHistoryBasedPlanStatisticsProviders, getNodeStatusNotificationProviderFactory, getNodeTtlFetcherFactories, getParametricTypes, getPasswordAuthenticatorFactories, getQueryPrerequisitesFactories, getResourceGroupConfigurationManagerFactories, getSessionPropertyConfigurationManagerFactories, getSystemAccessControlFactories, getTempStorageFactories, getTracerProviders, getTypes
  • Constructor Details

    • H3Plugin

      public H3Plugin()
  • Method Details

    • getFunctions

      public Set<Class<?>> getFunctions()
      Specified by:
      getFunctions in interface com.facebook.presto.spi.Plugin