Class CollectDynamicSink

java.lang.Object
org.apache.flink.table.planner.connectors.CollectDynamicSink
All Implemented Interfaces:
org.apache.flink.table.connector.sink.DynamicTableSink

@Internal public final class CollectDynamicSink extends Object implements org.apache.flink.table.connector.sink.DynamicTableSink
Table sink for TableResult.collect().
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.flink.table.connector.sink.DynamicTableSink

    org.apache.flink.table.connector.sink.DynamicTableSink.Context, org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter, org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.apache.flink.table.connector.sink.DynamicTableSink
     
    org.apache.flink.table.connector.ChangelogMode
    getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)
     
    org.apache.flink.table.api.internal.ResultProvider
     
    org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider
    getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getSelectResultProvider

      public org.apache.flink.table.api.internal.ResultProvider getSelectResultProvider()
    • getChangelogMode

      public org.apache.flink.table.connector.ChangelogMode getChangelogMode(org.apache.flink.table.connector.ChangelogMode requestedMode)
      Specified by:
      getChangelogMode in interface org.apache.flink.table.connector.sink.DynamicTableSink
    • getSinkRuntimeProvider

      public org.apache.flink.table.connector.sink.DynamicTableSink.SinkRuntimeProvider getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context context)
      Specified by:
      getSinkRuntimeProvider in interface org.apache.flink.table.connector.sink.DynamicTableSink
    • copy

      public org.apache.flink.table.connector.sink.DynamicTableSink copy()
      Specified by:
      copy in interface org.apache.flink.table.connector.sink.DynamicTableSink
    • asSummaryString

      public String asSummaryString()
      Specified by:
      asSummaryString in interface org.apache.flink.table.connector.sink.DynamicTableSink