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: docs/StardustDocs/topics/require.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
Throws an exception if the specified column is missing or its type is not subtype of `C`.
5
5
From the compiler plugin perspective, a new column will appear in the compile-time schema as a result of this operation.
6
6
The aim here is to help incrementally migrate workflows to [extension properties API](extensionPropertiesApi.md).
7
+
We recommend considering declaring a [DataSchema](dataSchema.md) and use [](cast.md) or [](convertTo) if you end up with more than a few `requireColumn` calls.
7
8
8
9
Will work in compiler plugin starting from IntelliJ IDEA 2026.2 and Kotlin 2.4.0.
0 commit comments