fix msvc build

This commit is contained in:
MihailRis
2024-09-14 19:15:41 +03:00
parent f5d2a1f1b7
commit 3d219b9a1c
+1 -1
View File
@@ -15,7 +15,7 @@ namespace data {
COUNT
};
inline const char* to_string(FieldType type) {
inline std::string to_string(FieldType type) {
const char* names[] = {
"int8", "int16", "int32", "int64", "float32", "float64", "char"
};