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
Pretty = 9
PrettyCompact = 10
PrettyCompactMonoBlock = 11
PrettyCompactNoEscapes = 12
PrettyNoEscapes = 13
PrettySpace = 14
PrettySpaceNoEscapes = 15
RowBinary = 16
RowBinaryWithNamesAndTypes = 17
TSKV = 18
Values = 19
Vertical = 20
XML = 21
Instance methods
row_binary_with_names_and_types?
Returns true if this enum value equals RowBinaryWithNamesAndTypes