| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchQueryConfig
Deprecated.
Set the configuration on
TableConfig. |
class |
StreamQueryConfig
Deprecated.
Set the configuration on
TableConfig. |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.insertInto(QueryConfig conf,
String tablePath,
String... tablePathContinued)
Deprecated.
|
void |
Table.insertInto(String tableName,
QueryConfig conf)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableImpl.insertInto(QueryConfig conf,
String tablePath,
String... tablePathContinued) |
void |
TableImpl.insertInto(String tableName,
QueryConfig conf) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.