You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Qingsheng Ren (Jira)" <ji...@apache.org> on 2022/08/09 09:18:00 UTC

[jira] [Created] (FLINK-28885) Improve LookupFunction to support different kinds of RowData as key row

Qingsheng Ren created FLINK-28885:
-------------------------------------

             Summary: Improve LookupFunction to support different kinds of RowData as key row
                 Key: FLINK-28885
                 URL: https://issues.apache.org/jira/browse/FLINK-28885
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Runtime
            Reporter: Qingsheng Ren


Currently LookupFunction uses {{GenericRowData}} as a wrapper of key fields in key row by using {{GenericRowData#of}} . We could improve the implementation here to use other type like BinaryRowData and so forth. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)