Class

org.apache.spark.sql.execution.columnar.impl

ColumnarStorePartitionedRDD

Related Doc: package impl

Permalink

final class ColumnarStorePartitionedRDD extends RDDKryo[Any] with KryoSerializable

Linear Supertypes
RDDKryo[Any], KryoSerializable, RDD[Any], internal.Logging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnarStorePartitionedRDD
  2. RDDKryo
  3. KryoSerializable
  4. RDD
  5. Logging
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColumnarStorePartitionedRDD(session: SnappySession, tableName: String, rowBufferTable: String, projection: Array[Int], filters: Array[Expression], fullScan: Boolean, partitionPruner: () ⇒ Int, connProperties: ConnectionProperties, delayRollover: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++(other: RDD[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def aggregate[U](zeroValue: U)(seqOp: (U, Any) ⇒ U, combOp: (U, U) ⇒ U)(implicit arg0: ClassTag[U]): U

    Permalink
    Definition Classes
    RDD
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cache(): ColumnarStorePartitionedRDD.this.type

    Permalink
    Definition Classes
    RDD
  8. def cartesian[U](other: RDD[U])(implicit arg0: ClassTag[U]): RDD[(Any, U)]

    Permalink
    Definition Classes
    RDD
  9. def checkpoint(): Unit

    Permalink
    Definition Classes
    RDD
  10. def clearDependencies(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RDD
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def coalesce(numPartitions: Int, shuffle: Boolean, partitionCoalescer: Option[PartitionCoalescer])(implicit ord: Ordering[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  13. def collect[U](f: PartialFunction[Any, U])(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  14. def collect(): Array[Any]

    Permalink
    Definition Classes
    RDD
  15. def compute(part: Partition, context: TaskContext): Iterator[Any]

    Permalink
    Definition Classes
    ColumnarStorePartitionedRDD → RDD
  16. def context: SparkContext

    Permalink
    Definition Classes
    RDD
  17. def count(): Long

    Permalink
    Definition Classes
    RDD
  18. def countApprox(timeout: Long, confidence: Double): PartialResult[BoundedDouble]

    Permalink
    Definition Classes
    RDD
  19. def countApproxDistinct(relativeSD: Double): Long

    Permalink
    Definition Classes
    RDD
  20. def countApproxDistinct(p: Int, sp: Int): Long

    Permalink
    Definition Classes
    RDD
  21. def countByValue()(implicit ord: Ordering[Any]): Map[Any, Long]

    Permalink
    Definition Classes
    RDD
  22. def countByValueApprox(timeout: Long, confidence: Double)(implicit ord: Ordering[Any]): PartialResult[Map[Any, BoundedDouble]]

    Permalink
    Definition Classes
    RDD
  23. final def dependencies: Seq[Dependency[_]]

    Permalink
    Definition Classes
    RDD
  24. def distinct(): RDD[Any]

    Permalink
    Definition Classes
    RDD
  25. def distinct(numPartitions: Int)(implicit ord: Ordering[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  28. def filter(f: (Any) ⇒ Boolean): RDD[Any]

    Permalink
    Definition Classes
    RDD
  29. val filters: Array[Expression]

    Permalink
  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def first(): Any

    Permalink
    Definition Classes
    RDD
  32. def firstParent[U](implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Attributes
    protected[org.apache.spark]
    Definition Classes
    RDD
  33. def flatMap[U](f: (Any) ⇒ TraversableOnce[U])(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  34. def fold(zeroValue: Any)(op: (Any, Any) ⇒ Any): Any

    Permalink
    Definition Classes
    RDD
  35. def foreach(f: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RDD
  36. def foreachPartition(f: (Iterator[Any]) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RDD
  37. def getCheckpointFile: Option[String]

    Permalink
    Definition Classes
    RDD
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def getDependencies: Seq[Dependency[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    RDD
  40. final def getNumPartitions: Int

    Permalink
    Definition Classes
    RDD
    Annotations
    @Since( "1.6.0" )
  41. def getPartitionEvaluator: () ⇒ Array[Partition]

    Permalink
  42. def getPartitions: Array[Partition]

    Permalink
    Attributes
    protected
    Definition Classes
    ColumnarStorePartitionedRDD → RDD
  43. def getPreferredLocations(split: Partition): Seq[String]

    Permalink
    Definition Classes
    ColumnarStorePartitionedRDD → RDD
  44. def getStorageLevel: StorageLevel

    Permalink
    Definition Classes
    RDD
  45. def glom(): RDD[Array[Any]]

    Permalink
    Definition Classes
    RDD
  46. def groupBy[K](f: (Any) ⇒ K, p: Partitioner)(implicit kt: ClassTag[K], ord: Ordering[K]): RDD[(K, Iterable[Any])]

    Permalink
    Definition Classes
    RDD
  47. def groupBy[K](f: (Any) ⇒ K, numPartitions: Int)(implicit kt: ClassTag[K]): RDD[(K, Iterable[Any])]

    Permalink
    Definition Classes
    RDD
  48. def groupBy[K](f: (Any) ⇒ K)(implicit kt: ClassTag[K]): RDD[(K, Iterable[Any])]

    Permalink
    Definition Classes
    RDD
  49. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  50. val id: Int

    Permalink
    Definition Classes
    RDD
  51. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. def intersection(other: RDD[Any], numPartitions: Int): RDD[Any]

    Permalink
    Definition Classes
    RDD
  53. def intersection(other: RDD[Any], partitioner: Partitioner)(implicit ord: Ordering[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  54. def intersection(other: RDD[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  55. def isCheckpointed: Boolean

    Permalink
    Definition Classes
    RDD
  56. def isEmpty(): Boolean

    Permalink
    Definition Classes
    RDD
  57. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  58. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  59. final def iterator(split: Partition, context: TaskContext): Iterator[Any]

    Permalink
    Definition Classes
    RDD
  60. def keyBy[K](f: (Any) ⇒ K): RDD[(K, Any)]

    Permalink
    Definition Classes
    RDD
  61. def localCheckpoint(): ColumnarStorePartitionedRDD.this.type

    Permalink
    Definition Classes
    RDD
  62. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  63. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  64. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  65. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  66. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  67. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  68. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  69. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  70. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  71. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  72. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  73. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  74. def map[U](f: (Any) ⇒ U)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  75. def mapPartitions[U](f: (Iterator[Any]) ⇒ Iterator[U], preservesPartitioning: Boolean)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  76. def mapPartitionsWithIndex[U](f: (Int, Iterator[Any]) ⇒ Iterator[U], preservesPartitioning: Boolean)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  77. def max()(implicit ord: Ordering[Any]): Any

    Permalink
    Definition Classes
    RDD
  78. def min()(implicit ord: Ordering[Any]): Any

    Permalink
    Definition Classes
    RDD
  79. var name: String

    Permalink
    Definition Classes
    RDD
  80. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  81. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  82. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  83. def parent[U](j: Int)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Attributes
    protected[org.apache.spark]
    Definition Classes
    RDD
  84. val partitioner: Option[Partitioner]

    Permalink
    Definition Classes
    RDD
  85. final def partitions: Array[Partition]

    Permalink
    Definition Classes
    RDD
  86. def persist(): ColumnarStorePartitionedRDD.this.type

    Permalink
    Definition Classes
    RDD
  87. def persist(newLevel: StorageLevel): ColumnarStorePartitionedRDD.this.type

    Permalink
    Definition Classes
    RDD
  88. def pipe(command: Seq[String], env: Map[String, String], printPipeContext: ((String) ⇒ Unit) ⇒ Unit, printRDDElement: (Any, (String) ⇒ Unit) ⇒ Unit, separateWorkingDir: Boolean, bufferSize: Int, encoding: String): RDD[String]

    Permalink
    Definition Classes
    RDD
  89. def pipe(command: String, env: Map[String, String]): RDD[String]

    Permalink
    Definition Classes
    RDD
  90. def pipe(command: String): RDD[String]

    Permalink
    Definition Classes
    RDD
  91. final def preferredLocations(split: Partition): Seq[String]

    Permalink
    Definition Classes
    RDD
  92. def randomSplit(weights: Array[Double], seed: Long): Array[RDD[Any]]

    Permalink
    Definition Classes
    RDD
  93. def read(kryo: Kryo, input: Input): Unit

    Permalink
    Definition Classes
    ColumnarStorePartitionedRDDRDDKryo → KryoSerializable
  94. def reduce(f: (Any, Any) ⇒ Any): Any

    Permalink
    Definition Classes
    RDD
  95. def repartition(numPartitions: Int)(implicit ord: Ordering[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  96. def sample(withReplacement: Boolean, fraction: Double, seed: Long): RDD[Any]

    Permalink
    Definition Classes
    RDD
  97. def saveAsObjectFile(path: String): Unit

    Permalink
    Definition Classes
    RDD
  98. def saveAsTextFile(path: String, codec: Class[_ <: CompressionCodec]): Unit

    Permalink
    Definition Classes
    RDD
  99. def saveAsTextFile(path: String): Unit

    Permalink
    Definition Classes
    RDD
  100. def setName(_name: String): ColumnarStorePartitionedRDD.this.type

    Permalink
    Definition Classes
    RDD
  101. def sortBy[K](f: (Any) ⇒ K, ascending: Boolean, numPartitions: Int)(implicit ord: Ordering[K], ctag: ClassTag[K]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  102. def sparkContext: SparkContext

    Permalink
    Definition Classes
    RDD
  103. def subtract(other: RDD[Any], p: Partitioner)(implicit ord: Ordering[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  104. def subtract(other: RDD[Any], numPartitions: Int): RDD[Any]

    Permalink
    Definition Classes
    RDD
  105. def subtract(other: RDD[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  106. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  107. def take(num: Int): Array[Any]

    Permalink
    Definition Classes
    RDD
  108. def takeOrdered(num: Int)(implicit ord: Ordering[Any]): Array[Any]

    Permalink
    Definition Classes
    RDD
  109. def takeSample(withReplacement: Boolean, num: Int, seed: Long): Array[Any]

    Permalink
    Definition Classes
    RDD
  110. def toDebugString: String

    Permalink
    Definition Classes
    RDD
  111. def toJavaRDD(): JavaRDD[Any]

    Permalink
    Definition Classes
    RDD
  112. def toLocalIterator: Iterator[Any]

    Permalink
    Definition Classes
    RDD
  113. def toString(): String

    Permalink
    Definition Classes
    RDD → AnyRef → Any
  114. def top(num: Int)(implicit ord: Ordering[Any]): Array[Any]

    Permalink
    Definition Classes
    RDD
  115. def treeAggregate[U](zeroValue: U)(seqOp: (U, Any) ⇒ U, combOp: (U, U) ⇒ U, depth: Int)(implicit arg0: ClassTag[U]): U

    Permalink
    Definition Classes
    RDD
  116. def treeReduce(f: (Any, Any) ⇒ Any, depth: Int): Any

    Permalink
    Definition Classes
    RDD
  117. def union(other: RDD[Any]): RDD[Any]

    Permalink
    Definition Classes
    RDD
  118. def unpersist(blocking: Boolean): ColumnarStorePartitionedRDD.this.type

    Permalink
    Definition Classes
    RDD
  119. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  120. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  122. def write(kryo: Kryo, output: Output): Unit

    Permalink
    Definition Classes
    ColumnarStorePartitionedRDDRDDKryo → KryoSerializable
  123. def zip[U](other: RDD[U])(implicit arg0: ClassTag[U]): RDD[(Any, U)]

    Permalink
    Definition Classes
    RDD
  124. def zipPartitions[B, C, D, V](rdd2: RDD[B], rdd3: RDD[C], rdd4: RDD[D])(f: (Iterator[Any], Iterator[B], Iterator[C], Iterator[D]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[C], arg2: ClassTag[D], arg3: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  125. def zipPartitions[B, C, D, V](rdd2: RDD[B], rdd3: RDD[C], rdd4: RDD[D], preservesPartitioning: Boolean)(f: (Iterator[Any], Iterator[B], Iterator[C], Iterator[D]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[C], arg2: ClassTag[D], arg3: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  126. def zipPartitions[B, C, V](rdd2: RDD[B], rdd3: RDD[C])(f: (Iterator[Any], Iterator[B], Iterator[C]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[C], arg2: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  127. def zipPartitions[B, C, V](rdd2: RDD[B], rdd3: RDD[C], preservesPartitioning: Boolean)(f: (Iterator[Any], Iterator[B], Iterator[C]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[C], arg2: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  128. def zipPartitions[B, V](rdd2: RDD[B])(f: (Iterator[Any], Iterator[B]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  129. def zipPartitions[B, V](rdd2: RDD[B], preservesPartitioning: Boolean)(f: (Iterator[Any], Iterator[B]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  130. def zipWithIndex(): RDD[(Any, Long)]

    Permalink
    Definition Classes
    RDD
  131. def zipWithUniqueId(): RDD[(Any, Long)]

    Permalink
    Definition Classes
    RDD

Inherited from RDDKryo[Any]

Inherited from KryoSerializable

Inherited from RDD[Any]

Inherited from internal.Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped