Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
EdgePartition.size should be val
  • Loading branch information
ankurdave committed May 3, 2014
commit 0d3584c6552452ee836f66e0c4d67e4d967a2a4a
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class EdgePartition[
*
* @return size of the partition
*/
def size: Int = srcIds.size
val size: Int = srcIds.size

/** The number of unique source vertices in the partition. */
def indexSize: Int = index.size
Expand Down