| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Method and Description |
|---|---|
TablePipeline |
Table.insertInto(String tablePath)
Declares that the pipeline defined by the given
Table object should be written to a
table (backed by a DynamicTableSink) that was registered under the specified path. |
TablePipeline |
Table.insertInto(String tablePath,
boolean overwrite)
Declares that the pipeline defined by the given
Table object should be written to a
table (backed by a DynamicTableSink) that was registered under the specified path. |
TablePipeline |
Table.insertInto(TableDescriptor descriptor)
Declares that the pipeline defined by the given
Table object should be written to a
table (backed by a DynamicTableSink) expressed via the given TableDescriptor. |
TablePipeline |
Table.insertInto(TableDescriptor descriptor,
boolean overwrite)
Declares that the pipeline defined by the given
Table object should be written to a
table (backed by a DynamicTableSink) expressed via the given TableDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
StatementSet |
StatementSet.add(TablePipeline tablePipeline)
Adds a
TablePipeline. |
| Modifier and Type | Method and Description |
|---|---|
TablePipeline |
TableImpl.insertInto(String tablePath) |
TablePipeline |
TableImpl.insertInto(String tablePath,
boolean overwrite) |
TablePipeline |
TableImpl.insertInto(TableDescriptor descriptor) |
TablePipeline |
TableImpl.insertInto(TableDescriptor descriptor,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
StatementSet |
StatementSetImpl.add(TablePipeline tablePipeline) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.