Interface DrillDataFrame<C>

  • All Superinterfaces:
    DataFrame<Group,​java.lang.String,​java.lang.Object>

    public interface DrillDataFrame<C>
    extends DataFrame<Group,​java.lang.String,​java.lang.Object>
    • Method Detail

      • inPlaceDrillDown

        void inPlaceDrillDown​(C... columns)
        Group the rows by values of the specified columns.
        Parameters:
        columns - the columns
      • inPlaceDrillUp

        void inPlaceDrillUp()
        Last group by level removed, i.e. one level up.
      • setDrill

        void setDrill​(C... columns)