Package io.trino.plugin.deltalake
Class DeltaLakeFunctionProvider
java.lang.Object
io.trino.plugin.deltalake.DeltaLakeFunctionProvider
- All Implemented Interfaces:
FunctionProvider
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaLakeFunctionProvider(TableChangesProcessorProvider tableChangesProcessorProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetTableFunctionProcessorProvider(ConnectorTableFunctionHandle functionHandle) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.spi.function.FunctionProvider
getAggregationImplementation, getScalarFunctionImplementation, getWindowFunctionSupplier
-
Constructor Details
-
DeltaLakeFunctionProvider
@Inject public DeltaLakeFunctionProvider(TableChangesProcessorProvider tableChangesProcessorProvider)
-
-
Method Details
-
getTableFunctionProcessorProvider
public TableFunctionProcessorProvider getTableFunctionProcessorProvider(ConnectorTableFunctionHandle functionHandle) - Specified by:
getTableFunctionProcessorProviderin interfaceFunctionProvider
-