MCPcopy Create free account
hub / github.com/apache/arrow / ParseValue

Function ParseValue

cpp/src/arrow/util/value_parsing.h:952–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950/// \brief Convenience wrappers around internal::StringConverter.
951template <typename T>
952bool ParseValue(const T& type, const char* s, size_t length,
953 typename StringConverter<T>::value_type* out) {
954 return StringConverter<T>{}.Convert(type, s, length, out);
955}
956
957template <typename T>
958enable_if_parameter_free<T, bool> ParseValue(

Callers 5

VisitMethod · 0.85
AppendValueMethod · 0.85
ConvertMethod · 0.85
AssertConversionFunction · 0.85
AssertConversionFailsFunction · 0.85

Calls 1

ConvertMethod · 0.45

Tested by 2

AssertConversionFunction · 0.68
AssertConversionFailsFunction · 0.68