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
1919
2020// region DataFrame
2121
22-
2322/* *
2423 * ## The Distinct Operation
2524 *
@@ -36,6 +35,7 @@ import kotlin.reflect.KProperty
3635 * @see {@include [DocumentationUrls.Distinct]}
3736 */
3837@ExcludeFromSources
38+ @Suppress(" ClassName" )
3939private interface DistinctDocs {
4040 interface DISTINCT_PARAM
4141}
@@ -100,7 +100,6 @@ public fun <T> DataFrame<T>.distinctBy(vararg columns: String): DataFrame<T> = d
100100public fun <T > DataFrame<T>.distinctBy (vararg columns : AnyColumnReference ): DataFrame <T > =
101101 distinctBy { columns.toColumnSet() }
102102
103-
104103/* *
105104 * {@include [DistinctDocs]}
106105 * {@set PHRASE_ENDING the specified columns}.
You can’t perform that action at this time.
0 commit comments