aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/resultiterable.py
diff options
context:
space:
mode:
authorMichael Armbrust <michael@databricks.com>2015-05-14 19:49:44 -0700
committerMichael Armbrust <michael@databricks.com>2015-05-14 19:49:44 -0700
commit6d0633e3ec9518278fcc7eba58549d4ad3d5813f (patch)
tree4bd5a50dcd8af0b37c44180f607dcd8a8e5b26da /python/pyspark/resultiterable.py
parent48fc38f5844f6c12bf440f2990b6d7f1630fafac (diff)
downloadspark-6d0633e3ec9518278fcc7eba58549d4ad3d5813f.tar.gz
spark-6d0633e3ec9518278fcc7eba58549d4ad3d5813f.tar.bz2
spark-6d0633e3ec9518278fcc7eba58549d4ad3d5813f.zip
[SPARK-7548] [SQL] Add explode function for DataFrames
Add an `explode` function for dataframes and modify the analyzer so that single table generating functions can be present in a select clause along with other expressions. There are currently the following restrictions: - only top level TGFs are allowed (i.e. no `select(explode('list) + 1)`) - only one may be present in a single select to avoid potentially confusing implicit Cartesian products. TODO: - [ ] Python Author: Michael Armbrust <michael@databricks.com> Closes #6107 from marmbrus/explodeFunction and squashes the following commits: 7ee2c87 [Michael Armbrust] whitespace 6f80ba3 [Michael Armbrust] Update dataframe.py c176c89 [Michael Armbrust] Merge remote-tracking branch 'origin/master' into explodeFunction 81b5da3 [Michael Armbrust] style d3faa05 [Michael Armbrust] fix self join case f9e1e3e [Michael Armbrust] fix python, add since 4f0d0a9 [Michael Armbrust] Merge remote-tracking branch 'origin/master' into explodeFunction e710fe4 [Michael Armbrust] add java and python 52ca0dc [Michael Armbrust] [SPARK-7548][SQL] Add explode function for dataframes.
Diffstat (limited to 'python/pyspark/resultiterable.py')
0 files changed, 0 insertions, 0 deletions