sql-client.yaml
configuration file.@Deprecated public class FunctionEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FUNCTIONS_NAME
Deprecated.
|
protected org.apache.flink.table.descriptors.DescriptorProperties |
properties
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap()
Deprecated.
|
static FunctionEntry |
create(Map<String,Object> config)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
org.apache.flink.table.descriptors.FunctionDescriptor |
getDescriptor()
Deprecated.
|
String |
getName()
Deprecated.
|
int |
hashCode()
Deprecated.
|
protected void |
validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
Deprecated.
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.