Clickhouse::OutputFormat
Inherits Enum < Comparable < Value < Object
Constants
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 methods
row_binary_with_names_and_types?
Returns true if this enum value equals RowBinaryWithNamesAndTypes