All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlinx.dataframe.api.aggregate.kt Maven / Gradle / Ivy

package org.jetbrains.kotlinx.dataframe.api

import org.jetbrains.kotlinx.dataframe.DataRow
import org.jetbrains.kotlinx.dataframe.Selector
import org.jetbrains.kotlinx.dataframe.aggregation.AggregateDsl

// region Pivot

public fun  Pivot.aggregate(separate: Boolean = false, body: Selector, R>): DataRow = delegate { aggregate(separate, body) }

// endregion




© 2015 - 2025 Weber Informatics LLC | Privacy Policy