Class ArrowTableSourceFactory

java.lang.Object
org.apache.flink.table.runtime.arrow.sources.ArrowTableSourceFactory
All Implemented Interfaces:
org.apache.flink.table.factories.DynamicTableFactory, org.apache.flink.table.factories.DynamicTableSourceFactory, org.apache.flink.table.factories.Factory

public class ArrowTableSourceFactory extends Object implements org.apache.flink.table.factories.DynamicTableSourceFactory
Factory for creating configured instances of ArrowTableSource..
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.flink.table.factories.DynamicTableFactory

    org.apache.flink.table.factories.DynamicTableFactory.Context
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.connector.source.DynamicTableSource
    createDynamicTableSource(org.apache.flink.table.factories.DynamicTableFactory.Context context)
     
     
    Set<org.apache.flink.configuration.ConfigOption<?>>
     
    Set<org.apache.flink.configuration.ConfigOption<?>>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.flink.table.factories.DynamicTableFactory

    forwardOptions
  • Field Details

  • Constructor Details

    • ArrowTableSourceFactory

      public ArrowTableSourceFactory()
  • Method Details

    • factoryIdentifier

      public String factoryIdentifier()
      Specified by:
      factoryIdentifier in interface org.apache.flink.table.factories.Factory
    • requiredOptions

      public Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
      Specified by:
      requiredOptions in interface org.apache.flink.table.factories.Factory
    • optionalOptions

      public Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
      Specified by:
      optionalOptions in interface org.apache.flink.table.factories.Factory
    • createDynamicTableSource

      public org.apache.flink.table.connector.source.DynamicTableSource createDynamicTableSource(org.apache.flink.table.factories.DynamicTableFactory.Context context)
      Specified by:
      createDynamicTableSource in interface org.apache.flink.table.factories.DynamicTableSourceFactory