fix msvc build
This commit is contained in:
parent
f5d2a1f1b7
commit
3d219b9a1c
@ -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"
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user