15 #ifndef IMPALA_UTIL_PARSE_UTIL_H
16 #define IMPALA_UTIL_PARSE_UTIL_H
19 #include <boost/cstdint.hpp>
38 static int64_t
ParseMemSpec(
const std::string& mem_spec_str,
39 bool* is_percent, int64_t relative_reference);
static int64_t ParseMemSpec(const std::string &mem_spec_str, bool *is_percent, int64_t relative_reference)
Utility class for parsing information from strings.