std::string phoenix_fieldTypeToStr(FieldType::FieldType type)
Convert a FieldType into a string.
FieldType::FieldType phoenix_fieldType< long unsigned int >()
Get the FieldType of a uint64.
FieldType::FieldType phoenix_fieldType< int >()
Get the FieldType of a int32.
FieldType::FieldType phoenix_fieldType< unsigned short >()
Get the FieldType of a uint16.
FieldType::FieldType phoenix_fieldTypeFromStr(const std::string &name)
Convert a string into a FieldType.
FieldType::FieldType phoenix_fieldType< char >()
Get the FieldType of a int8.
FieldType::FieldType phoenix_fieldType< unsigned char >()
Get the FieldType of a uint8.
FieldType::FieldType phoenix_fieldType< short >()
Get the FieldType of a int16.
FieldType::FieldType phoenix_fieldType< long >()
Get the FieldType of a int64.
FieldType::FieldType phoenix_fieldType< unsigned int >()
Get the FieldType of a uint32.
FieldType::FieldType phoenix_pbTypeToFieldType(size_t fieldType)
Convert a FIeld Type from protocol buffer to FieldType.
FieldType
Type of the Field.