Package

com.tresata.spark

sorted

Permalink

package sorted

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sorted
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class GroupSorted[K, V] extends RDD[(K, V)]

    Permalink

    GroupSorted is a partitioned key-value RDD where the values for a given key are consecutive and within a single partition.

    GroupSorted is a partitioned key-value RDD where the values for a given key are consecutive and within a single partition. The keys are sorted within a partition (using a custom hash based Ordering). The values can also be optionally sorted per key.

  2. case class HashOrdering[A](ord: Ordering[A]) extends Ordering[A] with Product with Serializable

    Permalink
  3. class PairRDDFunctions[K, V] extends Serializable

    Permalink

Value Members

  1. object GroupSorted extends Serializable

    Permalink
  2. object PairRDDFunctions extends Serializable

    Permalink
  3. package api

    Permalink
  4. package sql

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped