> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> RowBinaryWithNames 포맷 문서

# RowBinaryWithNames

| 입력 | 출력 | 별칭 |
| -- | -- | -- |
| ✔  | ✔  |    |

<div id="description">
  ## 설명
</div>

[`RowBinary`](/ko/reference/formats/RowBinary/RowBinary) 포맷과 유사하지만, 다음 헤더가 추가됩니다:

* [`LEB128`](https://en.wikipedia.org/wiki/LEB128)로 인코딩된 컬럼 수(N)
* 컬럼 이름을 지정하는 N개의 `String`

<div id="example-usage">
  ## 사용 예시
</div>

<div id="format-settings">
  ## 포맷 설정
</div>

다음 설정은 모든 `RowBinary` 계열 포맷에 공통으로 적용됩니다.

| 설정                                                                                                                                       | 설명                                                                                                                                                                                                             | 기본값     |
| ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| [`format_binary_max_string_size`](/ko/reference/settings/formats#format_binary_max_string_size)                                          | `RowBinary` 포맷에서 `String`에 허용되는 최대 크기입니다.                                                                                                                                                                      | `1GiB`  |
| [`output_format_binary_encode_types_in_binary_format`](/ko/reference/settings/formats#input_format_binary_decode_types_in_binary_format) | [`RowBinaryWithNamesAndTypes`](/ko/reference/formats/RowBinary/RowBinaryWithNamesAndTypes) 출력 형식에서 헤더의 타입을 타입 이름 문자열 대신 [`binary encoding`](/ko/reference/data-types/data-types-binary-encoding)으로 기록할 수 있습니다. | `false` |
| [`input_format_binary_decode_types_in_binary_format`](/ko/reference/settings/formats#input_format_binary_decode_types_in_binary_format)  | [`RowBinaryWithNamesAndTypes`](/ko/reference/formats/RowBinary/RowBinaryWithNamesAndTypes) 입력 형식에서 헤더의 타입을 타입 이름 문자열 대신 [`binary encoding`](/ko/reference/data-types/data-types-binary-encoding)으로 읽을 수 있습니다.  | `false` |
| [`output_format_binary_write_json_as_string`](/ko/reference/settings/formats#output_format_binary_write_json_as_string)                  | [`RowBinary`](/ko/reference/formats/RowBinary/RowBinary) 출력 형식에서 [`JSON`](/ko/reference/data-types/newjson) 데이터 타입의 값을 `JSON` [String](/ko/reference/data-types/string) 값으로 기록할 수 있습니다.                        | `false` |
| [`input_format_binary_read_json_as_string`](/ko/reference/settings/formats#input_format_binary_read_json_as_string)                      | [`RowBinary`](/ko/reference/formats/RowBinary/RowBinary) 입력 형식에서 [`JSON`](/ko/reference/data-types/newjson) 데이터 타입의 값을 `JSON` [String](/ko/reference/data-types/string) 값으로 읽을 수 있습니다.                         | `false` |

<Note>
  * 설정 [`input_format_with_names_use_header`](/ko/reference/settings/formats#input_format_with_names_use_header)가 `1`로 설정되면, 입력 데이터의 컬럼이 이름을 기준으로 테이블 컬럼에 매핑되며, 알 수 없는 이름의 컬럼은 건너뜁니다.
  * 설정 [`input_format_skip_unknown_fields`](/ko/reference/settings/formats#input_format_skip_unknown_fields)가 `1`로 설정되면, 그렇지 않으면 첫 번째 행을 건너뜁니다.
</Note>
