Skip to content

Commit d6c5a76

Browse files
fix missing ColumnPathCreation
1 parent 6cf984e commit d6c5a76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)