We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad572d commit f8dadadCopy full SHA for f8dadad
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/gather.kt
@@ -96,14 +96,6 @@ internal interface GatherDocs {
96
* `| `__`.`__[**`valuesInto`**][Gather.valuesInto]**`(`**`valueColumn: `[`String`][String]**`)`**
97
*/
98
interface Grammar
99
-
100
- /*
101
- * This argument providing the (clickable) name of the gather-like function.
102
- * Note: If clickable, make sure to [alias][your type].
103
- */
104
- @Suppress("ClassName")
105
- @ExcludeFromSources
106
- interface GATHER_OPERATION
107
}
108
109
/** {@set [SelectingColumns.OPERATION] [gather][gather]} */
0 commit comments