spark-instrumented-optimizer/python/pyspark/sql
Daoyuan Wang 7fcbb2ccaf [SPARK-7150] SparkContext.range() and SQLContext.range()
This PR is based on #6081, thanks adrian-wang.

Closes #6081

Author: Daoyuan Wang <daoyuan.wang@intel.com>
Author: Davies Liu <davies@databricks.com>

Closes #6230 from davies/range and squashes the following commits:

d3ce5fe [Davies Liu] add tests
789eda5 [Davies Liu] add range() in Python
4590208 [Davies Liu] Merge commit 'refs/pull/6081/head' of github.com:apache/spark into range
cbf5200 [Daoyuan Wang] let's add python support in a separate PR
f45e3b2 [Daoyuan Wang] remove redundant toLong
617da76 [Daoyuan Wang] fix safe marge for corner cases
867c417 [Daoyuan Wang] fix
13dbe84 [Daoyuan Wang] update
bd998ba [Daoyuan Wang] update comments
d3a0c1b [Daoyuan Wang] add range api()

(cherry picked from commit c2437de189)
Signed-off-by: Reynold Xin <rxin@databricks.com>
2015-05-18 21:43:25 -07:00
..
__init__.py [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple files 2015-05-15 20:09:23 -07:00
_types.py [SPARK-7073] [SQL] [PySpark] Clean up SQL data type hierarchy in Python 2015-05-15 20:05:33 -07:00
column.py [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple files 2015-05-15 20:09:23 -07:00
context.py [SPARK-7150] SparkContext.range() and SQLContext.range() 2015-05-18 21:43:25 -07:00
dataframe.py [SPARK-6657] [PYSPARK] Fix doc warnings 2015-05-18 08:35:24 -07:00
functions.py [SPARK-6216] [PYSPARK] check python version of worker with driver 2015-05-18 12:55:37 -07:00
group.py [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple files 2015-05-15 20:09:23 -07:00
tests.py [SPARK-7150] SparkContext.range() and SQLContext.range() 2015-05-18 21:43:25 -07:00