> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Joined Table

## Chainable Ops

### <a id="asset-file" />`asset-file`

에셋의 *file* 을 반환합니다.

| 인수      | 설명 |
| :------ | :- |
| `asset` | 에셋 |

#### Return Value

에셋의 *file*

### <a id="joinedtable-file" />`joinedtable-file`

*joined-table* 의 *file* 을 반환합니다.

| 인수            | 설명             |
| :------------ | :------------- |
| `joinedTable` | *joined-table* |

#### Return Value

*joined-table* 의 *file*

### <a id="joinedtable-rows" />`joinedtable-rows`

*joined-table* 의 행(rows)을 반환합니다.

| 인수            | 설명                                     |
| :------------ | :------------------------------------- |
| `joinedTable` | *joined-table*                         |
| `leftOuter`   | 오른쪽 테이블에 일치하는 행이 없는 왼쪽 테이블의 행을 포함할지 여부 |
| `rightOuter`  | 왼쪽 테이블에 일치하는 행이 없는 오른쪽 테이블의 행을 포함할지 여부 |

#### Return Value

*joined-table* 의 행(rows)

## List Ops

### <a id="asset-file" />`asset-file`

에셋의 *file* 을 반환합니다.

| 인수      | 설명 |
| :------ | :- |
| `asset` | 에셋 |

#### Return Value

에셋의 *file*
