Package

com.singlestore

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. sealed trait OverwriteBehavior extends AnyRef

    Permalink
  13. class SQLPushdownRule extends Rule[LogicalPlan]

    Permalink
  14. case class SinglestoreOptions(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: SinglestoreOptions.CompressionType.Value, loadDataFormat: SinglestoreOptions.LoadDataFormat.Value, tableKeys: List[TableKey], onDuplicateKeySQL: Option[String], maxErrors: Int, insertBatchSize: Int) extends LazyLogging with Product with Serializable

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

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

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

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

    Permalink
  19. case class SinglestoreReaderNoPushdown(query: String, options: SinglestoreOptions, sqlContext: SQLContext) extends BaseRelation with TableScan with Product with Serializable

    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 Merge extends OverwriteBehavior with Product with Serializable

    Permalink
  10. object OverwriteBehavior

    Permalink
  11. object PlanToCommentSQL

    Permalink
  12. object SQLGen extends LazyLogging

    Permalink
  13. object SQLHelper extends LazyLogging

    Permalink
  14. object SQLPushdownRule

    Permalink
  15. object SinglestoreDialect extends JdbcDialect with Product with Serializable

    Permalink
  16. object SinglestoreOptions extends LazyLogging with Serializable

    Permalink
  17. object SinglestoreQueryHelpers extends LazyLogging

    Permalink
  18. object Truncate extends OverwriteBehavior with Product with Serializable

    Permalink
  19. package vendor

    Permalink

Ungrouped