mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
17 lines
434 B
JSON
17 lines
434 B
JSON
{
|
|
"type": "record",
|
|
"name": "main",
|
|
"fields": [
|
|
{"name": "a", "type": "long"},
|
|
{"name": "b", "type": {
|
|
"type": "record",
|
|
"name": "sub1",
|
|
"fields": [
|
|
{"name": "a", "type": "string"},
|
|
{"name": "b", "type": "double"},
|
|
{"name": "c", "type": "double"}
|
|
]
|
|
}},
|
|
{"name": "c", "type": "string"}
|
|
]
|
|
} |