Packages

trait Partitioning extends AnyRef

An interface to represent the output data partitioning for a data source, which is returned by SupportsReportPartitioning#outputPartitioning().

Note: implementors should NOT directly implement this interface. Instead, they should use one of the following subclasses:

Annotations
@Evolving()
Source
Partitioning.java
Since

3.0.0

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

Abstract Value Members

  1. abstract def numPartitions(): Int

    Returns the number of partitions that the data is split across.