You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/colGroups.kt
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public interface ColGroupsColumnsSelectionDsl {
118
118
* You can optionally use a [filter\] to only include certain columns.
119
119
* [colGroups] can be called using any of the supported [APIs][AccessApi] (+ [ColumnPath]).
120
120
*
121
-
* This function only looks at columns at the top-level.
121
+
* This function operates solely on columns at the top-level.
122
122
*
123
123
* ### Check out: [Grammar]
124
124
*
@@ -154,7 +154,7 @@ public interface ColGroupsColumnsSelectionDsl {
154
154
* You can optionally use a [filter] to only include certain columns.
155
155
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
156
156
*
157
-
* This function only looks at columns at the top-level.
157
+
* This function operates solely on columns at the top-level.
@@ -191,7 +191,7 @@ public interface ColGroupsColumnsSelectionDsl {
191
191
* You can optionally use a [filter] to only include certain columns.
192
192
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
193
193
*
194
-
* This function only looks at columns at the top-level.
194
+
* This function operates solely on columns at the top-level.
@@ -226,7 +226,7 @@ public interface ColGroupsColumnsSelectionDsl {
226
226
* You can optionally use a [filter] to only include certain columns.
227
227
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
228
228
*
229
-
* This function only looks at columns at the top-level.
229
+
* This function operates solely on columns at the top-level.
@@ -261,7 +261,7 @@ public interface ColGroupsColumnsSelectionDsl {
261
261
* You can optionally use a [filter] to only include certain columns.
262
262
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
263
263
*
264
-
* This function only looks at columns at the top-level.
264
+
* This function operates solely on columns at the top-level.
@@ -296,7 +296,7 @@ public interface ColGroupsColumnsSelectionDsl {
296
296
* You can optionally use a [filter] to only include certain columns.
297
297
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
298
298
*
299
-
* This function only looks at columns at the top-level.
299
+
* This function operates solely on columns at the top-level.
@@ -331,7 +331,7 @@ public interface ColGroupsColumnsSelectionDsl {
331
331
* You can optionally use a [filter] to only include certain columns.
332
332
* [colGroups][org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.colGroups] can be called using any of the supported [APIs][org.jetbrains.kotlinx.dataframe.documentation.AccessApi] (+ [ColumnPath][org.jetbrains.kotlinx.dataframe.columns.ColumnPath]).
333
333
*
334
-
* This function only looks at columns at the top-level.
334
+
* This function operates solely on columns at the top-level.
0 commit comments