| Package | Description |
|---|---|
| org.apache.flink.table.client.config | |
| org.apache.flink.table.client.config.entries | |
| org.apache.flink.table.client.gateway |
| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.enrich(Environment env,
Map<String,String> properties,
Map<String,ViewEntry> views)
Enriches an environment with new/modified properties or views and returns the new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ViewEntry |
ViewEntry.create(String name,
String query) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ViewEntry> |
SessionContext.getViews() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionContext.addView(ViewEntry viewEntry) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.