1#ifndef CHI_DATA_TYPES_CHI_DATA_TYPES_H
2#define CHI_DATA_TYPES_CHI_DATA_TYPES_H
@ INTEGER
Datatype mapping to int64_t.
@ STRING
Datatype mapping to std::string.
@ VOID
Basically undefined or null.
@ BOOL
Datatype mapping to bool.
@ ARBITRARY_BYTES
Basic sequence of bytes.
@ FLOAT
Datatype mapping to double.
std::string VaryingDataTypeStringName(VaryingDataType type)