Package

org.apache.spark.sql

hive

Permalink

package hive

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hive
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ConnectorCatalog extends SnappyStoreHiveCatalog

    Permalink
  2. case class ExternalTableType(name: String) extends Product with Serializable

    Permalink
  3. final class QualifiedTableName extends TableIdentifier

    Permalink

    A fully qualified identifier for a table (i.e.

    A fully qualified identifier for a table (i.e. [schema.]tableName)

  4. case class RelationInfo(numBuckets: Int = 1, isPartitioned: Boolean = false, partitioningCols: Seq[String] = Nil, indexCols: Array[String] = Array.empty, pkCols: Array[String] = Array.empty, partitions: Array[Partition] = Array.empty, embdClusterRelDestroyVersion: Int = 1) extends Product with Serializable

    Permalink
  5. class SnappyConnectorCatalog extends SnappyStoreHiveCatalog with ConnectorCatalog

    Permalink

    Catalog used when SnappyData Connector mode is used over thin client JDBC connection.

  6. final class SnappySharedState extends SharedState

    Permalink
  7. class SnappyStoreHiveCatalog extends SessionCatalog

    Permalink

    Catalog using Hive for persistence and adding Snappy extensions like stream/topK tables and returning LogicalPlan to materialize these entities.

Value Members

  1. object ExternalTableType extends Serializable

    Permalink
  2. object HiveClientUtil

    Permalink
  3. object SnappyStoreHiveCatalog

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped