File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import kotlin.reflect.KProperty
19
19
20
20
// region DataFrame
21
21
22
-
23
22
/* *
24
23
* ## The Distinct Operation
25
24
*
@@ -36,6 +35,7 @@ import kotlin.reflect.KProperty
36
35
* @see {@include [DocumentationUrls.Distinct]}
37
36
*/
38
37
@ExcludeFromSources
38
+ @Suppress(" ClassName" )
39
39
private interface DistinctDocs {
40
40
interface DISTINCT_PARAM
41
41
}
@@ -100,7 +100,6 @@ public fun <T> DataFrame<T>.distinctBy(vararg columns: String): DataFrame<T> = d
100
100
public fun <T > DataFrame<T>.distinctBy (vararg columns : AnyColumnReference ): DataFrame <T > =
101
101
distinctBy { columns.toColumnSet() }
102
102
103
-
104
103
/* *
105
104
* {@include [DistinctDocs]}
106
105
* {@set PHRASE_ENDING the specified columns}.
You can’t perform that action at this time.
0 commit comments