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

org.jetbrains.kotlinx.ggdsl.ir.data.NamedDataInterface.kt Maven / Gradle / Ivy

package org.jetbrains.kotlinx.ggdsl.ir.data

/**
 * Dataframe-like data.
 */
public interface NamedDataInterface : TableData {
    public val map: Map>

    public fun groupBy(vararg columnPointers: ColumnPointer<*>): LazyGroupedDataInterface
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy