[jira] [Commented] (BEAM-3785) [SQL] Add support for arrays

2018-03-12 Thread Anton Kedin (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16396561#comment-16396561
 ] 

Anton Kedin commented on BEAM-3785:
---

to go:

 - arrays of arrays

 - test complex indexing

 - DOT operator

> [SQL] Add support for arrays
> 
>
> Key: BEAM-3785
> URL: https://issues.apache.org/jira/browse/BEAM-3785
> Project: Beam
>  Issue Type: Improvement
>  Components: dsl-sql
>Reporter: Anton Kedin
>Assignee: Anton Kedin
>Priority: Major
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Support fields of Array type



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-3785) [SQL] Add support for arrays

2018-03-12 Thread Anton Kedin (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16396555#comment-16396555
 ] 

Anton Kedin commented on BEAM-3785:
---

implemented arrays of rows

> [SQL] Add support for arrays
> 
>
> Key: BEAM-3785
> URL: https://issues.apache.org/jira/browse/BEAM-3785
> Project: Beam
>  Issue Type: Improvement
>  Components: dsl-sql
>Reporter: Anton Kedin
>Assignee: Anton Kedin
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Support fields of Array type



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEAM-3785) [SQL] Add support for arrays

2018-03-06 Thread Anton Kedin (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388573#comment-16388573
 ] 

Anton Kedin commented on BEAM-3785:
---

Implemented so far:

{code:sql|title=SQL}

SELECT ARRAY ['a', 'b', 'c'] FROM PCOLLECTION;

SELECT array_field[0] FROM PCOLLECTION;

SELECT ELEMENT(array_field) FROM PCOLLECTION;

SELECT CARDINALITY(array_field) FROM PCOLLECTION;
{code}
 

> [SQL] Add support for arrays
> 
>
> Key: BEAM-3785
> URL: https://issues.apache.org/jira/browse/BEAM-3785
> Project: Beam
>  Issue Type: Improvement
>  Components: dsl-sql
>Reporter: Anton Kedin
>Assignee: Anton Kedin
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Support fields of Array type



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)