public abstract class TableEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.table.descriptors.DescriptorProperties |
properties |
static String |
TABLES_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
TableEntry(String name,
org.apache.flink.table.descriptors.DescriptorProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final String TABLES_NAME
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.