hologres-connector-flink-base/src/main/java/com/alibaba/ververica/connectors/hologres/source/lookup/HologresLookupFunction.java [22:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public HologresLookupFunction(
            String sqlTableName,
            TableSchema tableSchema,
            String[] index,
            CacheStrategy cacheStrategy,
            HologresReader<RowData> hologresReader,
            boolean hasPrimaryKey) {
        super(sqlTableName, tableSchema, index, cacheStrategy, hologresReader, hasPrimaryKey);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



hologres-connector-flink-base/src/main/java/com/alibaba/ververica/connectors/hologres/source/lookup/HologresAsyncLookupFunction.java [24:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public HologresAsyncLookupFunction(
            String sqlTableName,
            TableSchema tableSchema,
            String[] index,
            CacheStrategy cacheStrategy,
            HologresReader<RowData> hologresReader,
            boolean hasPrimaryKey) {
        super(sqlTableName, tableSchema, index, cacheStrategy, hologresReader, hasPrimaryKey);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



