@@ -222,6 +222,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
222
222
* @see [ColumnsSelectionDsl.cols]
223
223
*/
224
224
@Suppress(" UNCHECKED_CAST" )
225
+ @Interpretable(" All0" )
225
226
public fun <C > ColumnSet<C>.all (): TransformableColumnSet <C > = allColumnsInternal() as TransformableColumnSet <C >
226
227
227
228
/* *
@@ -272,7 +273,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
272
273
* @see [ColumnsSelectionDsl.allExcept]
273
274
* @see [ColumnsSelectionDsl.cols]
274
275
*/
275
- @Interpretable(" All0 " )
276
+ @Interpretable(" All1 " )
276
277
public fun ColumnsSelectionDsl <* >.all (): TransformableColumnSet <* > = asSingleColumn().allColumnsInternal()
277
278
278
279
/* *
@@ -323,6 +324,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
323
324
* @see [ColumnsSelectionDsl.allExcept]
324
325
* @see [ColumnsSelectionDsl.cols]
325
326
*/
327
+ @Interpretable(" All2" )
326
328
public fun SingleColumn <DataRow <* >>.allCols (): TransformableColumnSet <* > =
327
329
ensureIsColumnGroup().allColumnsInternal()
328
330
@@ -783,6 +785,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
783
785
* @param [column] The specified column after which all columns should be taken. This column can be referenced
784
786
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
785
787
*/
788
+ @Interpretable(" AllAfter0" )
786
789
public fun <C > ColumnSet<C>.allAfter (column : AnyColumnReference ): ColumnSet <C > = allAfter(column.path())
787
790
788
791
/* * ## All (Cols) After
@@ -904,6 +907,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
904
907
* @param [column] The specified column after which all columns should be taken. This column can be referenced
905
908
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
906
909
*/
910
+ @Interpretable(" AllAfter1" )
907
911
public fun <T > ColumnsSelectionDsl<T>.allAfter (column : ColumnSelector <T , * >): ColumnSet <* > =
908
912
asSingleColumn().allColsAfter(column)
909
913
@@ -1085,6 +1089,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
1085
1089
* @param [column] The specified column after which all columns should be taken. This column can be referenced
1086
1090
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
1087
1091
*/
1092
+ @Interpretable(" AllAfter2" )
1088
1093
public fun ColumnsSelectionDsl <* >.allAfter (column : AnyColumnReference ): ColumnSet <* > = allAfter(column.path())
1089
1094
1090
1095
/* * ## All (Cols) After
@@ -2677,6 +2682,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
2677
2682
* @param [column] The specified column from which all columns should be taken. This column can be referenced
2678
2683
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
2679
2684
*/
2685
+ @Interpretable(" AllFrom0" )
2680
2686
public fun <C > ColumnSet<C>.allFrom (column : AnyColumnReference ): ColumnSet <C > = allFrom(column.path())
2681
2687
2682
2688
/* * ## All (Cols) From
@@ -2797,6 +2803,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
2797
2803
* @param [column] The specified column from which all columns should be taken. This column can be referenced
2798
2804
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
2799
2805
*/
2806
+ @Interpretable(" AllFrom1" )
2800
2807
public fun <T > ColumnsSelectionDsl<T>.allFrom (column : ColumnSelector <T , * >): ColumnSet <* > =
2801
2808
asSingleColumn().allColsFrom(column)
2802
2809
@@ -2978,6 +2985,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
2978
2985
* @param [column] The specified column from which all columns should be taken. This column can be referenced
2979
2986
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
2980
2987
*/
2988
+ @Interpretable(" AllFrom2" )
2981
2989
public fun ColumnsSelectionDsl <* >.allFrom (column : AnyColumnReference ): ColumnSet <* > =
2982
2990
asSingleColumn().allColsFrom(column)
2983
2991
@@ -4569,6 +4577,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
4569
4577
* @param [column] The specified column before which all columns should be taken. This column can be referenced
4570
4578
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
4571
4579
*/
4580
+ @Interpretable(" AllBefore0" )
4572
4581
public fun <C > ColumnSet<C>.allBefore (column : AnyColumnReference ): ColumnSet <C > = allBefore(column.path())
4573
4582
4574
4583
/* * ## All (Cols) Before
@@ -4690,6 +4699,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
4690
4699
* @param [column] The specified column before which all columns should be taken. This column can be referenced
4691
4700
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
4692
4701
*/
4702
+ @Interpretable(" AllBefore1" )
4693
4703
public fun <T > ColumnsSelectionDsl<T>.allBefore (column : ColumnSelector <T , * >): ColumnSet <* > =
4694
4704
asSingleColumn().allColsBefore(column)
4695
4705
@@ -4872,6 +4882,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
4872
4882
* @param [column] The specified column before which all columns should be taken. This column can be referenced
4873
4883
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
4874
4884
*/
4885
+ @Interpretable(" AllBefore2" )
4875
4886
public fun ColumnsSelectionDsl <* >.allBefore (column : AnyColumnReference ): ColumnSet <* > = allBefore(column.path())
4876
4887
4877
4888
/* * ## All (Cols) Before
@@ -6462,6 +6473,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
6462
6473
* @param [column] The specified column up to which all columns should be taken. This column can be referenced
6463
6474
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
6464
6475
*/
6476
+ @Interpretable(" AllUpTo0" )
6465
6477
public fun <C > ColumnSet<C>.allUpTo (column : AnyColumnReference ): ColumnSet <C > = allUpTo(column.path())
6466
6478
6467
6479
/* * ## All (Cols) Up To
@@ -6582,6 +6594,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
6582
6594
* @param [column] The specified column up to which all columns should be taken. This column can be referenced
6583
6595
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
6584
6596
*/
6597
+ @Interpretable(" AllUpTo1" )
6585
6598
public fun <T > ColumnsSelectionDsl<T>.allUpTo (column : ColumnSelector <T , * >): ColumnSet <* > =
6586
6599
asSingleColumn().allColsUpTo(column)
6587
6600
@@ -6763,6 +6776,7 @@ public interface AllColumnsSelectionDsl<out _UNUSED> {
6763
6776
* @param [column] The specified column up to which all columns should be taken. This column can be referenced
6764
6777
* to both relatively to the current [ColumnsResolver][org.jetbrains.kotlinx.dataframe.columns.ColumnsResolver] and absolutely.
6765
6778
*/
6779
+ @Interpretable(" AllUpTo2" )
6766
6780
public fun ColumnsSelectionDsl <* >.allUpTo (column : AnyColumnReference ): ColumnSet <* > =
6767
6781
asSingleColumn().allColsUpTo(column)
6768
6782
0 commit comments