---
title: MLDataTable.JoinType.right
framework: createml
role: symbol
role_heading: Case
path: createml/mldatatable/jointype/right
---

# MLDataTable.JoinType.right

An operation that is the union between an inner join and the remaining rows from the secondary data table.

## Declaration

```swift
case right
```

## Discussion

Discussion The .right join type merges missing values.

## See Also

### Selecting a joining operation

- [MLDataTable.JoinType.inner](createml/mldatatable/jointype/inner.md)
- [MLDataTable.JoinType.left](createml/mldatatable/jointype/left.md)
- [MLDataTable.JoinType.outer](createml/mldatatable/jointype/outer.md)
