Package

com.memsql

spark

Permalink

package spark

Visibility
  1. Public
  2. All

Type Members

  1. class AvroDataWriter extends DataWriter[Row]

    Permalink
  2. class BatchInsertWriter extends DataWriter[Row]

    Permalink
  3. class BatchInsertWriterFactory extends WriterFactory with LazyLogging

    Permalink
  4. case class BitAggregateExpressionExtractor(expressionExtractor: ExpressionExtractor, context: SQLGenContext, filter: Option[Joinable]) extends Product with Serializable

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

    Permalink
  6. abstract class DataWriter[T] extends AnyRef

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

    Permalink
  8. trait LazyLogging extends AnyRef

    Permalink
  9. class LoadDataWriter extends DataWriter[Row]

    Permalink
  10. class LoadDataWriterFactory extends WriterFactory with LazyLogging

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

    Permalink
  12. 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, overwriteBehavior: OverwriteBehavior, loadDataCompression: MemsqlOptions.CompressionType.Value, loadDataFormat: MemsqlOptions.LoadDataFormat.Value, tableKeys: List[TableKey], onDuplicateKeySQL: Option[String], maxErrors: Int, insertBatchSize: Int) extends LazyLogging with Product with Serializable

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

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

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

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

    Permalink
  17. case class MemsqlReaderNoPushdown(query: String, options: MemsqlOptions, sqlContext: SQLContext) extends BaseRelation with TableScan with Product with Serializable

    Permalink
  18. sealed trait OverwriteBehavior extends AnyRef

    Permalink
  19. class SQLPushdownRule extends Rule[LogicalPlan]

    Permalink
  20. case class VersionSpecificExpressionGen(expressionExtractor: ExpressionExtractor) extends Product with Serializable

    Permalink
  21. case class WriteSuccess() extends WriterCommitMessage with Product with Serializable

    Permalink
  22. abstract class WriterCommitMessage extends Serializable

    Permalink
  23. abstract class WriterFactory extends Serializable

    Permalink

Value Members

  1. object AggregateExpressionFilter

    Permalink
  2. object AvroSchemaHelper

    Permalink
  3. object DefaultSource

    Permalink
  4. object DropAndCreate extends OverwriteBehavior with Product with Serializable

    Permalink
  5. object ExpressionGen extends LazyLogging

    Permalink
  6. object JdbcHelpers extends LazyLogging

    Permalink
  7. object JoinExtractor extends Product with Serializable

    Permalink
  8. object Loan

    Permalink
  9. object MemsqlDialect extends JdbcDialect with Product with Serializable

    Permalink
  10. object MemsqlOptions extends LazyLogging with Serializable

    Permalink
  11. object MemsqlQueryHelpers extends LazyLogging

    Permalink
  12. object Merge extends OverwriteBehavior with Product with Serializable

    Permalink
  13. object OverwriteBehavior

    Permalink
  14. object PlanToCommentSQL

    Permalink
  15. object SQLGen extends LazyLogging

    Permalink
  16. object SQLHelper extends LazyLogging

    Permalink
  17. object SQLPushdownRule

    Permalink
  18. object Truncate extends OverwriteBehavior with Product with Serializable

    Permalink
  19. package vendor

    Permalink

Ungrouped