public interface FunctionDefinitionFactory
FunctionDefinition
.Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
createFunctionDefinition(String name,
CatalogFunction catalogFunction)
Creates a
FunctionDefinition from given CatalogFunction . |
FunctionDefinition createFunctionDefinition(String name, CatalogFunction catalogFunction)
FunctionDefinition
from given CatalogFunction
.name
- name of the CatalogFunction
catalogFunction
- the catalog functionFunctionDefinition
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.