amoro-format-mixed/amoro-mixed-flink/v1.15/amoro-mixed-flink-1.15/src/main/java/org/apache/amoro/flink/lookup/MixedFormatRowDataLookupFunction.java [42:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public MixedFormatRowDataLookupFunction(
      TableFactory<RowData> tableFactory,
      MixedTable mixedTable,
      List<String> joinKeys,
      Schema projectSchema,
      List<Expression> filters,
      MixedFormatTableLoader tableLoader,
      Configuration config,
      Predicate<RowData> predicate,
      AbstractAdaptHiveKeyedDataReader<RowData> flinkMORDataReader,
      DataIteratorReaderFunction<RowData> readerFunction) {
    this.basicLookupFunction =
        new BasicLookupFunction<>(
            tableFactory,
            mixedTable,
            joinKeys,
            projectSchema,
            filters,
            tableLoader,
            config,
            predicate,
            flinkMORDataReader,
            readerFunction);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/src/main/java/org/apache/amoro/flink/lookup/MixedFormatRowDataLookupFunction.java [42:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public MixedFormatRowDataLookupFunction(
      TableFactory<RowData> tableFactory,
      MixedTable mixedTable,
      List<String> joinKeys,
      Schema projectSchema,
      List<Expression> filters,
      MixedFormatTableLoader tableLoader,
      Configuration config,
      Predicate<RowData> predicate,
      AbstractAdaptHiveKeyedDataReader<RowData> flinkMORDataReader,
      DataIteratorReaderFunction<RowData> readerFunction) {
    this.basicLookupFunction =
        new BasicLookupFunction<>(
            tableFactory,
            mixedTable,
            joinKeys,
            projectSchema,
            filters,
            tableLoader,
            config,
            predicate,
            flinkMORDataReader,
            readerFunction);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



