Skip to content

Commit 4f36517

Browse files
Automated commit of generated code
1 parent 5fda4a9 commit 4f36517

File tree

1 file changed

+3
-0
lines changed
  • core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

1 file changed

+3
-0
lines changed

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/convert.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ public inline fun <T, C, reified R> DataFrame<T>.convert(
434434
* @param [expression] The [Row Value Expression][org.jetbrains.kotlinx.dataframe.documentation.ExpressionsGivenRow.RowValueExpression.WithExample] to update the rows with.
435435
* @return A new [DataFrame] with the converted values.
436436
*/
437+
@Refine
437438
@Interpretable("Convert6")
438439
public inline fun <T, reified R> DataFrame<T>.convert(
439440
firstCol: String,
@@ -442,6 +443,8 @@ public inline fun <T, reified R> DataFrame<T>.convert(
442443
noinline expression: RowValueExpression<T, Any?, R>,
443444
): DataFrame<T> = convert(*headPlusArray(firstCol, cols)).with(infer, expression)
444445

446+
@Refine
447+
@Interpretable("ConvertNotNull")
445448
public inline fun <T, C, reified R> Convert<T, C?>.notNull(
446449
crossinline expression: RowValueExpression<T, C, R>,
447450
): DataFrame<T> =

0 commit comments

Comments
 (0)