You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Chunwei Lei (Jira)" <ji...@apache.org> on 2020/08/13 03:26:00 UTC

[jira] [Commented] (CALCITE-1581) UDTF like in hive

    [ https://issues.apache.org/jira/browse/CALCITE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176737#comment-17176737 ] 

Chunwei Lei commented on CALCITE-1581:
--------------------------------------

I am not sure whether  it should use {{LogicalCorrelate when meeting LogicalTableFunctionScan}}. But Some existed examples use {{LogicalCorrelate}}[1]. Any suggestions will be appreciated.

[1] [https://github.com/apache/calcite/blob/master/core/src/test/resources/org/apache/calcite/test/SqlToRelConverterTest.xml#L320]

> UDTF like in hive
> -----------------
>
>                 Key: CALCITE-1581
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1581
>             Project: Calcite
>          Issue Type: New Feature
>            Reporter: Xiaoyong Deng
>            Assignee: Chunwei Lei
>            Priority: Major
>              Labels: pull-request-available, udtf
>             Fix For: 1.25.0
>
>          Time Spent: 14h 50m
>  Remaining Estimate: 0h
>
> Support one row in and multi-column/multi-row out(one-to-many mapping), just like udtf in hive.
> The query would like this:
> {code}
> select
>   func(c0, c1) as (f0, f1, f2)
> from table_name;
> {code}
> c0 and c1 are 'table_name' columns. f0, f1 and f2 are new generated columns.



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