| Package | Description |
|---|---|
| org.apache.flink.table.descriptors | |
| org.apache.flink.table.functions |
| Modifier and Type | Method and Description |
|---|---|
FunctionDescriptor |
FunctionDescriptor.fromClass(ClassInstance classType)
Creates a function from a class description.
|
| Modifier and Type | Method and Description |
|---|---|
static UserDefinedFunction |
FunctionService.createFunction(FunctionDescriptor descriptor)
Creates a user-defined function with the given properties and the current thread's
context class loader.
|
static UserDefinedFunction |
FunctionService.createFunction(FunctionDescriptor descriptor,
ClassLoader classLoader)
Creates a user-defined function with the given properties.
|
static UserDefinedFunction |
FunctionService.createFunction(FunctionDescriptor descriptor,
ClassLoader classLoader,
boolean performValidation)
Creates a user-defined function with the given properties.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.