You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/11/18 03:42:31 UTC

[5/5] git commit: Merge pull request #182 from rxin/vector

Merge pull request #182 from rxin/vector

Slightly enhanced PrimitiveVector:

1. Added trim() method
2. Added size method.
3. Renamed getUnderlyingArray to array.
4. Minor documentation update.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/e2ebc3a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/e2ebc3a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/e2ebc3a9

Branch: refs/heads/master
Commit: e2ebc3a9d8bca83bf842b134f2f056c1af0ad2be
Parents: 1b5b358 26f616d
Author: Reynold Xin <rx...@apache.org>
Authored: Sun Nov 17 18:42:18 2013 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Sun Nov 17 18:42:18 2013 -0800

----------------------------------------------------------------------
 .../spark/util/collection/PrimitiveVector.scala |  46 +++++---
 .../util/collection/PrimitiveVectorSuite.scala  | 117 +++++++++++++++++++
 2 files changed, 148 insertions(+), 15 deletions(-)
----------------------------------------------------------------------