Uses of Interface
org.apache.flink.table.factories.FunctionDefinitionFactory
-
Packages that use FunctionDefinitionFactory Package Description org.apache.flink.table.catalog -
-
Uses of FunctionDefinitionFactory in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return types with arguments of type FunctionDefinitionFactory Modifier and Type Method Description default Optional<FunctionDefinitionFactory>Catalog. getFunctionDefinitionFactory()Get an optionalFunctionDefinitionFactoryinstance that's responsible for instantiating function definitions.
-