Uses of Interface
org.apache.flink.table.api.TablePipeline
-
Packages that use TablePipeline Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of TablePipeline in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return TablePipeline Modifier and Type Method Description TablePipeline
Table. insertInto(String tablePath)
Declares that the pipeline defined by the givenTable
object should be written to a table (backed by aDynamicTableSink
) that was registered under the specified path.TablePipeline
Table. insertInto(String tablePath, boolean overwrite)
Declares that the pipeline defined by the givenTable
object should be written to a table (backed by aDynamicTableSink
) that was registered under the specified path.TablePipeline
Table. insertInto(TableDescriptor descriptor)
Declares that the pipeline defined by the givenTable
object should be written to a table (backed by aDynamicTableSink
) expressed via the givenTableDescriptor
.TablePipeline
Table. insertInto(TableDescriptor descriptor, boolean overwrite)
Declares that the pipeline defined by the givenTable
object should be written to a table (backed by aDynamicTableSink
) expressed via the givenTableDescriptor
.Methods in org.apache.flink.table.api with parameters of type TablePipeline Modifier and Type Method Description StatementSet
StatementSet. add(TablePipeline tablePipeline)
Adds aTablePipeline
. -
Uses of TablePipeline in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return TablePipeline Modifier and Type Method 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)
Methods in org.apache.flink.table.api.internal with parameters of type TablePipeline Modifier and Type Method Description StatementSet
StatementSetImpl. add(TablePipeline tablePipeline)
-