File tree Expand file tree Collapse file tree 33 files changed +71
-202
lines changed
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe Expand file tree Collapse file tree 33 files changed +71
-202
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ import org.jetbrains.kotlinx.dataframe.DataFrame
1010import org.jetbrains.kotlinx.dataframe.annotations.AccessApiOverload
1111import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
1212import org.jetbrains.kotlinx.dataframe.annotations.Refine
13- import org.jetbrains.kotlinx.dataframe.api.DropNA.DropNASelectingOptions
14- import org.jetbrains.kotlinx.dataframe.api.DropNaNs.DropNaNsSelectingOptions
15- import org.jetbrains.kotlinx.dataframe.api.DropNulls.DropNullsSelectingOptions
1613import org.jetbrains.kotlinx.dataframe.columns.ColumnKind
1714import org.jetbrains.kotlinx.dataframe.columns.ColumnReference
1815import org.jetbrains.kotlinx.dataframe.columns.toColumnSet
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import org.jetbrains.kotlinx.dataframe.DataRow
1111import org.jetbrains.kotlinx.dataframe.Predicate
1212import org.jetbrains.kotlinx.dataframe.RowFilter
1313import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
14- import org.jetbrains.kotlinx.dataframe.api.AllColumnsSelectionDsl.Grammar
1514import org.jetbrains.kotlinx.dataframe.columns.ColumnGroup
1615import org.jetbrains.kotlinx.dataframe.columns.ColumnPath
1716import org.jetbrains.kotlinx.dataframe.columns.ColumnSet
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import kotlin.reflect.KProperty
2828 *
2929 * See [Grammar] for all functions in this interface.
3030 */
31+ @Suppress(" ClassName" )
3132public interface AllExceptColumnsSelectionDsl {
3233
3334 /* *
@@ -226,10 +227,10 @@ public interface AllExceptColumnsSelectionDsl {
226227 private interface CommonExceptDocs {
227228
228229 // Example argument
229- interface ExampleArg
230+ interface EXAMPLE
230231
231232 // Parameter argument
232- interface ParamArg
233+ interface PARAM
233234 }
234235
235236 // region ColumnSet
@@ -326,10 +327,10 @@ public interface AllExceptColumnsSelectionDsl {
326327 private interface ColumnSetInfixDocs {
327328
328329 // argument
329- interface ArgumentArg1
330+ interface ARGUMENT_1
330331
331332 // argument
332- interface ArgumentArg2
333+ interface ARGUMENT_2
333334 }
334335
335336 /* *
@@ -424,10 +425,10 @@ public interface AllExceptColumnsSelectionDsl {
424425 private interface ColumnSetVarargDocs {
425426
426427 // argument
427- interface ArgumentArg1
428+ interface ARGUMENT_1
428429
429430 // argument
430- interface ArgumentArg2
431+ interface ARGUMENT_2
431432 }
432433
433434 /* *
@@ -1353,10 +1354,10 @@ public interface AllExceptColumnsSelectionDsl {
13531354 private interface ColumnsSelectionDslDocs {
13541355
13551356 // argument
1356- interface ArgumentArg1
1357+ interface ARGUMENT_1
13571358
13581359 // argument
1359- interface ArgumentArg2
1360+ interface ARGUMENT_2
13601361 }
13611362
13621363 /* *
@@ -1912,22 +1913,23 @@ public interface AllExceptColumnsSelectionDsl {
19121913 * @see ColumnsSelectionDsl.allUpTo
19131914 * @see ColumnsSelectionDsl.allFrom
19141915 */
1916+ @Suppress(" ClassName" )
19151917 private interface ColumnGroupDocs {
19161918
19171919 // receiver
1918- interface ReceiverArg1
1920+ interface RECEIVER_1
19191921
19201922 // receiver
1921- interface ReceiverArg2
1923+ interface RECEIVER_2
19221924
19231925 // type
1924- interface ReceiverType
1926+ interface RECEIVER_TYPE
19251927
19261928 // argument
1927- interface ArgumentArg1
1929+ interface ARGUMENT_1
19281930
19291931 // argument
1930- interface ArgumentArg2
1932+ interface ARGUMENT_2
19311933
19321934 /* *
19331935 */
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import org.jetbrains.kotlinx.dataframe.DataColumn
44import org.jetbrains.kotlinx.dataframe.DataFrame
55import org.jetbrains.kotlinx.dataframe.annotations.AccessApiOverload
66import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
7- import org.jetbrains.kotlinx.dataframe.api.AndColumnsSelectionDsl.Grammar
87import org.jetbrains.kotlinx.dataframe.columns.ColumnPath
98import org.jetbrains.kotlinx.dataframe.columns.ColumnReference
109import org.jetbrains.kotlinx.dataframe.columns.ColumnSet
@@ -140,7 +139,7 @@ public interface AndColumnsSelectionDsl {
140139 */
141140 private interface CommonAndDocs {
142141
143- interface ExampleArg
142+ interface EXAMPLE
144143 }
145144
146145 // region ColumnsResolver
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import org.jetbrains.kotlinx.dataframe.AnyColumnGroupAccessor
44import org.jetbrains.kotlinx.dataframe.ColumnGroupReference
55import org.jetbrains.kotlinx.dataframe.DataFrame
66import org.jetbrains.kotlinx.dataframe.DataRow
7- import org.jetbrains.kotlinx.dataframe.api.ColColumnsSelectionDsl.Grammar
87import org.jetbrains.kotlinx.dataframe.columns.ColumnAccessor
98import org.jetbrains.kotlinx.dataframe.columns.ColumnGroup
109import org.jetbrains.kotlinx.dataframe.columns.ColumnPath
@@ -164,7 +163,7 @@ public interface ColColumnsSelectionDsl<out _UNUSED> {
164163 private interface CommonColDocs {
165164
166165 // Example argument, can be either {@include [SingleExample]} or {@include [DoubleExample]}
167- interface ExampleArg
166+ interface EXAMPLE
168167
169168 /* *
170169 * `df.`[select][DataFrame.select]` { `[col][col]`() }`
@@ -179,13 +178,13 @@ public interface ColColumnsSelectionDsl<out _UNUSED> {
179178 interface DoubleExample
180179
181180 // Receiver argument for the example(s)
182- interface ReceiverArg
181+ interface RECEIVER
183182
184183 // Argument for the example(s)
185- interface Arg
184+ interface ARG
186185
187186 // Optional note
188- interface Note
187+ interface NOTE
189188
190189 /* * @param [C] The type of the column. */
191190 interface ColumnTypeParam
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import org.jetbrains.kotlinx.dataframe.AnyColumnGroupAccessor
44import org.jetbrains.kotlinx.dataframe.ColumnGroupReference
55import org.jetbrains.kotlinx.dataframe.DataFrame
66import org.jetbrains.kotlinx.dataframe.DataRow
7- import org.jetbrains.kotlinx.dataframe.api.ColGroupColumnsSelectionDsl.Grammar
87import org.jetbrains.kotlinx.dataframe.columns.ColumnAccessor
98import org.jetbrains.kotlinx.dataframe.columns.ColumnGroup
109import org.jetbrains.kotlinx.dataframe.columns.ColumnPath
@@ -166,7 +165,7 @@ public interface ColGroupColumnsSelectionDsl<out _UNUSED> {
166165 private interface CommonColGroupDocs {
167166
168167 // Example argument, can be either {@include [SingleExample]} or {@include [DoubleExample]}
169- interface ExampleArg
168+ interface EXAMPLE
170169
171170 /* *
172171 * `df.`[select][DataFrame.select]` { `[colGroup][colGroup]`() }`
@@ -181,13 +180,13 @@ public interface ColGroupColumnsSelectionDsl<out _UNUSED> {
181180 interface DoubleExample
182181
183182 // Receiver argument for the example(s)
184- interface ReceiverArg
183+ interface RECEIVER
185184
186185 // Argument for the example(s)
187- interface Arg
186+ interface ARG
188187
189188 // Optional note
190- interface Note
189+ interface NOTE
191190
192191 /* * @param [C] The type of the column group. */
193192 interface ColumnGroupTypeParam
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import org.jetbrains.kotlinx.dataframe.AnyRow
44import org.jetbrains.kotlinx.dataframe.DataFrame
55import org.jetbrains.kotlinx.dataframe.DataRow
66import org.jetbrains.kotlinx.dataframe.Predicate
7- import org.jetbrains.kotlinx.dataframe.api.ColGroupsColumnsSelectionDsl.Grammar
87import org.jetbrains.kotlinx.dataframe.columns.ColumnGroup
98import org.jetbrains.kotlinx.dataframe.columns.ColumnPath
109import org.jetbrains.kotlinx.dataframe.columns.ColumnReference
@@ -139,7 +138,7 @@ public interface ColGroupsColumnsSelectionDsl {
139138 private interface CommonColGroupsDocs {
140139
141140 /* * Example argument */
142- interface ExampleArg
141+ interface EXAMPLE
143142 }
144143
145144 /* *
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ public interface ColsColumnsSelectionDsl<out _UNUSED> {
281281 private interface CommonColsIndicesDocs {
282282
283283 /* * Example argument */
284- interface ExampleArg
284+ interface EXAMPLE
285285 }
286286
287287 /* *
@@ -312,7 +312,7 @@ public interface ColsColumnsSelectionDsl<out _UNUSED> {
312312 private interface CommonColsRangeDocs {
313313
314314 /* * Example argument */
315- interface ExampleArg
315+ interface EXAMPLE
316316 }
317317
318318 // region predicate
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import org.jetbrains.kotlinx.dataframe.DataColumn
55import org.jetbrains.kotlinx.dataframe.DataFrame
66import org.jetbrains.kotlinx.dataframe.DataRow
77import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
8- import org.jetbrains.kotlinx.dataframe.api.ColsAtAnyDepthColumnsSelectionDsl.Grammar
98import org.jetbrains.kotlinx.dataframe.columns.ColumnGroup
109import org.jetbrains.kotlinx.dataframe.columns.ColumnPath
1110import org.jetbrains.kotlinx.dataframe.columns.ColumnSet
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ public interface ColsInGroupsColumnsSelectionDsl {
154154 private interface ColsInGroupsDocs {
155155
156156 /* * Example argument to use */
157- interface ExampleArg
157+ interface EXAMPLE
158158 }
159159
160160 /* *
You can’t perform that action at this time.
0 commit comments