Package io.trino.plugin.mongodb
Class MongoPlugin
- java.lang.Object
-
- io.trino.plugin.mongodb.MongoPlugin
-
-
Constructor Summary
Constructors Constructor Description MongoPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<ConnectorFactory>getConnectorFactories()Set<Class<?>>getFunctions()Iterable<Type>getTypes()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.Plugin
getBlockEncodings, getCertificateAuthenticatorFactories, getEventListenerFactories, getGroupProviderFactories, getParametricTypes, getPasswordAuthenticatorFactories, getResourceGroupConfigurationManagerFactories, getSessionPropertyConfigurationManagerFactories, getSystemAccessControlFactories
-
-
-
-
Method Detail
-
getFunctions
public Set<Class<?>> getFunctions()
- Specified by:
getFunctionsin interfacePlugin
-
getConnectorFactories
public Iterable<ConnectorFactory> getConnectorFactories()
- Specified by:
getConnectorFactoriesin interfacePlugin
-
-