aboutsummaryrefslogtreecommitdiff
path: root/NOTICE
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-01-14 00:38:55 -0800
committerReynold Xin <rxin@databricks.com>2015-01-14 00:38:55 -0800
commitd5eeb35167e1ab72fab7778757163ff0aacaef2c (patch)
treec71d81126126e8810519a384c214601e3edf7ca7 /NOTICE
parentf9969098c8cb15e36c718b80c6cf5b534a6cf7c3 (diff)
downloadspark-d5eeb35167e1ab72fab7778757163ff0aacaef2c.tar.gz
spark-d5eeb35167e1ab72fab7778757163ff0aacaef2c.tar.bz2
spark-d5eeb35167e1ab72fab7778757163ff0aacaef2c.zip
[SPARK-5167][SQL] Move Row into sql package and make it usable for Java.
Mostly just moving stuff around. This should still be source compatible since we type aliased Row previously in org.apache.spark.sql.Row. Added the following APIs to Row: ```scala def getMap[K, V](i: Int): scala.collection.Map[K, V] def getJavaMap[K, V](i: Int): java.util.Map[K, V] def getSeq[T](i: Int): Seq[T] def getList[T](i: Int): java.util.List[T] def getStruct(i: Int): StructType ``` Author: Reynold Xin <rxin@databricks.com> Closes #4030 from rxin/sql-row and squashes the following commits: 6c85c29 [Reynold Xin] Fixed style violation by adding a new line to Row.scala. 82b064a [Reynold Xin] [SPARK-5167][SQL] Move Row into sql package and make it usable for Java.
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions