@@ -23,8 +23,12 @@
#include "orc/Type.hh"
#include "orc/Vector.hh"
+#include <google/protobuf/message.h>
+
#include <string>
+using TProtoStringType = decltype(std::declval<::google::protobuf::MessageLite>().GetTypeName());
namespace orc {
class FileVersion {
@@ -27,8 +27,6 @@
#include "Timezone.hh"
#include "TypeImpl.hh"
-#include <util/generic/string.h>
-
/**
@@ -26,8 +26,6 @@
#include <sstream>
#include <type_traits>
PredicateLeaf::PredicateLeaf(Operator op, PredicateDataType type, const std::string& colName,