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(String tablePath, InsertConflictStrategy conflictStrategy) 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, InsertConflictStrategy conflictStrategy, 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.Table.insertInto(TableDescriptor descriptor, InsertConflictStrategy conflictStrategy) 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, InsertConflictStrategy conflictStrategy, 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.