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. class HiveConditionalRule extends Rule[LogicalPlan]

    Permalink
  2. class HiveConditionalStrategy extends Strategy

    Permalink
  3. case class OptimizeSortAndFilePlans(session: SnappySession) extends Rule[SparkPlan] with Product with Serializable

    Permalink

    Rule to replace Spark's SortExec plans with an optimized SnappySortExec (in SMJ for now).

    Rule to replace Spark's SortExec plans with an optimized SnappySortExec (in SMJ for now). Also sets the "spark.task.cpus" property implicitly for file scans/writes.

  4. class SnappyAnalyzer extends Analyzer

    Permalink
  5. abstract class SnappyHiveCatalogBase extends HiveExternalCatalog

    Permalink
  6. class SnappyHiveExternalCatalog extends SnappyHiveCatalogBase with SnappyExternalCatalog

    Permalink
  7. class SnappySessionState extends SessionState with SnappyStrategies

    Permalink

    Holds all session-specific state for a given SnappySession.

Value Members

  1. object HiveClientUtil extends Logging

    Permalink

    A utility class to get hive meta-store connection to underlying SnappyData store.

    A utility class to get hive meta-store connection to underlying SnappyData store. The main use of this class is to setup hive metadata client properties appropriate for connection to embedded store.

  2. object QuestionMark

    Permalink
  3. object SnappyHiveExternalCatalog

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped