Packages

trait ClusteredDistribution extends Distribution

Experimental

A distribution where tuples that share the same values for clustering expressions are co-located in the same partition.

Annotations
@Experimental()
Source
ClusteredDistribution.java
Since

3.2.0

Linear Supertypes
Distribution, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusteredDistribution
  2. Distribution
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def clustering(): Array[Expression]

    Returns clustering expressions.