Go to the documentation of this file.
11 #ifndef odc_api_ColumnType_H
12 #define odc_api_ColumnType_H
38 static constexpr
const char*
name =
"ignore";
42 static constexpr
const char*
name =
"integer";
43 static constexpr
size_t size =
sizeof(int64_t);
46 static constexpr
const char*
name =
"real";
47 static constexpr
size_t size =
sizeof(float);
50 static constexpr
const char*
name =
"string";
54 static constexpr
const char*
name =
"bitfield";
55 static constexpr
size_t size =
sizeof(int64_t);
58 static constexpr
const char*
name =
"double";
59 static constexpr
size_t size =
sizeof(double);