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 TablePipelineTable. insertInto(String tablePath)Declares that the pipeline defined by the givenTableobject should be written to a table (backed by aDynamicTableSink) that was registered under the specified path.TablePipelineTable. insertInto(String tablePath, boolean overwrite)Declares that the pipeline defined by the givenTableobject should be written to a table (backed by aDynamicTableSink) that was registered under the specified path.TablePipelineTable. insertInto(TableDescriptor descriptor)Declares that the pipeline defined by the givenTableobject should be written to a table (backed by aDynamicTableSink) expressed via the givenTableDescriptor.TablePipelineTable. insertInto(TableDescriptor descriptor, boolean overwrite)Declares that the pipeline defined by the givenTableobject 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 StatementSetStatementSet. 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 TablePipelineTableImpl. insertInto(String tablePath)TablePipelineTableImpl. insertInto(String tablePath, boolean overwrite)TablePipelineTableImpl. insertInto(TableDescriptor descriptor)TablePipelineTableImpl. insertInto(TableDescriptor descriptor, boolean overwrite)Methods in org.apache.flink.table.api.internal with parameters of type TablePipeline Modifier and Type Method Description StatementSetStatementSetImpl. add(TablePipeline tablePipeline)
-