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 d228cbc commit 6337ea4Copy full SHA for 6337ea4
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/join.kt
@@ -636,6 +636,7 @@ public enum class JoinType {
636
* * [JoinType.Filter] — {@include [JoinType.Filter]}
637
* * [JoinType.Exclude] — {@include [JoinType.Exclude]}
638
*/
639
+@ExcludeFromSources
640
internal interface JoinTypeDescription
641
642
internal val JoinType.addNewColumns: Boolean
0 commit comments