com.memsql.spark.connector

rdd

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. case class ExplainRow(selectType: String, extra: String, query: String) extends Product with Serializable

  2. case class MemSQLRDD[T](sc: SparkContext, cluster: MemSQLCluster, sql: String, sqlParams: Seq[Any] = immutable.this.Nil, databaseName: Option[String] = scala.None, mapRow: (ResultSet) ⇒ T = ...)(implicit evidence$1: ClassTag[T]) extends RDD[T] with Logging with Product with Serializable

    An org.apache.spark.rdd.RDD that can read data from a MemSQL database based on a SQL query.

  3. class MemSQLRDDPartition extends Partition

Value Members

  1. object MemSQLRDD extends Serializable

Ungrouped