Package

com.mapr.db.spark.RDD

partition

Permalink

package partition

Visibility
  1. Public
  2. All

Type Members

  1. case class MaprDBPartition(index: Int, tableName: String, locations: Seq[String], size: Long, cond: DBQueryCondition) extends Partition with Product with Serializable

    Permalink

    An identifier for a partition in a MapRTableScanRDD.

    An identifier for a partition in a MapRTableScanRDD.

    index

    The partition's index within its parent RDD

    tableName

    name of the table to which this partiton belongs.

    locations

    The preferred locations (hostnames) for the data

    cond

    queryCondition associated with a partition

Ungrouped