public class FunctionEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FUNCTIONS_NAME |
protected org.apache.flink.table.descriptors.DescriptorProperties |
properties |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap() |
static FunctionEntry |
create(Map<String,Object> config) |
boolean |
equals(Object o) |
org.apache.flink.table.descriptors.FunctionDescriptor |
getDescriptor() |
String |
getName() |
int |
hashCode() |
protected void |
validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
Performs syntactic validation.
|
public static final String FUNCTIONS_NAME
protected final org.apache.flink.table.descriptors.DescriptorProperties properties
protected void validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
public String getName()
public org.apache.flink.table.descriptors.FunctionDescriptor getDescriptor()
public static FunctionEntry create(Map<String,Object> config)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.