File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
docs/StardustDocs/topics/schemas Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Useful when you want to:
47
47
* ` extensionProperties ` : ` Boolean ` – Whether to generate [ extension properties] ( extensionPropertiesApi.md )
48
48
in addition to ` interface ` declarations.
49
49
Useful if you don't use the [ compiler plugin] ( Compiler-Plugin.md ) , otherwise they are not needed;
50
- the [ compiler plugin] ( Compiler-Plugin.md ) , [ notebooks] ( schemasJupyter .md) ,
50
+ the [ compiler plugin] ( Compiler-Plugin.md ) , [ notebooks] ( gettingStartedKotlinNotebook .md) ,
51
51
and older [ Gradle/KSP plugin] ( schemasGradle.md ) generate them automatically.
52
52
Default: ` false ` .
53
53
* ` visibility ` : ` MarkerVisibility ` – Visibility modifier for the generated declarations.
@@ -122,7 +122,7 @@ in cases where the schema cannot be inferred automatically from the source.
122
122
* ` extensionProperties ` : ` Boolean ` – Whether to generate [ extension properties] ( extensionPropertiesApi.md )
123
123
in addition to ` interface ` declarations.
124
124
Useful if you don't use the [ compiler plugin] ( Compiler-Plugin.md ) , otherwise they are not needed;
125
- the [ compiler plugin] ( Compiler-Plugin.md ) , [ notebooks] ( schemasJupyter .md) ,
125
+ the [ compiler plugin] ( Compiler-Plugin.md ) , [ notebooks] ( gettingStartedKotlinNotebook .md) ,
126
126
and older [ Gradle/KSP plugin] ( schemasGradle.md ) generate them automatically.
127
127
Default: ` false ` .
128
128
* ` visibility ` : ` MarkerVisibility ` – Visibility modifier for the generated declarations.
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ See [extension properties example in Kotlin Notebook](extensionPropertiesApi.md#
141
141
142
142
> Compiler Plugin is coming to Kotlin Notebook soon.
143
143
144
- * If you're not using the Compiler Plugin, you can still generate extension properties for a [ ` DataFrame ` ] ( DataFrame.md )
145
- using the [ ` generateCode ` ] ( DataSchemaGenerationMethods.md#generate-code ) method.
146
-
144
+ * If you're not using the Compiler Plugin, you can still generate
145
+ [ extension properties] ( extensionPropertiesApi.md ) for a [ ` DataFrame ` ] ( DataFrame.md )
146
+ manually by calling one of the [ ` generate..() ` methods] ( DataSchemaGenerationMethods.md )
147
+ with the ` extensionProperties = true ` argument.
You can’t perform that action at this time.
0 commit comments