@@ -7,16 +7,18 @@ import org.jetbrains.kotlinx.dataframe.annotations.AccessApiOverload
7
7
import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
8
8
import org.jetbrains.kotlinx.dataframe.annotations.Refine
9
9
import org.jetbrains.kotlinx.dataframe.api.GatherDocs.Grammar
10
- import org.jetbrains.kotlinx.dataframe.api.Update.UPDATE_OPERATION
11
- import org.jetbrains.kotlinx.dataframe.api.notNull
12
- import org.jetbrains.kotlinx.dataframe.api.where
13
10
import org.jetbrains.kotlinx.dataframe.columns.ColumnAccessor
14
11
import org.jetbrains.kotlinx.dataframe.columns.ColumnReference
15
12
import org.jetbrains.kotlinx.dataframe.columns.toColumnSet
13
+ import org.jetbrains.kotlinx.dataframe.documentation.DocumentationUrls
14
+ import org.jetbrains.kotlinx.dataframe.documentation.DslGrammarLink
15
+ import org.jetbrains.kotlinx.dataframe.documentation.ExcludeFromSources
16
+ import org.jetbrains.kotlinx.dataframe.documentation.Indent
17
+ import org.jetbrains.kotlinx.dataframe.documentation.LineBreak
18
+ import org.jetbrains.kotlinx.dataframe.documentation.SelectingColumns
16
19
import org.jetbrains.kotlinx.dataframe.impl.api.gatherImpl
17
20
import org.jetbrains.kotlinx.dataframe.impl.columnName
18
21
import org.jetbrains.kotlinx.dataframe.util.DEPRECATED_ACCESS_API
19
- import org.jetbrains.kotlinx.dataframe.documentation.*
20
22
import kotlin.reflect.KProperty
21
23
import kotlin.reflect.KType
22
24
import kotlin.reflect.typeOf
@@ -92,12 +94,12 @@ internal interface GatherDocs {
92
94
*
93
95
* {@include [Indent]}
94
96
* `| `__`.`__[**`valuesInto`**][Gather.valuesInto]**`(`**`valueColumn: `[`String`][String]**`)`**
95
- * {@set [GATHER_OPERATION] [**`gather`**][gather]}{@comment The default name of the `update ` operation function name.}
97
+ * {@set [GATHER_OPERATION] [**`gather`**][gather]}{@comment The default name of the `gather ` operation function name.}
96
98
*/
97
99
interface Grammar
98
100
99
101
/*
100
- * This argument providing the (clickable) name of the update -like function.
102
+ * This argument providing the (clickable) name of the gather -like function.
101
103
* Note: If clickable, make sure to [alias][your type].
102
104
*/
103
105
@Suppress(" ClassName" )
@@ -384,7 +386,6 @@ public fun <T, C, K, R> Gather<T, C, K, *>.mapValues(transform: (C) -> R): Gathe
384
386
explode = explode,
385
387
)
386
388
387
-
388
389
/* *
389
390
* An intermediate class used in the [gather] operation.
390
391
*
0 commit comments