java.lang.Object
org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat.InputFormatCacheLoader
All Implemented Interfaces:
Serializable, AutoCloseable

public class InputFormatCacheLoader extends CacheLoader
CacheLoader that used InputFormat for loading data into the cache.
See Also:
  • Constructor Details

    • InputFormatCacheLoader

      public InputFormatCacheLoader(org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,?> initialInputFormat, GenericRowDataKeySelector keySelector, RowDataSerializer cacheEntriesSerializer)
  • Method Details