public class FunctionEntry extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
FUNCTIONS_NAME |
protected org.apache.flink.table.descriptors.DescriptorProperties |
properties |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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–2020 The Apache Software Foundation. All rights reserved.