Description
Similar to theRowBinary format, but with added header:
LEB128-encoded number of columns (N).- N
Strings specifying column names.
Example usage
Format settings
The following settings are common to allRowBinary type formats.
- If setting
input_format_with_names_use_headeris set to1, the columns from input data will be mapped to the columns from the table by their names, columns with unknown names will be skipped. - If setting
input_format_skip_unknown_fieldsis set to1. Otherwise, the first row will be skipped.