Class OrderedDistributionImpl
- java.lang.Object
-
- org.apache.spark.sql.connector.iceberg.distributions.impl.OrderedDistributionImpl
-
- All Implemented Interfaces:
Distribution,OrderedDistribution
public class OrderedDistributionImpl extends java.lang.Object implements OrderedDistribution
-
-
Constructor Summary
Constructors Constructor Description OrderedDistributionImpl(SortOrder[] orderingExprs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortOrder[]ordering()Returns ordering expressions.
-
-
-
Constructor Detail
-
OrderedDistributionImpl
public OrderedDistributionImpl(SortOrder[] orderingExprs)
-
-
Method Detail
-
ordering
public SortOrder[] ordering()
Description copied from interface:OrderedDistributionReturns ordering expressions.- Specified by:
orderingin interfaceOrderedDistribution
-
-