Class ClusterByTransform

Object
org.apache.spark.sql.connector.expressions.ClusterByTransform
All Implemented Interfaces:
Serializable, Expression, RewritableTransform, Transform, scala.Equals, scala.Product

public final class ClusterByTransform extends Object implements RewritableTransform, scala.Product, Serializable
This class represents a transform for ClusterBySpec. This is used to bundle ClusterBySpec in CreateTable's partitioning transforms to pass it down to analyzer.
See Also:
  • Constructor Details

    • ClusterByTransform

      public ClusterByTransform(scala.collection.immutable.Seq<NamedReference> columnNames)
  • Method Details