]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/go/arrow/scalar/numeric.gen.go.tmpldata
415b51b2e16bdf5371886e9471b79332c2892abf
[ceph.git] / ceph / src / arrow / go / arrow / scalar / numeric.gen.go.tmpldata
1 [
2 {
3 "Name": "Int8",
4 "Type": "int8",
5 "Size": 8
6 },
7 {
8 "Name": "Int16",
9 "Type": "int16",
10 "Size": 16
11 },
12 {
13 "Name": "Int32",
14 "Type": "int32",
15 "Size": 32
16 },
17 {
18 "Name": "Int64",
19 "Type": "int64",
20 "Size": 64
21 },
22 {
23 "Name": "Uint8",
24 "Type": "uint8",
25 "Size": 8
26 },
27 {
28 "Name": "Uint16",
29 "Type": "uint16",
30 "Size": 16
31 },
32 {
33 "Name": "Uint32",
34 "Type": "uint32",
35 "Size": 32
36 },
37 {
38 "Name": "Uint64",
39 "Type": "uint64",
40 "Size": 64
41 },
42 {
43 "Name": "Float32",
44 "Type": "float32",
45 "Size": 32
46 },
47 {
48 "Name": "Float64",
49 "Type": "float64",
50 "Size": 64
51 }
52 ]