Zhang Ziqiang created FLINK-14989: ------------------------------------- Summary: Improve efficiency by bitwise operation. Key: FLINK-14989 URL: https://issues.apache.org/jira/browse/FLINK-14989 Project: Flink Issue Type: Improvement Components: Table SQL / Runtime Reporter: Zhang Ziqiang
To improve performance, I replaced "/" with ">>", and replaced "*" with "<<". -- This message was sent by Atlassian Jira (v8.3.4#803005)