]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/docs/source/format/integration_json_examples/struct.json
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / docs / source / format / integration_json_examples / struct.json
1 {
2 "schema": {
3 "fields": [
4 {
5 "name": "struct_nullable",
6 "type": {
7 "name": "struct"
8 },
9 "nullable": true,
10 "children": [
11 {
12 "name": "f1",
13 "type": {
14 "name": "int",
15 "isSigned": true,
16 "bitWidth": 32
17 },
18 "nullable": true,
19 "children": []
20 },
21 {
22 "name": "f2",
23 "type": {
24 "name": "utf8"
25 },
26 "nullable": true,
27 "children": []
28 }
29 ]
30 }
31 ]
32 },
33 "batches": [
34 {
35 "count": 7,
36 "columns": [
37 {
38 "name": "struct_nullable",
39 "count": 7,
40 "VALIDITY": [
41 0,
42 1,
43 1,
44 1,
45 0,
46 1,
47 0
48 ],
49 "children": [
50 {
51 "name": "f1",
52 "count": 7,
53 "VALIDITY": [
54 1,
55 0,
56 1,
57 1,
58 1,
59 0,
60 0
61 ],
62 "DATA": [
63 1402032511,
64 290876774,
65 137773603,
66 410361374,
67 1959836418,
68 1995074679,
69 -163525262
70 ]
71 },
72 {
73 "name": "f2",
74 "count": 7,
75 "VALIDITY": [
76 0,
77 1,
78 1,
79 1,
80 0,
81 1,
82 0
83 ],
84 "OFFSET": [
85 0,
86 0,
87 7,
88 14,
89 21,
90 21,
91 28,
92 28
93 ],
94 "DATA": [
95 "",
96 "MhRNxD4",
97 "3F9HBxK",
98 "aVd88fp",
99 "",
100 "3loZrRf",
101 ""
102 ]
103 }
104 ]
105 }
106 ]
107 },
108 {
109 "count": 10,
110 "columns": [
111 {
112 "name": "struct_nullable",
113 "count": 10,
114 "VALIDITY": [
115 0,
116 1,
117 1,
118 0,
119 1,
120 0,
121 0,
122 1,
123 1,
124 1
125 ],
126 "children": [
127 {
128 "name": "f1",
129 "count": 10,
130 "VALIDITY": [
131 0,
132 0,
133 0,
134 0,
135 0,
136 0,
137 1,
138 0,
139 0,
140 0
141 ],
142 "DATA": [
143 -2041500147,
144 1715692943,
145 -35444996,
146 1425496657,
147 112765084,
148 1760754983,
149 413888857,
150 2039738337,
151 -1924327700,
152 670528518
153 ]
154 },
155 {
156 "name": "f2",
157 "count": 10,
158 "VALIDITY": [
159 1,
160 0,
161 0,
162 1,
163 1,
164 1,
165 1,
166 1,
167 1,
168 0
169 ],
170 "OFFSET": [
171 0,
172 7,
173 7,
174 7,
175 14,
176 21,
177 28,
178 35,
179 42,
180 49,
181 49
182 ],
183 "DATA": [
184 "AS5oARE",
185 "",
186 "",
187 "JGdagcX",
188 "78SLiRw",
189 "vbGf7OY",
190 "5uh5fTs",
191 "0ilsf82",
192 "LjS9MbU",
193 ""
194 ]
195 }
196 ]
197 }
198 ]
199 }
200 ]
201 }