mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update test reference file
This commit is contained in:
parent
ab2a963287
commit
b815c38d38
@ -38,32 +38,32 @@ JSONCompactEachRow
|
||||
c1 Nullable(Float64)
|
||||
c2 Array(Tuple(Nullable(Float64), Nullable(String)))
|
||||
c3 Map(String, Nullable(Float64))
|
||||
c4 Nullable(UInt8)
|
||||
42.42 [(1,'String'),(2,'abcd')] {'key':42,'key2':24} 1
|
||||
c4 Nullable(Bool)
|
||||
42.42 [(1,'String'),(2,'abcd')] {'key':42,'key2':24} true
|
||||
c1 Nullable(Float64)
|
||||
c2 Array(Tuple(Nullable(Float64), Nullable(String)))
|
||||
c3 Map(String, Nullable(Float64))
|
||||
c4 Nullable(UInt8)
|
||||
c4 Nullable(Bool)
|
||||
\N [(1,'String'),(2,NULL)] {'key':NULL,'key2':24} \N
|
||||
32 [(2,'String 2'),(3,'hello')] {'key3':4242,'key4':2424} 1
|
||||
32 [(2,'String 2'),(3,'hello')] {'key3':4242,'key4':2424} true
|
||||
JSONCompactEachRowWithNames
|
||||
a Nullable(Float64)
|
||||
b Array(Tuple(Nullable(Float64), Nullable(String)))
|
||||
c Map(String, Nullable(Float64))
|
||||
d Nullable(UInt8)
|
||||
42.42 [(1,'String'),(2,'abcd')] {'key':42,'key2':24} 1
|
||||
d Nullable(Bool)
|
||||
42.42 [(1,'String'),(2,'abcd')] {'key':42,'key2':24} true
|
||||
JSONEachRow
|
||||
d Nullable(UInt8)
|
||||
d Nullable(Bool)
|
||||
b Array(Tuple(Nullable(Float64), Nullable(String)))
|
||||
c Map(String, Nullable(Float64))
|
||||
a Nullable(Float64)
|
||||
1 [(1,'String'),(2,'abcd')] {'key':42,'key2':24} 42.42
|
||||
d Nullable(UInt8)
|
||||
true [(1,'String'),(2,'abcd')] {'key':42,'key2':24} 42.42
|
||||
d Nullable(Bool)
|
||||
b Array(Tuple(Nullable(Float64), Nullable(String)))
|
||||
c Map(String, Nullable(Float64))
|
||||
a Nullable(Float64)
|
||||
\N [(1,'String'),(2,NULL)] {'key':NULL,'key2':24} \N
|
||||
1 [(2,'String 2'),(3,'hello')] {'key3':4242,'key4':2424} 32
|
||||
true [(2,'String 2'),(3,'hello')] {'key3':4242,'key4':2424} 32
|
||||
b Nullable(String)
|
||||
c Array(Nullable(Float64))
|
||||
a Nullable(Float64)
|
||||
|
Loading…
Reference in New Issue
Block a user