org.apache.spark.sql.execution

columnar

package columnar

Visibility
  1. Public
  2. All

Type Members

  1. class CachedBatchCreator extends AnyRef

  2. final class CachedBatchIteratorOnRS extends ResultSetIterator[CachedBatch]

  3. class ColumnarRelationProvider extends SchemaRelationProvider with CreatableRelationProvider

  4. final class DefaultSource extends ColumnarRelationProvider

  5. trait ExternalStore extends Serializable

  6. class ExternalStorePartitionedRDD[T] extends RDD[CachedBatch]

  7. case class JDBCAppendableRelation(table: String, provider: String, mode: SaveMode, userSchema: StructType, origOptions: Map[String, String], externalStore: ExternalStore, sqlContext: SQLContext) extends BaseRelation with PrunedFilteredScan with InsertableRelation with DestroyRelation with IndexableRelation with Logging with Serializable with Product

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

  8. class JDBCSourceAsStore extends ExternalStore

  9. abstract class ResultSetIterator[A] extends Iterator[A] with Logging

Value Members

  1. object ConnectionType extends Enumeration

  2. object ExternalStoreUtils

    Utility methods used by external storage layers.

  3. object JDBCAppendableRelation extends Logging with Serializable

  4. package impl

Ungrouped