Package

org.apache.spark.sql

store

Permalink

package store

Visibility
  1. Public
  2. All

Type Members

  1. class ColumnPartitioner extends Partitioner

    Permalink
  2. final class ExecuteKey extends AnyRef

    Permalink
  3. trait GeneratedIndexStatement extends AnyRef

    Permalink
  4. trait GeneratedStatement extends AnyRef

    Permalink
  5. trait SerializeComplexType extends AnyRef

    Permalink
  6. final class StoreHashFunction extends AnyRef

    Permalink

    A partitioner that helps store to collocate data with Spark's partitions.

    A partitioner that helps store to collocate data with Spark's partitions. Each store layer hash computation invokes this to get their bucket information.

Value Members

  1. object CodeGeneration extends Logging

    Permalink

    Utilities to generate code for exchanging data from Spark layer (Row, InternalRow) to store (Statement, ExecRow).

    Utilities to generate code for exchanging data from Spark layer (Row, InternalRow) to store (Statement, ExecRow).

    This extends the Spark code generation facilities to allow lazy generation of code string itself only if not found in cache (and using some other lookup key than the code string)

  2. object CompressionCodecId extends Enumeration

    Permalink

    Compression schemes supported by snappy-store.

  3. object CompressionUtils

    Permalink

    Utility methods for compression/decompression.

  4. object MembershipAccumulator extends AccumulatorParam[Map[InternalDistributedMember, BlockManagerId]]

    Permalink
  5. object StoreUtils

    Permalink

Ungrouped