Uses of Interface
org.apache.flink.table.api.TablePipeline
Packages that use TablePipeline
-
Uses of TablePipeline in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return TablePipelineModifier and TypeMethodDescriptionTable.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.Table.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.Table.insertInto(TableDescriptor descriptor) Declares that the pipeline defined by the givenTableobject should be written to a table (backed by aDynamicTableSink) expressed via the givenTableDescriptor.Table.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 TablePipelineModifier and TypeMethodDescriptionStatementSet.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 TablePipelineModifier and TypeMethodDescriptionTableImpl.insertInto(String tablePath) TableImpl.insertInto(String tablePath, boolean overwrite) TableImpl.insertInto(TableDescriptor descriptor) TableImpl.insertInto(TableDescriptor descriptor, boolean overwrite) Methods in org.apache.flink.table.api.internal with parameters of type TablePipeline