Package 

Class AggregateGroupedDsl

  • All Implemented Interfaces:
    org.jetbrains.kotlinx.dataframe.ColumnsContainer , org.jetbrains.kotlinx.dataframe.DataFrame , org.jetbrains.kotlinx.dataframe.aggregation.Aggregatable

    
    public abstract class AggregateGroupedDsl<T extends Object>
    extends AggregateDsl<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.jetbrains.kotlinx.dataframe.aggregation.AggregateGroupedDsl

        default, into
      • Methods inherited from class org.jetbrains.kotlinx.dataframe.aggregation.AggregateDsl

        aggregate, asColumnGroup, columnNames, columns, get, get, get, get, get, get, get, get, get, getColumnIndex, indices, iterator, ncol, nrow, plus, plus, resolve, rows, rowsReversed, values, values, valuesNotNull, valuesNotNull
      • Methods inherited from class org.jetbrains.kotlinx.dataframe.DataFrame

        get, get, get, get, get, get, get, get, get, getColumnOrNull, getColumnOrNull, getColumnOrNull, getColumnOrNull, getColumnOrNull
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AggregateGroupedDsl

        AggregateGroupedDsl()
    • Method Detail