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