Package

org.apache.spark

sql

Permalink

package sql

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

Type Members

  1. type DataFrame = Dataset[Row]

    Permalink
  2. case class SampleDataFrameContractImpl(session: SnappySession, frame: SampleDataFrame, logicalPlan: StratifiedSample) extends SampleDataFrameContract with Product with Serializable

    Permalink

    Encapsulates a DataFrame created after stratified sampling.

  3. final class SamplePartition extends Partition

    Permalink
  4. final class SampledCachedRDD extends RDD[InternalRow]

    Permalink

    Encapsulates an RDD over all the cached samples for a sampled table.

    Encapsulates an RDD over all the cached samples for a sampled table. Parallelizes execution using the hashmap segment configuration on the nodes with each partition handling one or more segments of the hashmap on a node.

  5. class SnappyAQPParser extends SnappyParser

    Permalink

    Snappy SQL extensions.

    Snappy SQL extensions. Includes:

    Stratified sample tables: 1) ERROR ESTIMATE AVG: error estimate for mean of a column/expression 2) ERROR ESTIMATE SUM: error estimate for sum of a column/expression

  6. class SnappyAQPSqlParser extends SnappySqlParser

    Permalink
  7. type Strategy = SparkStrategy

    Permalink
    Annotations
    @DeveloperApi() @Unstable()

Value Members

  1. package approximate

    Permalink
  2. package aqp

    Permalink
  3. package catalysts

    Permalink
  4. package execution

    Permalink
  5. package hive

    Permalink
  6. package internal

    Permalink
  7. package sampling

    Permalink
  8. package sources

    Permalink
  9. package topk

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped