From 2364b02175bec69cee2f9ceb4e52e1333da39f70 Mon Sep 17 00:00:00 2001 From: shimamoto Date: Fri, 8 Mar 2019 11:04:16 +0900 Subject: DRILL-7014: Format plugin for LTSV files closes #1627 --- contrib/native/client/src/protobuf/UserBitShared.pb.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/native/client/src/protobuf/UserBitShared.pb.h') diff --git a/contrib/native/client/src/protobuf/UserBitShared.pb.h b/contrib/native/client/src/protobuf/UserBitShared.pb.h index 15926cd05..7dd916d10 100644 --- a/contrib/native/client/src/protobuf/UserBitShared.pb.h +++ b/contrib/native/client/src/protobuf/UserBitShared.pb.h @@ -352,11 +352,12 @@ enum CoreOperatorType { SYSLOG_SUB_SCAN = 58, STATISTICS_AGGREGATE = 59, UNPIVOT_MAPS = 60, - STATISTICS_MERGE = 61 + STATISTICS_MERGE = 61, + LTSV_SUB_SCAN = 62 }; bool CoreOperatorType_IsValid(int value); const CoreOperatorType CoreOperatorType_MIN = SINGLE_SENDER; -const CoreOperatorType CoreOperatorType_MAX = STATISTICS_MERGE; +const CoreOperatorType CoreOperatorType_MAX = LTSV_SUB_SCAN; const int CoreOperatorType_ARRAYSIZE = CoreOperatorType_MAX + 1; const ::google::protobuf::EnumDescriptor* CoreOperatorType_descriptor(); -- cgit v1.2.3