Package

org.apache.spark.sql

row

Permalink

package row

Visibility
  1. Public
  2. All

Type Members

  1. abstract case class JDBCMutableRelation(connProperties: ConnectionProperties, table: String, mode: SaveMode, userSpecifiedString: String, parts: Array[Partition], origOptions: Map[String, String], sqlContext: SQLContext) extends BaseRelation with PrunedUnsafeFilteredScan with InsertableRelation with PlanInsertableRelation with RowInsertableRelation with UpdatableRelation with DeletableRelation with DestroyRelation with IndexableRelation with AlterableRelation with NativeTableRowLevelSecurityRelation with Logging with Product with Serializable

    Permalink

    A LogicalPlan implementation for an external row table whose contents are retrieved using a JDBC URL or DataSource.

Value Members

  1. object SnappyStoreDialect extends SnappyDataBaseDialect with Product with Serializable

    Permalink

    Default dialect for GemFireXD >= 1.4.0.

    Default dialect for GemFireXD >= 1.4.0. Contains specific type conversions to and from Spark SQL catalyst types.

    Annotations
    @DeveloperApi()

Ungrouped