public abstract class TableEntry extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.flink.table.descriptors.DescriptorProperties |
properties |
static String |
TABLES_NAME |
| 限定符 | 构造器和说明 |
|---|---|
protected |
TableEntry(String name,
org.apache.flink.table.descriptors.DescriptorProperties properties) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,String> |
asMap() |
static TableEntry |
create(Map<String,Object> config) |
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
protected abstract void |
validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
Performs syntactic validation.
|
protected final org.apache.flink.table.descriptors.DescriptorProperties properties
protected TableEntry(String name, org.apache.flink.table.descriptors.DescriptorProperties properties)
public String getName()
public static TableEntry create(Map<String,Object> config)
protected abstract void validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.