]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/arrow/go/arrow/scalar/numeric.gen.go.tmpldata
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / go / arrow / scalar / numeric.gen.go.tmpldata
diff --git a/ceph/src/arrow/go/arrow/scalar/numeric.gen.go.tmpldata b/ceph/src/arrow/go/arrow/scalar/numeric.gen.go.tmpldata
new file mode 100644 (file)
index 0000000..415b51b
--- /dev/null
@@ -0,0 +1,52 @@
+[
+  {
+    "Name": "Int8",
+    "Type": "int8",
+    "Size": 8
+  },
+  {
+    "Name": "Int16",
+    "Type": "int16",
+    "Size": 16
+  },
+  {
+    "Name": "Int32",
+    "Type": "int32",
+    "Size": 32
+  },
+  {
+    "Name": "Int64",
+    "Type": "int64",
+    "Size": 64
+  },
+  {
+    "Name": "Uint8",
+    "Type": "uint8",
+    "Size": 8
+  },
+  {
+    "Name": "Uint16",
+    "Type": "uint16",
+    "Size": 16
+  },
+  {
+    "Name": "Uint32",
+    "Type": "uint32",
+    "Size": 32
+  },
+  {
+    "Name": "Uint64",
+    "Type": "uint64",
+    "Size": 64
+  },
+  {
+    "Name": "Float32",
+    "Type": "float32",
+    "Size": 32
+  },
+  {
+    "Name": "Float64",
+    "Type": "float64",
+    "Size": 64
+  }
+]