enum Clickhouse::OutputFormat
Defined in:
clickhouse/output_format.crEnum Members
-
CSV =
0 -
CSVWithNames =
1 -
JSON =
2 -
JSONCompact =
3 -
JSONEachRow =
4 -
MySQLWire =
5 -
Native =
6 -
Null =
7 -
ODBCDriver =
8 -
RowBinary =
9 -
RowBinaryWithNamesAndTypes =
10 -
TSKV =
11 -
Values =
12 -
Vertical =
13 -
XML =
14
Instance Method Summary
- #csv?
- #csv_with_names?
- #json?
- #json_compact?
- #json_each_row?
- #my_sql_wire?
- #native?
- #null?
- #odbc_driver?
- #row_binary?
- #row_binary_with_names_and_types?
- #tskv?
- #values?
- #vertical?
- #xml?