aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include/drill/protobuf/Types.pb.h
diff options
context:
space:
mode:
authorParth Chandra <pchandra@maprtech.com>2014-08-27 18:07:35 -0700
committerJacques Nadeau <jacques@apache.org>2014-08-27 18:36:30 -0700
commitcc25504d1bfeb7ac7bc99a6c3ce5285d30e13697 (patch)
treef100494543a6744bf360efb68e97e91a6910c918 /contrib/native/client/src/include/drill/protobuf/Types.pb.h
parentceb58c4149f00de4729ff7350b576823e71fbdfc (diff)
DRILL-1352: C++ Client. Update the decoding of nullable value vectors to read a byte for every nullable bit.
Diffstat (limited to 'contrib/native/client/src/include/drill/protobuf/Types.pb.h')
-rw-r--r--contrib/native/client/src/include/drill/protobuf/Types.pb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/native/client/src/include/drill/protobuf/Types.pb.h b/contrib/native/client/src/include/drill/protobuf/Types.pb.h
index 853415317..b26177c44 100644
--- a/contrib/native/client/src/include/drill/protobuf/Types.pb.h
+++ b/contrib/native/client/src/include/drill/protobuf/Types.pb.h
@@ -72,11 +72,12 @@ enum MinorType {
DM_UNKNOWN = 37,
INTERVALYEAR = 38,
INTERVALDAY = 39,
- LIST = 40
+ LIST = 40,
+ GENERIC_OBJECT = 41
};
bool MinorType_IsValid(int value);
const MinorType MinorType_MIN = LATE;
-const MinorType MinorType_MAX = LIST;
+const MinorType MinorType_MAX = GENERIC_OBJECT;
const int MinorType_ARRAYSIZE = MinorType_MAX + 1;
const ::google::protobuf::EnumDescriptor* MinorType_descriptor();