Package org.apache.spark.sql
Class RelationalGroupedDataset.RollupType$
Object
org.apache.spark.sql.RelationalGroupedDataset.RollupType$
- All Implemented Interfaces:
RelationalGroupedDataset.GroupType
- Enclosing class:
- RelationalGroupedDataset
public static class RelationalGroupedDataset.RollupType$
extends Object
implements RelationalGroupedDataset.GroupType
To indicate it's the ROLLUP
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RelationalGroupedDataset.RollupType$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.spark.sql.RelationalGroupedDataset.GroupType
toString
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RollupType$
public RollupType$()
-