We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf984e commit d6c5a76Copy full SHA for d6c5a76
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/ColumnPathCreation.kt
@@ -0,0 +1,8 @@
1
+package org.jetbrains.kotlinx.dataframe.documentation
2
+
3
+/**
4
+ * If the specified path is partially or fully missing — that is, if any segment of the path
5
+ * does not correspond to an existing column or column group — all missing parts will be created automatically.
6
+ */
7
+@ExcludeFromSources
8
+internal interface ColumnPathCreation
0 commit comments