Jark Wu created FLINK-5304: ------------------------------ Summary: Change method name from crossApply to join in Table API Key: FLINK-5304 URL: https://issues.apache.org/jira/browse/FLINK-5304 Project: Flink Issue Type: Improvement Components: Table API & SQL Reporter: Jark Wu Assignee: Jark Wu
Currently, the UDTF in Table API is used with {{crossApply}}, but is used with JOIN in SQL. UDTF is something similar to Table, so it make sense to use {{.join("udtf(c) as (s)")}} in Table API too, and join is more familiar to users than {{crossApply}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)