mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update available formats for bash completion
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
a0bc5b6ea4
commit
29877d3992
@ -40,67 +40,98 @@ CLICKHOUSE_QueryKind=(
|
||||
no_query
|
||||
)
|
||||
|
||||
# SELECT name FROM system.formats ORDER BY name FORMAT LineAsString
|
||||
CLICKHOUSE_Format=(
|
||||
CapnProto
|
||||
PostgreSQLWire
|
||||
MySQLWire
|
||||
JSONStringsEachRowWithProgress
|
||||
JSONEachRowWithProgress
|
||||
JSONCompact
|
||||
JSON
|
||||
CSV
|
||||
Vertical
|
||||
ODBCDriver2
|
||||
PrettySpaceNoEscapes
|
||||
Pretty
|
||||
JSONCompactStrings
|
||||
PrettyNoEscapes
|
||||
ArrowStream
|
||||
TabSeparatedWithNames
|
||||
Parquet
|
||||
Arrow
|
||||
PrettyCompact
|
||||
AvroConfluent
|
||||
ORC
|
||||
PrettyCompactNoEscapes
|
||||
RawBLOB
|
||||
Template
|
||||
MsgPack
|
||||
JSONCompactEachRow
|
||||
CustomSeparated
|
||||
TemplateIgnoreSpaces
|
||||
Markdown
|
||||
XML
|
||||
ProtobufSingle
|
||||
JSONCompactStringsEachRowWithNamesAndTypes
|
||||
TSKV
|
||||
TabSeparated
|
||||
JSONStringEachRow
|
||||
JSONStringsEachRow
|
||||
TSVRaw
|
||||
Values
|
||||
TabSeparatedWithNamesAndTypes
|
||||
PrettyCompactMonoBlock
|
||||
TSVWithNamesAndTypes
|
||||
ArrowStream
|
||||
Avro
|
||||
RowBinaryWithNamesAndTypes
|
||||
LineAsString
|
||||
Native
|
||||
JSONCompactEachRowWithNamesAndTypes
|
||||
PrettySpace
|
||||
Regexp
|
||||
TSV
|
||||
JSONEachRow
|
||||
CustomSeparatedIgnoreSpaces
|
||||
AvroConfluent
|
||||
CSV
|
||||
CSVWithNames
|
||||
JSONStrings
|
||||
Null
|
||||
TabSeparatedRaw
|
||||
TSVWithNames
|
||||
Protobuf
|
||||
RowBinary
|
||||
CSVWithNamesAndTypes
|
||||
CapnProto
|
||||
CustomSeparated
|
||||
CustomSeparatedIgnoreSpaces
|
||||
CustomSeparatedIgnoreSpacesWithNames
|
||||
CustomSeparatedIgnoreSpacesWithNamesAndTypes
|
||||
CustomSeparatedWithNames
|
||||
CustomSeparatedWithNamesAndTypes
|
||||
HiveText
|
||||
JSON
|
||||
JSONAsObject
|
||||
JSONAsString
|
||||
JSONColumns
|
||||
JSONColumnsWithMetadata
|
||||
JSONCompact
|
||||
JSONCompactColumns
|
||||
JSONCompactEachRow
|
||||
JSONCompactEachRowWithNames
|
||||
JSONCompactEachRowWithNamesAndTypes
|
||||
JSONCompactStrings
|
||||
JSONCompactStringsEachRow
|
||||
JSONCompactStringsEachRowWithNames
|
||||
JSONCompactStringsEachRowWithNamesAndTypes
|
||||
JSONEachRow
|
||||
JSONEachRowWithProgress
|
||||
JSONLines
|
||||
JSONStringEachRow
|
||||
JSONStrings
|
||||
JSONStringsEachRow
|
||||
JSONStringsEachRowWithProgress
|
||||
LineAsString
|
||||
LineAsStringWithNames
|
||||
LineAsStringWithNamesAndTypes
|
||||
Markdown
|
||||
MsgPack
|
||||
MySQLDump
|
||||
MySQLWire
|
||||
NDJSON
|
||||
Native
|
||||
Null
|
||||
ODBCDriver2
|
||||
ORC
|
||||
Parquet
|
||||
PostgreSQLWire
|
||||
Pretty
|
||||
PrettyCompact
|
||||
PrettyCompactMonoBlock
|
||||
PrettyCompactNoEscapes
|
||||
PrettyCompactNoEscapesMonoBlock
|
||||
PrettyMonoBlock
|
||||
PrettyNoEscapes
|
||||
PrettyNoEscapesMonoBlock
|
||||
PrettySpace
|
||||
PrettySpaceMonoBlock
|
||||
PrettySpaceNoEscapes
|
||||
PrettySpaceNoEscapesMonoBlock
|
||||
Prometheus
|
||||
Protobuf
|
||||
ProtobufList
|
||||
ProtobufSingle
|
||||
RawBLOB
|
||||
Regexp
|
||||
RowBinary
|
||||
RowBinaryWithNames
|
||||
RowBinaryWithNamesAndTypes
|
||||
SQLInsert
|
||||
TSKV
|
||||
TSV
|
||||
TSVRaw
|
||||
TSVRawWithNames
|
||||
TSVRawWithNamesAndTypes
|
||||
TSVWithNames
|
||||
TSVWithNamesAndTypes
|
||||
TabSeparated
|
||||
TabSeparatedRaw
|
||||
TabSeparatedRawWithNames
|
||||
TabSeparatedRawWithNamesAndTypes
|
||||
TabSeparatedWithNames
|
||||
TabSeparatedWithNamesAndTypes
|
||||
Template
|
||||
TemplateIgnoreSpaces
|
||||
Values
|
||||
Vertical
|
||||
XML
|
||||
)
|
||||
|
||||
function _clickhouse_bin_exist()
|
||||
|
Loading…
Reference in New Issue
Block a user