---
title: JoinKind.right
framework: tabulardata
role: symbol
role_heading: Case
path: tabulardata/joinkind/right
---

# JoinKind.right

A join kind that contains all rows from the right data frame type, and only the rows with matching values from the left data frame type.

## Declaration

```swift
case right
```
