[ 
https://issues.apache.org/jira/browse/FLINK-20642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dian Fu closed FLINK-20642.
---------------------------
    Resolution: Fixed

Merged to master via 3b8998d5f3919162132681fee2b4689e9ff14c5b

> Introduce InternalRow to optimize Row used in Python UDAF
> ---------------------------------------------------------
>
>                 Key: FLINK-20642
>                 URL: https://issues.apache.org/jira/browse/FLINK-20642
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / Python
>            Reporter: Huang Xingbo
>            Assignee: Huang Xingbo
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.13.0
>
>
> InternalRow is a cython class
> {code:java}
> cdef enum InternalRowKind:
>     INSERT = 0
>     UPDATE_BEFORE = 1
>     UPDATE_AFTER = 2
>     DELETE = 3
> cdef class InternalRow:
>     cdef list values
>     cdef InternalRowKind row_kind{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to