Package

com.memsql

spark

Permalink

package spark

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CompletionIterator[+A, +I <: Iterator[A]] extends Iterator[A]

    Permalink
  2. class DefaultSource extends RelationProvider with DataSourceRegister with CreatableRelationProvider with LazyLogging

    Permalink
  3. trait LazyLogging extends AnyRef

    Permalink
  4. class Loan[A <: AutoCloseable] extends AnyRef

    Permalink
  5. case class MemsqlOptions(ddlEndpoint: String, dmlEndpoints: List[String], user: String, password: String, database: Option[String], jdbcExtraOptions: Map[String, String], enableAsserts: Boolean, disablePushdown: Boolean, enableParallelRead: Boolean, truncate: Boolean, loadDataCompression: MemsqlOptions.CompressionType.Value, tableKeys: List[TableKey]) extends LazyLogging with Product with Serializable

    Permalink
  6. case class MemsqlPartition(index: Int, query: String, variables: VariableList, connectionInfo: JDBCOptions) extends Partition with Product with Serializable

    Permalink
  7. case class MemsqlPartitionInfo(ordinal: Int, name: String, hostport: String) extends Product with Serializable

    Permalink
  8. case class MemsqlRDD(query: String, variables: VariableList, options: MemsqlOptions, schema: StructType, expectedOutput: Seq[Attribute], sc: SparkContext) extends RDD[Row] with Product with Serializable

    Permalink
  9. case class MemsqlReader(query: String, variables: VariableList, options: MemsqlOptions, sqlContext: SQLContext, isFinal: Boolean = false, expectedOutput: Seq[Attribute] = Nil) extends BaseRelation with LazyLogging with TableScan with CatalystScan with Product with Serializable

    Permalink
  10. case class PartitionWriteSuccess() extends WriterCommitMessage with Product with Serializable

    Permalink
  11. class PartitionWriter extends DataWriter[Row]

    Permalink
  12. class PartitionWriterFactory extends Serializable with LazyLogging

    Permalink
  13. class SQLPushdownRule extends Rule[LogicalPlan]

    Permalink

Value Members

  1. object DefaultSource

    Permalink
  2. object Expression

    Permalink
  3. object ExpressionGen extends LazyLogging

    Permalink
  4. object JdbcHelpers extends LazyLogging

    Permalink
  5. object Loan

    Permalink
  6. object MemsqlDialect extends JdbcDialect with Product with Serializable

    Permalink
  7. object MemsqlOptions extends Serializable

    Permalink
  8. object MemsqlQueryHelpers extends LazyLogging

    Permalink
  9. object SQLGen extends LazyLogging

    Permalink
  10. object SQLPushdownRule

    Permalink

Ungrouped