Reynold Xin created SPARK-7133:
----------------------------------

             Summary: Implement struct, array, and map field accessor using 
apply in Scala and __getitem__ in Python
                 Key: SPARK-7133
                 URL: https://issues.apache.org/jira/browse/SPARK-7133
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Reynold Xin


Typing 
{code}
df.col[1]

and

df.col['field']
{code}

is so much eaiser than

{code}
df.col.getField('field')
df.col.getItem(1)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to