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
* @param extensionProperties Whether to generate [extension properties (column accessors)][org.jetbrains.kotlinx.dataframe.documentation.AccessApi.ExtensionPropertiesApi]
45
45
* in addition to data schema declarations (markers).
46
46
* Useful if you don't use the compiler plugin, otherwise they are not needed;
47
-
* the compiler plugin and older Gradle/KSP plugin generate them automatically.
47
+
* the compiler plugin, notebooks, and older Gradle/KSP plugin generate them automatically.
48
48
* Default is `false`.
49
49
* @param visibility Visibility modifier for the generated declarations (markers). Default is [MarkerVisibility.IMPLICIT_PUBLIC][org.jetbrains.kotlinx.dataframe.codeGen.MarkerVisibility.IMPLICIT_PUBLIC].
50
50
* @param useFqNames If `true`, fully qualified type names will be used in generated code. Default is `false`.
@@ -91,7 +91,7 @@ public fun <T> DataFrame<T>.generateInterfaces(
91
91
* @param extensionProperties Whether to generate [extension properties (column accessors)][org.jetbrains.kotlinx.dataframe.documentation.AccessApi.ExtensionPropertiesApi]
92
92
* in addition to data schema declarations (markers).
93
93
* Useful if you don't use the compiler plugin, otherwise they are not needed;
94
-
* the compiler plugin and older Gradle/KSP plugin generate them automatically.
94
+
* the compiler plugin, notebooks, and older Gradle/KSP plugin generate them automatically.
95
95
* Default is `false`.
96
96
* @param visibility Visibility modifier for the generated declarations (markers). Default is [MarkerVisibility.IMPLICIT_PUBLIC][org.jetbrains.kotlinx.dataframe.codeGen.MarkerVisibility.IMPLICIT_PUBLIC].
97
97
* @param useFqNames If `true`, fully qualified type names will be used in generated code. Default is `false`.
@@ -140,7 +140,7 @@ public inline fun <reified T> DataFrame<T>.generateInterfaces(
140
140
* @param extensionProperties Whether to generate [extension properties (column accessors)][org.jetbrains.kotlinx.dataframe.documentation.AccessApi.ExtensionPropertiesApi]
141
141
* in addition to data schema declarations (markers).
142
142
* Useful if you don't use the compiler plugin, otherwise they are not needed;
143
-
* the compiler plugin and older Gradle/KSP plugin generate them automatically.
143
+
* the compiler plugin, notebooks, and older Gradle/KSP plugin generate them automatically.
144
144
* Default is `false`.
145
145
* @param visibility Visibility modifier for the generated declarations (markers). Default is [MarkerVisibility.IMPLICIT_PUBLIC][org.jetbrains.kotlinx.dataframe.codeGen.MarkerVisibility.IMPLICIT_PUBLIC].
146
146
* @param useFqNames If `true`, fully qualified type names will be used in generated code. Default is `false`.
@@ -190,7 +190,7 @@ public fun <T> DataFrame<T>.generateDataClasses(
190
190
* @param extensionProperties Whether to generate [extension properties (column accessors)][org.jetbrains.kotlinx.dataframe.documentation.AccessApi.ExtensionPropertiesApi]
191
191
* in addition to data schema declarations (markers).
192
192
* Useful if you don't use the compiler plugin, otherwise they are not needed;
193
-
* the compiler plugin and older Gradle/KSP plugin generate them automatically.
193
+
* the compiler plugin, notebooks, and older Gradle/KSP plugin generate them automatically.
194
194
* Default is `false`.
195
195
* @param visibility Visibility modifier for the generated declarations (markers). Default is [MarkerVisibility.IMPLICIT_PUBLIC][org.jetbrains.kotlinx.dataframe.codeGen.MarkerVisibility.IMPLICIT_PUBLIC].
196
196
* @param useFqNames If `true`, fully qualified type names will be used in generated code. Default is `false`.
@@ -240,7 +240,7 @@ public inline fun <reified T> DataFrame<T>.generateDataClasses(
240
240
* @param extensionProperties Whether to generate [extension properties (column accessors)][org.jetbrains.kotlinx.dataframe.documentation.AccessApi.ExtensionPropertiesApi]
241
241
* in addition to data schema declarations (markers).
242
242
* Useful if you don't use the compiler plugin, otherwise they are not needed;
243
-
* the compiler plugin and older Gradle/KSP plugin generate them automatically.
243
+
* the compiler plugin, notebooks, and older Gradle/KSP plugin generate them automatically.
244
244
* Default is `false`.
245
245
* @param visibility Visibility modifier for the generated declarations (markers). Default is [MarkerVisibility.IMPLICIT_PUBLIC][org.jetbrains.kotlinx.dataframe.codeGen.MarkerVisibility.IMPLICIT_PUBLIC].
246
246
* @param useFqNames If `true`, fully qualified type names will be used in generated code. Default is `false`.
@@ -294,7 +294,7 @@ public fun DataFrameSchema.generateInterfaces(
294
294
* @param extensionProperties Whether to generate [extension properties (column accessors)][org.jetbrains.kotlinx.dataframe.documentation.AccessApi.ExtensionPropertiesApi]
295
295
* in addition to data schema declarations (markers).
296
296
* Useful if you don't use the compiler plugin, otherwise they are not needed;
297
-
* the compiler plugin and older Gradle/KSP plugin generate them automatically.
297
+
* the compiler plugin, notebooks, and older Gradle/KSP plugin generate them automatically.
298
298
* Default is `false`.
299
299
* @param visibility Visibility modifier for the generated declarations (markers). Default is [MarkerVisibility.IMPLICIT_PUBLIC][org.jetbrains.kotlinx.dataframe.codeGen.MarkerVisibility.IMPLICIT_PUBLIC].
300
300
* @param useFqNames If `true`, fully qualified type names will be used in generated code. Default is `false`.
@@ -368,7 +368,7 @@ internal fun DataFrameSchema.generateCodeImpl(
"This function has been deprecated in favor of the more explicit `generateInterfaces()`. The `fields` parameter has also been removed. Use `CodeGenerator` explicitly, if you need it. $MESSAGE_1_0"
"This function has been deprecated in favor of the more explicit `generateInterfaces()`. The `fields` parameter has also been removed. Use `CodeGenerator` explicitly, if you need it. $MESSAGE_1_1"
0 commit comments