diff --git metastore/if/hive_metastore.thrift metastore/if/hive_metastore.thrift index e6403ed..56ec9aa 100755 --- metastore/if/hive_metastore.thrift +++ metastore/if/hive_metastore.thrift @@ -1067,6 +1067,10 @@ service ThriftHiveMetastore extends fb303.FacebookService PartitionsByExprResult get_partitions_by_expr(1:PartitionsByExprRequest req) throws(1:MetaException o1, 2:NoSuchObjectException o2) + // get the partitions matching the given partition filter + i32 get_num_partitions_by_filter(1:string db_name 2:string tbl_name 3:string filter) + throws(1:MetaException o1, 2:NoSuchObjectException o2) + // get partitions give a list of partition names list get_partitions_by_names(1:string db_name 2:string tbl_name 3:list names) throws(1:MetaException o1, 2:NoSuchObjectException o2) diff --git metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp index 22bea87..d2b9841 100644 --- metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp +++ metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -15,7 +15,6 @@ ThriftHiveMetastore_getMetaConf_args::~ThriftHiveMetastore_getMetaConf_args() th uint32_t ThriftHiveMetastore_getMetaConf_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -56,7 +55,7 @@ uint32_t ThriftHiveMetastore_getMetaConf_args::read(::apache::thrift::protocol:: uint32_t ThriftHiveMetastore_getMetaConf_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_getMetaConf_args"); xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1); @@ -65,6 +64,7 @@ uint32_t ThriftHiveMetastore_getMetaConf_args::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -75,7 +75,7 @@ ThriftHiveMetastore_getMetaConf_pargs::~ThriftHiveMetastore_getMetaConf_pargs() uint32_t ThriftHiveMetastore_getMetaConf_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_getMetaConf_pargs"); xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1); @@ -84,6 +84,7 @@ uint32_t ThriftHiveMetastore_getMetaConf_pargs::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -94,7 +95,6 @@ ThriftHiveMetastore_getMetaConf_result::~ThriftHiveMetastore_getMetaConf_result( uint32_t ThriftHiveMetastore_getMetaConf_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -168,7 +168,6 @@ ThriftHiveMetastore_getMetaConf_presult::~ThriftHiveMetastore_getMetaConf_presul uint32_t ThriftHiveMetastore_getMetaConf_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -222,7 +221,6 @@ ThriftHiveMetastore_setMetaConf_args::~ThriftHiveMetastore_setMetaConf_args() th uint32_t ThriftHiveMetastore_setMetaConf_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -271,7 +269,7 @@ uint32_t ThriftHiveMetastore_setMetaConf_args::read(::apache::thrift::protocol:: uint32_t ThriftHiveMetastore_setMetaConf_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_setMetaConf_args"); xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1); @@ -284,6 +282,7 @@ uint32_t ThriftHiveMetastore_setMetaConf_args::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -294,7 +293,7 @@ ThriftHiveMetastore_setMetaConf_pargs::~ThriftHiveMetastore_setMetaConf_pargs() uint32_t ThriftHiveMetastore_setMetaConf_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_setMetaConf_pargs"); xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1); @@ -307,6 +306,7 @@ uint32_t ThriftHiveMetastore_setMetaConf_pargs::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -317,7 +317,6 @@ ThriftHiveMetastore_setMetaConf_result::~ThriftHiveMetastore_setMetaConf_result( uint32_t ThriftHiveMetastore_setMetaConf_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -379,7 +378,6 @@ ThriftHiveMetastore_setMetaConf_presult::~ThriftHiveMetastore_setMetaConf_presul uint32_t ThriftHiveMetastore_setMetaConf_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -425,7 +423,6 @@ ThriftHiveMetastore_create_database_args::~ThriftHiveMetastore_create_database_a uint32_t ThriftHiveMetastore_create_database_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -466,7 +463,7 @@ uint32_t ThriftHiveMetastore_create_database_args::read(::apache::thrift::protoc uint32_t ThriftHiveMetastore_create_database_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_database_args"); xfer += oprot->writeFieldBegin("database", ::apache::thrift::protocol::T_STRUCT, 1); @@ -475,6 +472,7 @@ uint32_t ThriftHiveMetastore_create_database_args::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -485,7 +483,7 @@ ThriftHiveMetastore_create_database_pargs::~ThriftHiveMetastore_create_database_ uint32_t ThriftHiveMetastore_create_database_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_database_pargs"); xfer += oprot->writeFieldBegin("database", ::apache::thrift::protocol::T_STRUCT, 1); @@ -494,6 +492,7 @@ uint32_t ThriftHiveMetastore_create_database_pargs::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -504,7 +503,6 @@ ThriftHiveMetastore_create_database_result::~ThriftHiveMetastore_create_database uint32_t ThriftHiveMetastore_create_database_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -590,7 +588,6 @@ ThriftHiveMetastore_create_database_presult::~ThriftHiveMetastore_create_databas uint32_t ThriftHiveMetastore_create_database_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -652,7 +649,6 @@ ThriftHiveMetastore_get_database_args::~ThriftHiveMetastore_get_database_args() uint32_t ThriftHiveMetastore_get_database_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -693,7 +689,7 @@ uint32_t ThriftHiveMetastore_get_database_args::read(::apache::thrift::protocol: uint32_t ThriftHiveMetastore_get_database_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_database_args"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -702,6 +698,7 @@ uint32_t ThriftHiveMetastore_get_database_args::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -712,7 +709,7 @@ ThriftHiveMetastore_get_database_pargs::~ThriftHiveMetastore_get_database_pargs( uint32_t ThriftHiveMetastore_get_database_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_database_pargs"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -721,6 +718,7 @@ uint32_t ThriftHiveMetastore_get_database_pargs::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -731,7 +729,6 @@ ThriftHiveMetastore_get_database_result::~ThriftHiveMetastore_get_database_resul uint32_t ThriftHiveMetastore_get_database_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -817,7 +814,6 @@ ThriftHiveMetastore_get_database_presult::~ThriftHiveMetastore_get_database_pres uint32_t ThriftHiveMetastore_get_database_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -879,7 +875,6 @@ ThriftHiveMetastore_drop_database_args::~ThriftHiveMetastore_drop_database_args( uint32_t ThriftHiveMetastore_drop_database_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -936,7 +931,7 @@ uint32_t ThriftHiveMetastore_drop_database_args::read(::apache::thrift::protocol uint32_t ThriftHiveMetastore_drop_database_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_database_args"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -953,6 +948,7 @@ uint32_t ThriftHiveMetastore_drop_database_args::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -963,7 +959,7 @@ ThriftHiveMetastore_drop_database_pargs::~ThriftHiveMetastore_drop_database_parg uint32_t ThriftHiveMetastore_drop_database_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_database_pargs"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -980,6 +976,7 @@ uint32_t ThriftHiveMetastore_drop_database_pargs::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -990,7 +987,6 @@ ThriftHiveMetastore_drop_database_result::~ThriftHiveMetastore_drop_database_res uint32_t ThriftHiveMetastore_drop_database_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1076,7 +1072,6 @@ ThriftHiveMetastore_drop_database_presult::~ThriftHiveMetastore_drop_database_pr uint32_t ThriftHiveMetastore_drop_database_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1138,7 +1133,6 @@ ThriftHiveMetastore_get_databases_args::~ThriftHiveMetastore_get_databases_args( uint32_t ThriftHiveMetastore_get_databases_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1179,7 +1173,7 @@ uint32_t ThriftHiveMetastore_get_databases_args::read(::apache::thrift::protocol uint32_t ThriftHiveMetastore_get_databases_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_databases_args"); xfer += oprot->writeFieldBegin("pattern", ::apache::thrift::protocol::T_STRING, 1); @@ -1188,6 +1182,7 @@ uint32_t ThriftHiveMetastore_get_databases_args::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1198,7 +1193,7 @@ ThriftHiveMetastore_get_databases_pargs::~ThriftHiveMetastore_get_databases_parg uint32_t ThriftHiveMetastore_get_databases_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_databases_pargs"); xfer += oprot->writeFieldBegin("pattern", ::apache::thrift::protocol::T_STRING, 1); @@ -1207,6 +1202,7 @@ uint32_t ThriftHiveMetastore_get_databases_pargs::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1217,7 +1213,6 @@ ThriftHiveMetastore_get_databases_result::~ThriftHiveMetastore_get_databases_res uint32_t ThriftHiveMetastore_get_databases_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1311,7 +1306,6 @@ ThriftHiveMetastore_get_databases_presult::~ThriftHiveMetastore_get_databases_pr uint32_t ThriftHiveMetastore_get_databases_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1377,7 +1371,6 @@ ThriftHiveMetastore_get_all_databases_args::~ThriftHiveMetastore_get_all_databas uint32_t ThriftHiveMetastore_get_all_databases_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1405,11 +1398,12 @@ uint32_t ThriftHiveMetastore_get_all_databases_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_get_all_databases_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_all_databases_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1420,11 +1414,12 @@ ThriftHiveMetastore_get_all_databases_pargs::~ThriftHiveMetastore_get_all_databa uint32_t ThriftHiveMetastore_get_all_databases_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_all_databases_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1435,7 +1430,6 @@ ThriftHiveMetastore_get_all_databases_result::~ThriftHiveMetastore_get_all_datab uint32_t ThriftHiveMetastore_get_all_databases_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1529,7 +1523,6 @@ ThriftHiveMetastore_get_all_databases_presult::~ThriftHiveMetastore_get_all_data uint32_t ThriftHiveMetastore_get_all_databases_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1595,7 +1588,6 @@ ThriftHiveMetastore_alter_database_args::~ThriftHiveMetastore_alter_database_arg uint32_t ThriftHiveMetastore_alter_database_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1644,7 +1636,7 @@ uint32_t ThriftHiveMetastore_alter_database_args::read(::apache::thrift::protoco uint32_t ThriftHiveMetastore_alter_database_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_database_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -1657,6 +1649,7 @@ uint32_t ThriftHiveMetastore_alter_database_args::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1667,7 +1660,7 @@ ThriftHiveMetastore_alter_database_pargs::~ThriftHiveMetastore_alter_database_pa uint32_t ThriftHiveMetastore_alter_database_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_database_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -1680,6 +1673,7 @@ uint32_t ThriftHiveMetastore_alter_database_pargs::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1690,7 +1684,6 @@ ThriftHiveMetastore_alter_database_result::~ThriftHiveMetastore_alter_database_r uint32_t ThriftHiveMetastore_alter_database_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1764,7 +1757,6 @@ ThriftHiveMetastore_alter_database_presult::~ThriftHiveMetastore_alter_database_ uint32_t ThriftHiveMetastore_alter_database_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1818,7 +1810,6 @@ ThriftHiveMetastore_get_type_args::~ThriftHiveMetastore_get_type_args() throw() uint32_t ThriftHiveMetastore_get_type_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1859,7 +1850,7 @@ uint32_t ThriftHiveMetastore_get_type_args::read(::apache::thrift::protocol::TPr uint32_t ThriftHiveMetastore_get_type_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_type_args"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -1868,6 +1859,7 @@ uint32_t ThriftHiveMetastore_get_type_args::write(::apache::thrift::protocol::TP xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1878,7 +1870,7 @@ ThriftHiveMetastore_get_type_pargs::~ThriftHiveMetastore_get_type_pargs() throw( uint32_t ThriftHiveMetastore_get_type_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_type_pargs"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -1887,6 +1879,7 @@ uint32_t ThriftHiveMetastore_get_type_pargs::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1897,7 +1890,6 @@ ThriftHiveMetastore_get_type_result::~ThriftHiveMetastore_get_type_result() thro uint32_t ThriftHiveMetastore_get_type_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1983,7 +1975,6 @@ ThriftHiveMetastore_get_type_presult::~ThriftHiveMetastore_get_type_presult() th uint32_t ThriftHiveMetastore_get_type_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2045,7 +2036,6 @@ ThriftHiveMetastore_create_type_args::~ThriftHiveMetastore_create_type_args() th uint32_t ThriftHiveMetastore_create_type_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2086,7 +2076,7 @@ uint32_t ThriftHiveMetastore_create_type_args::read(::apache::thrift::protocol:: uint32_t ThriftHiveMetastore_create_type_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_type_args"); xfer += oprot->writeFieldBegin("type", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2095,6 +2085,7 @@ uint32_t ThriftHiveMetastore_create_type_args::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2105,7 +2096,7 @@ ThriftHiveMetastore_create_type_pargs::~ThriftHiveMetastore_create_type_pargs() uint32_t ThriftHiveMetastore_create_type_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_type_pargs"); xfer += oprot->writeFieldBegin("type", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2114,6 +2105,7 @@ uint32_t ThriftHiveMetastore_create_type_pargs::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2124,7 +2116,6 @@ ThriftHiveMetastore_create_type_result::~ThriftHiveMetastore_create_type_result( uint32_t ThriftHiveMetastore_create_type_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2222,7 +2213,6 @@ ThriftHiveMetastore_create_type_presult::~ThriftHiveMetastore_create_type_presul uint32_t ThriftHiveMetastore_create_type_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2292,7 +2282,6 @@ ThriftHiveMetastore_drop_type_args::~ThriftHiveMetastore_drop_type_args() throw( uint32_t ThriftHiveMetastore_drop_type_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2333,7 +2322,7 @@ uint32_t ThriftHiveMetastore_drop_type_args::read(::apache::thrift::protocol::TP uint32_t ThriftHiveMetastore_drop_type_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_type_args"); xfer += oprot->writeFieldBegin("type", ::apache::thrift::protocol::T_STRING, 1); @@ -2342,6 +2331,7 @@ uint32_t ThriftHiveMetastore_drop_type_args::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2352,7 +2342,7 @@ ThriftHiveMetastore_drop_type_pargs::~ThriftHiveMetastore_drop_type_pargs() thro uint32_t ThriftHiveMetastore_drop_type_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_type_pargs"); xfer += oprot->writeFieldBegin("type", ::apache::thrift::protocol::T_STRING, 1); @@ -2361,6 +2351,7 @@ uint32_t ThriftHiveMetastore_drop_type_pargs::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2371,7 +2362,6 @@ ThriftHiveMetastore_drop_type_result::~ThriftHiveMetastore_drop_type_result() th uint32_t ThriftHiveMetastore_drop_type_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2457,7 +2447,6 @@ ThriftHiveMetastore_drop_type_presult::~ThriftHiveMetastore_drop_type_presult() uint32_t ThriftHiveMetastore_drop_type_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2519,7 +2508,6 @@ ThriftHiveMetastore_get_type_all_args::~ThriftHiveMetastore_get_type_all_args() uint32_t ThriftHiveMetastore_get_type_all_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2560,7 +2548,7 @@ uint32_t ThriftHiveMetastore_get_type_all_args::read(::apache::thrift::protocol: uint32_t ThriftHiveMetastore_get_type_all_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_type_all_args"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -2569,6 +2557,7 @@ uint32_t ThriftHiveMetastore_get_type_all_args::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2579,7 +2568,7 @@ ThriftHiveMetastore_get_type_all_pargs::~ThriftHiveMetastore_get_type_all_pargs( uint32_t ThriftHiveMetastore_get_type_all_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_type_all_pargs"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -2588,6 +2577,7 @@ uint32_t ThriftHiveMetastore_get_type_all_pargs::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2598,7 +2588,6 @@ ThriftHiveMetastore_get_type_all_result::~ThriftHiveMetastore_get_type_all_resul uint32_t ThriftHiveMetastore_get_type_all_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2696,7 +2685,6 @@ ThriftHiveMetastore_get_type_all_presult::~ThriftHiveMetastore_get_type_all_pres uint32_t ThriftHiveMetastore_get_type_all_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2765,7 +2753,6 @@ ThriftHiveMetastore_get_fields_args::~ThriftHiveMetastore_get_fields_args() thro uint32_t ThriftHiveMetastore_get_fields_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2814,7 +2801,7 @@ uint32_t ThriftHiveMetastore_get_fields_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_get_fields_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_fields_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -2827,6 +2814,7 @@ uint32_t ThriftHiveMetastore_get_fields_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2837,7 +2825,7 @@ ThriftHiveMetastore_get_fields_pargs::~ThriftHiveMetastore_get_fields_pargs() th uint32_t ThriftHiveMetastore_get_fields_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_fields_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -2850,6 +2838,7 @@ uint32_t ThriftHiveMetastore_get_fields_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2860,7 +2849,6 @@ ThriftHiveMetastore_get_fields_result::~ThriftHiveMetastore_get_fields_result() uint32_t ThriftHiveMetastore_get_fields_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2978,7 +2966,6 @@ ThriftHiveMetastore_get_fields_presult::~ThriftHiveMetastore_get_fields_presult( uint32_t ThriftHiveMetastore_get_fields_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3060,7 +3047,6 @@ ThriftHiveMetastore_get_fields_with_environment_context_args::~ThriftHiveMetasto uint32_t ThriftHiveMetastore_get_fields_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3117,7 +3103,7 @@ uint32_t ThriftHiveMetastore_get_fields_with_environment_context_args::read(::ap uint32_t ThriftHiveMetastore_get_fields_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_fields_with_environment_context_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -3134,6 +3120,7 @@ uint32_t ThriftHiveMetastore_get_fields_with_environment_context_args::write(::a xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3144,7 +3131,7 @@ ThriftHiveMetastore_get_fields_with_environment_context_pargs::~ThriftHiveMetast uint32_t ThriftHiveMetastore_get_fields_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_fields_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -3161,6 +3148,7 @@ uint32_t ThriftHiveMetastore_get_fields_with_environment_context_pargs::write(:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3171,7 +3159,6 @@ ThriftHiveMetastore_get_fields_with_environment_context_result::~ThriftHiveMetas uint32_t ThriftHiveMetastore_get_fields_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3289,7 +3276,6 @@ ThriftHiveMetastore_get_fields_with_environment_context_presult::~ThriftHiveMeta uint32_t ThriftHiveMetastore_get_fields_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3371,7 +3357,6 @@ ThriftHiveMetastore_get_schema_args::~ThriftHiveMetastore_get_schema_args() thro uint32_t ThriftHiveMetastore_get_schema_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3420,7 +3405,7 @@ uint32_t ThriftHiveMetastore_get_schema_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_get_schema_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_schema_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -3433,6 +3418,7 @@ uint32_t ThriftHiveMetastore_get_schema_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3443,7 +3429,7 @@ ThriftHiveMetastore_get_schema_pargs::~ThriftHiveMetastore_get_schema_pargs() th uint32_t ThriftHiveMetastore_get_schema_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_schema_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -3456,6 +3442,7 @@ uint32_t ThriftHiveMetastore_get_schema_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3466,7 +3453,6 @@ ThriftHiveMetastore_get_schema_result::~ThriftHiveMetastore_get_schema_result() uint32_t ThriftHiveMetastore_get_schema_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3584,7 +3570,6 @@ ThriftHiveMetastore_get_schema_presult::~ThriftHiveMetastore_get_schema_presult( uint32_t ThriftHiveMetastore_get_schema_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3666,7 +3651,6 @@ ThriftHiveMetastore_get_schema_with_environment_context_args::~ThriftHiveMetasto uint32_t ThriftHiveMetastore_get_schema_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3723,7 +3707,7 @@ uint32_t ThriftHiveMetastore_get_schema_with_environment_context_args::read(::ap uint32_t ThriftHiveMetastore_get_schema_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_schema_with_environment_context_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -3740,6 +3724,7 @@ uint32_t ThriftHiveMetastore_get_schema_with_environment_context_args::write(::a xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3750,7 +3735,7 @@ ThriftHiveMetastore_get_schema_with_environment_context_pargs::~ThriftHiveMetast uint32_t ThriftHiveMetastore_get_schema_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_schema_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -3767,6 +3752,7 @@ uint32_t ThriftHiveMetastore_get_schema_with_environment_context_pargs::write(:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3777,7 +3763,6 @@ ThriftHiveMetastore_get_schema_with_environment_context_result::~ThriftHiveMetas uint32_t ThriftHiveMetastore_get_schema_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3895,7 +3880,6 @@ ThriftHiveMetastore_get_schema_with_environment_context_presult::~ThriftHiveMeta uint32_t ThriftHiveMetastore_get_schema_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3977,7 +3961,6 @@ ThriftHiveMetastore_create_table_args::~ThriftHiveMetastore_create_table_args() uint32_t ThriftHiveMetastore_create_table_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4018,7 +4001,7 @@ uint32_t ThriftHiveMetastore_create_table_args::read(::apache::thrift::protocol: uint32_t ThriftHiveMetastore_create_table_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_table_args"); xfer += oprot->writeFieldBegin("tbl", ::apache::thrift::protocol::T_STRUCT, 1); @@ -4027,6 +4010,7 @@ uint32_t ThriftHiveMetastore_create_table_args::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4037,7 +4021,7 @@ ThriftHiveMetastore_create_table_pargs::~ThriftHiveMetastore_create_table_pargs( uint32_t ThriftHiveMetastore_create_table_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_table_pargs"); xfer += oprot->writeFieldBegin("tbl", ::apache::thrift::protocol::T_STRUCT, 1); @@ -4046,6 +4030,7 @@ uint32_t ThriftHiveMetastore_create_table_pargs::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4056,7 +4041,6 @@ ThriftHiveMetastore_create_table_result::~ThriftHiveMetastore_create_table_resul uint32_t ThriftHiveMetastore_create_table_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4154,7 +4138,6 @@ ThriftHiveMetastore_create_table_presult::~ThriftHiveMetastore_create_table_pres uint32_t ThriftHiveMetastore_create_table_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4224,7 +4207,6 @@ ThriftHiveMetastore_create_table_with_environment_context_args::~ThriftHiveMetas uint32_t ThriftHiveMetastore_create_table_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4273,7 +4255,7 @@ uint32_t ThriftHiveMetastore_create_table_with_environment_context_args::read(:: uint32_t ThriftHiveMetastore_create_table_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_table_with_environment_context_args"); xfer += oprot->writeFieldBegin("tbl", ::apache::thrift::protocol::T_STRUCT, 1); @@ -4286,6 +4268,7 @@ uint32_t ThriftHiveMetastore_create_table_with_environment_context_args::write(: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4296,7 +4279,7 @@ ThriftHiveMetastore_create_table_with_environment_context_pargs::~ThriftHiveMeta uint32_t ThriftHiveMetastore_create_table_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_table_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("tbl", ::apache::thrift::protocol::T_STRUCT, 1); @@ -4309,6 +4292,7 @@ uint32_t ThriftHiveMetastore_create_table_with_environment_context_pargs::write( xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4319,7 +4303,6 @@ ThriftHiveMetastore_create_table_with_environment_context_result::~ThriftHiveMet uint32_t ThriftHiveMetastore_create_table_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4417,7 +4400,6 @@ ThriftHiveMetastore_create_table_with_environment_context_presult::~ThriftHiveMe uint32_t ThriftHiveMetastore_create_table_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4487,7 +4469,6 @@ ThriftHiveMetastore_drop_table_args::~ThriftHiveMetastore_drop_table_args() thro uint32_t ThriftHiveMetastore_drop_table_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4544,7 +4525,7 @@ uint32_t ThriftHiveMetastore_drop_table_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_drop_table_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_table_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -4561,6 +4542,7 @@ uint32_t ThriftHiveMetastore_drop_table_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4571,7 +4553,7 @@ ThriftHiveMetastore_drop_table_pargs::~ThriftHiveMetastore_drop_table_pargs() th uint32_t ThriftHiveMetastore_drop_table_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_table_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -4588,6 +4570,7 @@ uint32_t ThriftHiveMetastore_drop_table_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4598,7 +4581,6 @@ ThriftHiveMetastore_drop_table_result::~ThriftHiveMetastore_drop_table_result() uint32_t ThriftHiveMetastore_drop_table_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4672,7 +4654,6 @@ ThriftHiveMetastore_drop_table_presult::~ThriftHiveMetastore_drop_table_presult( uint32_t ThriftHiveMetastore_drop_table_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4726,7 +4707,6 @@ ThriftHiveMetastore_drop_table_with_environment_context_args::~ThriftHiveMetasto uint32_t ThriftHiveMetastore_drop_table_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4791,7 +4771,7 @@ uint32_t ThriftHiveMetastore_drop_table_with_environment_context_args::read(::ap uint32_t ThriftHiveMetastore_drop_table_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_table_with_environment_context_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -4812,6 +4792,7 @@ uint32_t ThriftHiveMetastore_drop_table_with_environment_context_args::write(::a xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4822,7 +4803,7 @@ ThriftHiveMetastore_drop_table_with_environment_context_pargs::~ThriftHiveMetast uint32_t ThriftHiveMetastore_drop_table_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_table_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -4843,6 +4824,7 @@ uint32_t ThriftHiveMetastore_drop_table_with_environment_context_pargs::write(:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4853,7 +4835,6 @@ ThriftHiveMetastore_drop_table_with_environment_context_result::~ThriftHiveMetas uint32_t ThriftHiveMetastore_drop_table_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4927,7 +4908,6 @@ ThriftHiveMetastore_drop_table_with_environment_context_presult::~ThriftHiveMeta uint32_t ThriftHiveMetastore_drop_table_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4981,7 +4961,6 @@ ThriftHiveMetastore_get_tables_args::~ThriftHiveMetastore_get_tables_args() thro uint32_t ThriftHiveMetastore_get_tables_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5030,7 +5009,7 @@ uint32_t ThriftHiveMetastore_get_tables_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_get_tables_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_tables_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -5043,6 +5022,7 @@ uint32_t ThriftHiveMetastore_get_tables_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5053,7 +5033,7 @@ ThriftHiveMetastore_get_tables_pargs::~ThriftHiveMetastore_get_tables_pargs() th uint32_t ThriftHiveMetastore_get_tables_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_tables_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -5066,6 +5046,7 @@ uint32_t ThriftHiveMetastore_get_tables_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5076,7 +5057,6 @@ ThriftHiveMetastore_get_tables_result::~ThriftHiveMetastore_get_tables_result() uint32_t ThriftHiveMetastore_get_tables_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5170,7 +5150,6 @@ ThriftHiveMetastore_get_tables_presult::~ThriftHiveMetastore_get_tables_presult( uint32_t ThriftHiveMetastore_get_tables_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5236,7 +5215,6 @@ ThriftHiveMetastore_get_table_meta_args::~ThriftHiveMetastore_get_table_meta_arg uint32_t ThriftHiveMetastore_get_table_meta_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5305,7 +5283,7 @@ uint32_t ThriftHiveMetastore_get_table_meta_args::read(::apache::thrift::protoco uint32_t ThriftHiveMetastore_get_table_meta_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_meta_args"); xfer += oprot->writeFieldBegin("db_patterns", ::apache::thrift::protocol::T_STRING, 1); @@ -5330,6 +5308,7 @@ uint32_t ThriftHiveMetastore_get_table_meta_args::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5340,7 +5319,7 @@ ThriftHiveMetastore_get_table_meta_pargs::~ThriftHiveMetastore_get_table_meta_pa uint32_t ThriftHiveMetastore_get_table_meta_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_meta_pargs"); xfer += oprot->writeFieldBegin("db_patterns", ::apache::thrift::protocol::T_STRING, 1); @@ -5365,6 +5344,7 @@ uint32_t ThriftHiveMetastore_get_table_meta_pargs::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5375,7 +5355,6 @@ ThriftHiveMetastore_get_table_meta_result::~ThriftHiveMetastore_get_table_meta_r uint32_t ThriftHiveMetastore_get_table_meta_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5469,7 +5448,6 @@ ThriftHiveMetastore_get_table_meta_presult::~ThriftHiveMetastore_get_table_meta_ uint32_t ThriftHiveMetastore_get_table_meta_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5535,7 +5513,6 @@ ThriftHiveMetastore_get_all_tables_args::~ThriftHiveMetastore_get_all_tables_arg uint32_t ThriftHiveMetastore_get_all_tables_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5576,7 +5553,7 @@ uint32_t ThriftHiveMetastore_get_all_tables_args::read(::apache::thrift::protoco uint32_t ThriftHiveMetastore_get_all_tables_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_all_tables_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -5585,6 +5562,7 @@ uint32_t ThriftHiveMetastore_get_all_tables_args::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5595,7 +5573,7 @@ ThriftHiveMetastore_get_all_tables_pargs::~ThriftHiveMetastore_get_all_tables_pa uint32_t ThriftHiveMetastore_get_all_tables_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_all_tables_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -5604,6 +5582,7 @@ uint32_t ThriftHiveMetastore_get_all_tables_pargs::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5614,7 +5593,6 @@ ThriftHiveMetastore_get_all_tables_result::~ThriftHiveMetastore_get_all_tables_r uint32_t ThriftHiveMetastore_get_all_tables_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5708,7 +5686,6 @@ ThriftHiveMetastore_get_all_tables_presult::~ThriftHiveMetastore_get_all_tables_ uint32_t ThriftHiveMetastore_get_all_tables_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5774,7 +5751,6 @@ ThriftHiveMetastore_get_table_args::~ThriftHiveMetastore_get_table_args() throw( uint32_t ThriftHiveMetastore_get_table_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5823,7 +5799,7 @@ uint32_t ThriftHiveMetastore_get_table_args::read(::apache::thrift::protocol::TP uint32_t ThriftHiveMetastore_get_table_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -5836,6 +5812,7 @@ uint32_t ThriftHiveMetastore_get_table_args::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5846,7 +5823,7 @@ ThriftHiveMetastore_get_table_pargs::~ThriftHiveMetastore_get_table_pargs() thro uint32_t ThriftHiveMetastore_get_table_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -5859,6 +5836,7 @@ uint32_t ThriftHiveMetastore_get_table_pargs::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5869,7 +5847,6 @@ ThriftHiveMetastore_get_table_result::~ThriftHiveMetastore_get_table_result() th uint32_t ThriftHiveMetastore_get_table_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5955,7 +5932,6 @@ ThriftHiveMetastore_get_table_presult::~ThriftHiveMetastore_get_table_presult() uint32_t ThriftHiveMetastore_get_table_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6017,7 +5993,6 @@ ThriftHiveMetastore_get_table_objects_by_name_args::~ThriftHiveMetastore_get_tab uint32_t ThriftHiveMetastore_get_table_objects_by_name_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6078,7 +6053,7 @@ uint32_t ThriftHiveMetastore_get_table_objects_by_name_args::read(::apache::thri uint32_t ThriftHiveMetastore_get_table_objects_by_name_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_objects_by_name_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -6099,6 +6074,7 @@ uint32_t ThriftHiveMetastore_get_table_objects_by_name_args::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6109,7 +6085,7 @@ ThriftHiveMetastore_get_table_objects_by_name_pargs::~ThriftHiveMetastore_get_ta uint32_t ThriftHiveMetastore_get_table_objects_by_name_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_objects_by_name_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -6130,6 +6106,7 @@ uint32_t ThriftHiveMetastore_get_table_objects_by_name_pargs::write(::apache::th xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6140,7 +6117,6 @@ ThriftHiveMetastore_get_table_objects_by_name_result::~ThriftHiveMetastore_get_t uint32_t ThriftHiveMetastore_get_table_objects_by_name_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6258,7 +6234,6 @@ ThriftHiveMetastore_get_table_objects_by_name_presult::~ThriftHiveMetastore_get_ uint32_t ThriftHiveMetastore_get_table_objects_by_name_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6340,7 +6315,6 @@ ThriftHiveMetastore_get_table_names_by_filter_args::~ThriftHiveMetastore_get_tab uint32_t ThriftHiveMetastore_get_table_names_by_filter_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6397,7 +6371,7 @@ uint32_t ThriftHiveMetastore_get_table_names_by_filter_args::read(::apache::thri uint32_t ThriftHiveMetastore_get_table_names_by_filter_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_names_by_filter_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -6414,6 +6388,7 @@ uint32_t ThriftHiveMetastore_get_table_names_by_filter_args::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6424,7 +6399,7 @@ ThriftHiveMetastore_get_table_names_by_filter_pargs::~ThriftHiveMetastore_get_ta uint32_t ThriftHiveMetastore_get_table_names_by_filter_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_names_by_filter_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -6441,6 +6416,7 @@ uint32_t ThriftHiveMetastore_get_table_names_by_filter_pargs::write(::apache::th xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6451,7 +6427,6 @@ ThriftHiveMetastore_get_table_names_by_filter_result::~ThriftHiveMetastore_get_t uint32_t ThriftHiveMetastore_get_table_names_by_filter_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6569,7 +6544,6 @@ ThriftHiveMetastore_get_table_names_by_filter_presult::~ThriftHiveMetastore_get_ uint32_t ThriftHiveMetastore_get_table_names_by_filter_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6651,7 +6625,6 @@ ThriftHiveMetastore_alter_table_args::~ThriftHiveMetastore_alter_table_args() th uint32_t ThriftHiveMetastore_alter_table_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6708,7 +6681,7 @@ uint32_t ThriftHiveMetastore_alter_table_args::read(::apache::thrift::protocol:: uint32_t ThriftHiveMetastore_alter_table_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_table_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -6725,6 +6698,7 @@ uint32_t ThriftHiveMetastore_alter_table_args::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6735,7 +6709,7 @@ ThriftHiveMetastore_alter_table_pargs::~ThriftHiveMetastore_alter_table_pargs() uint32_t ThriftHiveMetastore_alter_table_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_table_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -6752,6 +6726,7 @@ uint32_t ThriftHiveMetastore_alter_table_pargs::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6762,7 +6737,6 @@ ThriftHiveMetastore_alter_table_result::~ThriftHiveMetastore_alter_table_result( uint32_t ThriftHiveMetastore_alter_table_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6836,7 +6810,6 @@ ThriftHiveMetastore_alter_table_presult::~ThriftHiveMetastore_alter_table_presul uint32_t ThriftHiveMetastore_alter_table_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6890,7 +6863,6 @@ ThriftHiveMetastore_alter_table_with_environment_context_args::~ThriftHiveMetast uint32_t ThriftHiveMetastore_alter_table_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6955,7 +6927,7 @@ uint32_t ThriftHiveMetastore_alter_table_with_environment_context_args::read(::a uint32_t ThriftHiveMetastore_alter_table_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_table_with_environment_context_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -6976,6 +6948,7 @@ uint32_t ThriftHiveMetastore_alter_table_with_environment_context_args::write(:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6986,7 +6959,7 @@ ThriftHiveMetastore_alter_table_with_environment_context_pargs::~ThriftHiveMetas uint32_t ThriftHiveMetastore_alter_table_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_table_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -7007,6 +6980,7 @@ uint32_t ThriftHiveMetastore_alter_table_with_environment_context_pargs::write(: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7017,7 +6991,6 @@ ThriftHiveMetastore_alter_table_with_environment_context_result::~ThriftHiveMeta uint32_t ThriftHiveMetastore_alter_table_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7091,7 +7064,6 @@ ThriftHiveMetastore_alter_table_with_environment_context_presult::~ThriftHiveMet uint32_t ThriftHiveMetastore_alter_table_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7145,7 +7117,6 @@ ThriftHiveMetastore_alter_table_with_cascade_args::~ThriftHiveMetastore_alter_ta uint32_t ThriftHiveMetastore_alter_table_with_cascade_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7210,7 +7181,7 @@ uint32_t ThriftHiveMetastore_alter_table_with_cascade_args::read(::apache::thrif uint32_t ThriftHiveMetastore_alter_table_with_cascade_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_table_with_cascade_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -7231,6 +7202,7 @@ uint32_t ThriftHiveMetastore_alter_table_with_cascade_args::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7241,7 +7213,7 @@ ThriftHiveMetastore_alter_table_with_cascade_pargs::~ThriftHiveMetastore_alter_t uint32_t ThriftHiveMetastore_alter_table_with_cascade_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_table_with_cascade_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -7262,6 +7234,7 @@ uint32_t ThriftHiveMetastore_alter_table_with_cascade_pargs::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7272,7 +7245,6 @@ ThriftHiveMetastore_alter_table_with_cascade_result::~ThriftHiveMetastore_alter_ uint32_t ThriftHiveMetastore_alter_table_with_cascade_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7346,7 +7318,6 @@ ThriftHiveMetastore_alter_table_with_cascade_presult::~ThriftHiveMetastore_alter uint32_t ThriftHiveMetastore_alter_table_with_cascade_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7400,7 +7371,6 @@ ThriftHiveMetastore_add_partition_args::~ThriftHiveMetastore_add_partition_args( uint32_t ThriftHiveMetastore_add_partition_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7441,7 +7411,7 @@ uint32_t ThriftHiveMetastore_add_partition_args::read(::apache::thrift::protocol uint32_t ThriftHiveMetastore_add_partition_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partition_args"); xfer += oprot->writeFieldBegin("new_part", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7450,6 +7420,7 @@ uint32_t ThriftHiveMetastore_add_partition_args::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7460,7 +7431,7 @@ ThriftHiveMetastore_add_partition_pargs::~ThriftHiveMetastore_add_partition_parg uint32_t ThriftHiveMetastore_add_partition_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partition_pargs"); xfer += oprot->writeFieldBegin("new_part", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7469,6 +7440,7 @@ uint32_t ThriftHiveMetastore_add_partition_pargs::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7479,7 +7451,6 @@ ThriftHiveMetastore_add_partition_result::~ThriftHiveMetastore_add_partition_res uint32_t ThriftHiveMetastore_add_partition_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7577,7 +7548,6 @@ ThriftHiveMetastore_add_partition_presult::~ThriftHiveMetastore_add_partition_pr uint32_t ThriftHiveMetastore_add_partition_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7647,7 +7617,6 @@ ThriftHiveMetastore_add_partition_with_environment_context_args::~ThriftHiveMeta uint32_t ThriftHiveMetastore_add_partition_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7696,7 +7665,7 @@ uint32_t ThriftHiveMetastore_add_partition_with_environment_context_args::read(: uint32_t ThriftHiveMetastore_add_partition_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partition_with_environment_context_args"); xfer += oprot->writeFieldBegin("new_part", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7709,6 +7678,7 @@ uint32_t ThriftHiveMetastore_add_partition_with_environment_context_args::write( xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7719,7 +7689,7 @@ ThriftHiveMetastore_add_partition_with_environment_context_pargs::~ThriftHiveMet uint32_t ThriftHiveMetastore_add_partition_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partition_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("new_part", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7732,6 +7702,7 @@ uint32_t ThriftHiveMetastore_add_partition_with_environment_context_pargs::write xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7742,7 +7713,6 @@ ThriftHiveMetastore_add_partition_with_environment_context_result::~ThriftHiveMe uint32_t ThriftHiveMetastore_add_partition_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7840,7 +7810,6 @@ ThriftHiveMetastore_add_partition_with_environment_context_presult::~ThriftHiveM uint32_t ThriftHiveMetastore_add_partition_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7910,7 +7879,6 @@ ThriftHiveMetastore_add_partitions_args::~ThriftHiveMetastore_add_partitions_arg uint32_t ThriftHiveMetastore_add_partitions_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7963,7 +7931,7 @@ uint32_t ThriftHiveMetastore_add_partitions_args::read(::apache::thrift::protoco uint32_t ThriftHiveMetastore_add_partitions_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partitions_args"); xfer += oprot->writeFieldBegin("new_parts", ::apache::thrift::protocol::T_LIST, 1); @@ -7980,6 +7948,7 @@ uint32_t ThriftHiveMetastore_add_partitions_args::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7990,7 +7959,7 @@ ThriftHiveMetastore_add_partitions_pargs::~ThriftHiveMetastore_add_partitions_pa uint32_t ThriftHiveMetastore_add_partitions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partitions_pargs"); xfer += oprot->writeFieldBegin("new_parts", ::apache::thrift::protocol::T_LIST, 1); @@ -8007,6 +7976,7 @@ uint32_t ThriftHiveMetastore_add_partitions_pargs::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8017,7 +7987,6 @@ ThriftHiveMetastore_add_partitions_result::~ThriftHiveMetastore_add_partitions_r uint32_t ThriftHiveMetastore_add_partitions_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8115,7 +8084,6 @@ ThriftHiveMetastore_add_partitions_presult::~ThriftHiveMetastore_add_partitions_ uint32_t ThriftHiveMetastore_add_partitions_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8185,7 +8153,6 @@ ThriftHiveMetastore_add_partitions_pspec_args::~ThriftHiveMetastore_add_partitio uint32_t ThriftHiveMetastore_add_partitions_pspec_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8238,7 +8205,7 @@ uint32_t ThriftHiveMetastore_add_partitions_pspec_args::read(::apache::thrift::p uint32_t ThriftHiveMetastore_add_partitions_pspec_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partitions_pspec_args"); xfer += oprot->writeFieldBegin("new_parts", ::apache::thrift::protocol::T_LIST, 1); @@ -8255,6 +8222,7 @@ uint32_t ThriftHiveMetastore_add_partitions_pspec_args::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8265,7 +8233,7 @@ ThriftHiveMetastore_add_partitions_pspec_pargs::~ThriftHiveMetastore_add_partiti uint32_t ThriftHiveMetastore_add_partitions_pspec_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partitions_pspec_pargs"); xfer += oprot->writeFieldBegin("new_parts", ::apache::thrift::protocol::T_LIST, 1); @@ -8282,6 +8250,7 @@ uint32_t ThriftHiveMetastore_add_partitions_pspec_pargs::write(::apache::thrift: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8292,7 +8261,6 @@ ThriftHiveMetastore_add_partitions_pspec_result::~ThriftHiveMetastore_add_partit uint32_t ThriftHiveMetastore_add_partitions_pspec_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8390,7 +8358,6 @@ ThriftHiveMetastore_add_partitions_pspec_presult::~ThriftHiveMetastore_add_parti uint32_t ThriftHiveMetastore_add_partitions_pspec_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8460,7 +8427,6 @@ ThriftHiveMetastore_append_partition_args::~ThriftHiveMetastore_append_partition uint32_t ThriftHiveMetastore_append_partition_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8529,7 +8495,7 @@ uint32_t ThriftHiveMetastore_append_partition_args::read(::apache::thrift::proto uint32_t ThriftHiveMetastore_append_partition_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_append_partition_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -8554,6 +8520,7 @@ uint32_t ThriftHiveMetastore_append_partition_args::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8564,7 +8531,7 @@ ThriftHiveMetastore_append_partition_pargs::~ThriftHiveMetastore_append_partitio uint32_t ThriftHiveMetastore_append_partition_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_append_partition_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -8589,6 +8556,7 @@ uint32_t ThriftHiveMetastore_append_partition_pargs::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8599,7 +8567,6 @@ ThriftHiveMetastore_append_partition_result::~ThriftHiveMetastore_append_partiti uint32_t ThriftHiveMetastore_append_partition_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8697,7 +8664,6 @@ ThriftHiveMetastore_append_partition_presult::~ThriftHiveMetastore_append_partit uint32_t ThriftHiveMetastore_append_partition_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8767,7 +8733,6 @@ ThriftHiveMetastore_add_partitions_req_args::~ThriftHiveMetastore_add_partitions uint32_t ThriftHiveMetastore_add_partitions_req_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8808,7 +8773,7 @@ uint32_t ThriftHiveMetastore_add_partitions_req_args::read(::apache::thrift::pro uint32_t ThriftHiveMetastore_add_partitions_req_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partitions_req_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8817,6 +8782,7 @@ uint32_t ThriftHiveMetastore_add_partitions_req_args::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8827,7 +8793,7 @@ ThriftHiveMetastore_add_partitions_req_pargs::~ThriftHiveMetastore_add_partition uint32_t ThriftHiveMetastore_add_partitions_req_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_partitions_req_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8836,6 +8802,7 @@ uint32_t ThriftHiveMetastore_add_partitions_req_pargs::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8846,7 +8813,6 @@ ThriftHiveMetastore_add_partitions_req_result::~ThriftHiveMetastore_add_partitio uint32_t ThriftHiveMetastore_add_partitions_req_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8944,7 +8910,6 @@ ThriftHiveMetastore_add_partitions_req_presult::~ThriftHiveMetastore_add_partiti uint32_t ThriftHiveMetastore_add_partitions_req_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9014,7 +8979,6 @@ ThriftHiveMetastore_append_partition_with_environment_context_args::~ThriftHiveM uint32_t ThriftHiveMetastore_append_partition_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9091,7 +9055,7 @@ uint32_t ThriftHiveMetastore_append_partition_with_environment_context_args::rea uint32_t ThriftHiveMetastore_append_partition_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_append_partition_with_environment_context_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -9120,6 +9084,7 @@ uint32_t ThriftHiveMetastore_append_partition_with_environment_context_args::wri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9130,7 +9095,7 @@ ThriftHiveMetastore_append_partition_with_environment_context_pargs::~ThriftHive uint32_t ThriftHiveMetastore_append_partition_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_append_partition_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -9159,6 +9124,7 @@ uint32_t ThriftHiveMetastore_append_partition_with_environment_context_pargs::wr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9169,7 +9135,6 @@ ThriftHiveMetastore_append_partition_with_environment_context_result::~ThriftHiv uint32_t ThriftHiveMetastore_append_partition_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9267,7 +9232,6 @@ ThriftHiveMetastore_append_partition_with_environment_context_presult::~ThriftHi uint32_t ThriftHiveMetastore_append_partition_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9337,7 +9301,6 @@ ThriftHiveMetastore_append_partition_by_name_args::~ThriftHiveMetastore_append_p uint32_t ThriftHiveMetastore_append_partition_by_name_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9394,7 +9357,7 @@ uint32_t ThriftHiveMetastore_append_partition_by_name_args::read(::apache::thrif uint32_t ThriftHiveMetastore_append_partition_by_name_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_append_partition_by_name_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -9411,6 +9374,7 @@ uint32_t ThriftHiveMetastore_append_partition_by_name_args::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9421,7 +9385,7 @@ ThriftHiveMetastore_append_partition_by_name_pargs::~ThriftHiveMetastore_append_ uint32_t ThriftHiveMetastore_append_partition_by_name_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_append_partition_by_name_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -9438,6 +9402,7 @@ uint32_t ThriftHiveMetastore_append_partition_by_name_pargs::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9448,7 +9413,6 @@ ThriftHiveMetastore_append_partition_by_name_result::~ThriftHiveMetastore_append uint32_t ThriftHiveMetastore_append_partition_by_name_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9546,7 +9510,6 @@ ThriftHiveMetastore_append_partition_by_name_presult::~ThriftHiveMetastore_appen uint32_t ThriftHiveMetastore_append_partition_by_name_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9616,7 +9579,6 @@ ThriftHiveMetastore_append_partition_by_name_with_environment_context_args::~Thr uint32_t ThriftHiveMetastore_append_partition_by_name_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9681,7 +9643,7 @@ uint32_t ThriftHiveMetastore_append_partition_by_name_with_environment_context_a uint32_t ThriftHiveMetastore_append_partition_by_name_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_append_partition_by_name_with_environment_context_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -9702,6 +9664,7 @@ uint32_t ThriftHiveMetastore_append_partition_by_name_with_environment_context_a xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9712,7 +9675,7 @@ ThriftHiveMetastore_append_partition_by_name_with_environment_context_pargs::~Th uint32_t ThriftHiveMetastore_append_partition_by_name_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_append_partition_by_name_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -9733,6 +9696,7 @@ uint32_t ThriftHiveMetastore_append_partition_by_name_with_environment_context_p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9743,7 +9707,6 @@ ThriftHiveMetastore_append_partition_by_name_with_environment_context_result::~T uint32_t ThriftHiveMetastore_append_partition_by_name_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9841,7 +9804,6 @@ ThriftHiveMetastore_append_partition_by_name_with_environment_context_presult::~ uint32_t ThriftHiveMetastore_append_partition_by_name_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9911,7 +9873,6 @@ ThriftHiveMetastore_drop_partition_args::~ThriftHiveMetastore_drop_partition_arg uint32_t ThriftHiveMetastore_drop_partition_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9988,7 +9949,7 @@ uint32_t ThriftHiveMetastore_drop_partition_args::read(::apache::thrift::protoco uint32_t ThriftHiveMetastore_drop_partition_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partition_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -10017,6 +9978,7 @@ uint32_t ThriftHiveMetastore_drop_partition_args::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10027,7 +9989,7 @@ ThriftHiveMetastore_drop_partition_pargs::~ThriftHiveMetastore_drop_partition_pa uint32_t ThriftHiveMetastore_drop_partition_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partition_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -10056,6 +10018,7 @@ uint32_t ThriftHiveMetastore_drop_partition_pargs::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10066,7 +10029,6 @@ ThriftHiveMetastore_drop_partition_result::~ThriftHiveMetastore_drop_partition_r uint32_t ThriftHiveMetastore_drop_partition_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10152,7 +10114,6 @@ ThriftHiveMetastore_drop_partition_presult::~ThriftHiveMetastore_drop_partition_ uint32_t ThriftHiveMetastore_drop_partition_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10214,7 +10175,6 @@ ThriftHiveMetastore_drop_partition_with_environment_context_args::~ThriftHiveMet uint32_t ThriftHiveMetastore_drop_partition_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10299,7 +10259,7 @@ uint32_t ThriftHiveMetastore_drop_partition_with_environment_context_args::read( uint32_t ThriftHiveMetastore_drop_partition_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partition_with_environment_context_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -10332,6 +10292,7 @@ uint32_t ThriftHiveMetastore_drop_partition_with_environment_context_args::write xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10342,7 +10303,7 @@ ThriftHiveMetastore_drop_partition_with_environment_context_pargs::~ThriftHiveMe uint32_t ThriftHiveMetastore_drop_partition_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partition_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -10375,6 +10336,7 @@ uint32_t ThriftHiveMetastore_drop_partition_with_environment_context_pargs::writ xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10385,7 +10347,6 @@ ThriftHiveMetastore_drop_partition_with_environment_context_result::~ThriftHiveM uint32_t ThriftHiveMetastore_drop_partition_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10471,7 +10432,6 @@ ThriftHiveMetastore_drop_partition_with_environment_context_presult::~ThriftHive uint32_t ThriftHiveMetastore_drop_partition_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10533,7 +10493,6 @@ ThriftHiveMetastore_drop_partition_by_name_args::~ThriftHiveMetastore_drop_parti uint32_t ThriftHiveMetastore_drop_partition_by_name_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10598,7 +10557,7 @@ uint32_t ThriftHiveMetastore_drop_partition_by_name_args::read(::apache::thrift: uint32_t ThriftHiveMetastore_drop_partition_by_name_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partition_by_name_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -10619,6 +10578,7 @@ uint32_t ThriftHiveMetastore_drop_partition_by_name_args::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10629,7 +10589,7 @@ ThriftHiveMetastore_drop_partition_by_name_pargs::~ThriftHiveMetastore_drop_part uint32_t ThriftHiveMetastore_drop_partition_by_name_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partition_by_name_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -10650,6 +10610,7 @@ uint32_t ThriftHiveMetastore_drop_partition_by_name_pargs::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10660,7 +10621,6 @@ ThriftHiveMetastore_drop_partition_by_name_result::~ThriftHiveMetastore_drop_par uint32_t ThriftHiveMetastore_drop_partition_by_name_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10746,7 +10706,6 @@ ThriftHiveMetastore_drop_partition_by_name_presult::~ThriftHiveMetastore_drop_pa uint32_t ThriftHiveMetastore_drop_partition_by_name_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10808,7 +10767,6 @@ ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args::~Thrif uint32_t ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10881,7 +10839,7 @@ uint32_t ThriftHiveMetastore_drop_partition_by_name_with_environment_context_arg uint32_t ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -10906,6 +10864,7 @@ uint32_t ThriftHiveMetastore_drop_partition_by_name_with_environment_context_arg xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10916,7 +10875,7 @@ ThriftHiveMetastore_drop_partition_by_name_with_environment_context_pargs::~Thri uint32_t ThriftHiveMetastore_drop_partition_by_name_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partition_by_name_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -10941,6 +10900,7 @@ uint32_t ThriftHiveMetastore_drop_partition_by_name_with_environment_context_par xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10951,7 +10911,6 @@ ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result::~Thr uint32_t ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11037,7 +10996,6 @@ ThriftHiveMetastore_drop_partition_by_name_with_environment_context_presult::~Th uint32_t ThriftHiveMetastore_drop_partition_by_name_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11099,7 +11057,6 @@ ThriftHiveMetastore_drop_partitions_req_args::~ThriftHiveMetastore_drop_partitio uint32_t ThriftHiveMetastore_drop_partitions_req_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11140,7 +11097,7 @@ uint32_t ThriftHiveMetastore_drop_partitions_req_args::read(::apache::thrift::pr uint32_t ThriftHiveMetastore_drop_partitions_req_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partitions_req_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -11149,6 +11106,7 @@ uint32_t ThriftHiveMetastore_drop_partitions_req_args::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11159,7 +11117,7 @@ ThriftHiveMetastore_drop_partitions_req_pargs::~ThriftHiveMetastore_drop_partiti uint32_t ThriftHiveMetastore_drop_partitions_req_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_partitions_req_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -11168,6 +11126,7 @@ uint32_t ThriftHiveMetastore_drop_partitions_req_pargs::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11178,7 +11137,6 @@ ThriftHiveMetastore_drop_partitions_req_result::~ThriftHiveMetastore_drop_partit uint32_t ThriftHiveMetastore_drop_partitions_req_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11264,7 +11222,6 @@ ThriftHiveMetastore_drop_partitions_req_presult::~ThriftHiveMetastore_drop_parti uint32_t ThriftHiveMetastore_drop_partitions_req_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11326,7 +11283,6 @@ ThriftHiveMetastore_get_partition_args::~ThriftHiveMetastore_get_partition_args( uint32_t ThriftHiveMetastore_get_partition_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11395,7 +11351,7 @@ uint32_t ThriftHiveMetastore_get_partition_args::read(::apache::thrift::protocol uint32_t ThriftHiveMetastore_get_partition_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -11420,6 +11376,7 @@ uint32_t ThriftHiveMetastore_get_partition_args::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11430,7 +11387,7 @@ ThriftHiveMetastore_get_partition_pargs::~ThriftHiveMetastore_get_partition_parg uint32_t ThriftHiveMetastore_get_partition_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -11455,6 +11412,7 @@ uint32_t ThriftHiveMetastore_get_partition_pargs::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11465,7 +11423,6 @@ ThriftHiveMetastore_get_partition_result::~ThriftHiveMetastore_get_partition_res uint32_t ThriftHiveMetastore_get_partition_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11551,7 +11508,6 @@ ThriftHiveMetastore_get_partition_presult::~ThriftHiveMetastore_get_partition_pr uint32_t ThriftHiveMetastore_get_partition_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11613,7 +11569,6 @@ ThriftHiveMetastore_exchange_partition_args::~ThriftHiveMetastore_exchange_parti uint32_t ThriftHiveMetastore_exchange_partition_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11701,7 +11656,7 @@ uint32_t ThriftHiveMetastore_exchange_partition_args::read(::apache::thrift::pro uint32_t ThriftHiveMetastore_exchange_partition_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_exchange_partition_args"); xfer += oprot->writeFieldBegin("partitionSpecs", ::apache::thrift::protocol::T_MAP, 1); @@ -11735,6 +11690,7 @@ uint32_t ThriftHiveMetastore_exchange_partition_args::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11745,7 +11701,7 @@ ThriftHiveMetastore_exchange_partition_pargs::~ThriftHiveMetastore_exchange_part uint32_t ThriftHiveMetastore_exchange_partition_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_exchange_partition_pargs"); xfer += oprot->writeFieldBegin("partitionSpecs", ::apache::thrift::protocol::T_MAP, 1); @@ -11779,6 +11735,7 @@ uint32_t ThriftHiveMetastore_exchange_partition_pargs::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11789,7 +11746,6 @@ ThriftHiveMetastore_exchange_partition_result::~ThriftHiveMetastore_exchange_par uint32_t ThriftHiveMetastore_exchange_partition_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11899,7 +11855,6 @@ ThriftHiveMetastore_exchange_partition_presult::~ThriftHiveMetastore_exchange_pa uint32_t ThriftHiveMetastore_exchange_partition_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11977,7 +11932,6 @@ ThriftHiveMetastore_exchange_partitions_args::~ThriftHiveMetastore_exchange_part uint32_t ThriftHiveMetastore_exchange_partitions_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12065,7 +12019,7 @@ uint32_t ThriftHiveMetastore_exchange_partitions_args::read(::apache::thrift::pr uint32_t ThriftHiveMetastore_exchange_partitions_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_exchange_partitions_args"); xfer += oprot->writeFieldBegin("partitionSpecs", ::apache::thrift::protocol::T_MAP, 1); @@ -12099,6 +12053,7 @@ uint32_t ThriftHiveMetastore_exchange_partitions_args::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12109,7 +12064,7 @@ ThriftHiveMetastore_exchange_partitions_pargs::~ThriftHiveMetastore_exchange_par uint32_t ThriftHiveMetastore_exchange_partitions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_exchange_partitions_pargs"); xfer += oprot->writeFieldBegin("partitionSpecs", ::apache::thrift::protocol::T_MAP, 1); @@ -12143,6 +12098,7 @@ uint32_t ThriftHiveMetastore_exchange_partitions_pargs::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12153,7 +12109,6 @@ ThriftHiveMetastore_exchange_partitions_result::~ThriftHiveMetastore_exchange_pa uint32_t ThriftHiveMetastore_exchange_partitions_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12283,7 +12238,6 @@ ThriftHiveMetastore_exchange_partitions_presult::~ThriftHiveMetastore_exchange_p uint32_t ThriftHiveMetastore_exchange_partitions_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12373,7 +12327,6 @@ ThriftHiveMetastore_get_partition_with_auth_args::~ThriftHiveMetastore_get_parti uint32_t ThriftHiveMetastore_get_partition_with_auth_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12470,7 +12423,7 @@ uint32_t ThriftHiveMetastore_get_partition_with_auth_args::read(::apache::thrift uint32_t ThriftHiveMetastore_get_partition_with_auth_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_with_auth_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -12511,6 +12464,7 @@ uint32_t ThriftHiveMetastore_get_partition_with_auth_args::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12521,7 +12475,7 @@ ThriftHiveMetastore_get_partition_with_auth_pargs::~ThriftHiveMetastore_get_part uint32_t ThriftHiveMetastore_get_partition_with_auth_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_with_auth_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -12562,6 +12516,7 @@ uint32_t ThriftHiveMetastore_get_partition_with_auth_pargs::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12572,7 +12527,6 @@ ThriftHiveMetastore_get_partition_with_auth_result::~ThriftHiveMetastore_get_par uint32_t ThriftHiveMetastore_get_partition_with_auth_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12658,7 +12612,6 @@ ThriftHiveMetastore_get_partition_with_auth_presult::~ThriftHiveMetastore_get_pa uint32_t ThriftHiveMetastore_get_partition_with_auth_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12720,7 +12673,6 @@ ThriftHiveMetastore_get_partition_by_name_args::~ThriftHiveMetastore_get_partiti uint32_t ThriftHiveMetastore_get_partition_by_name_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12777,7 +12729,7 @@ uint32_t ThriftHiveMetastore_get_partition_by_name_args::read(::apache::thrift:: uint32_t ThriftHiveMetastore_get_partition_by_name_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_by_name_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -12794,6 +12746,7 @@ uint32_t ThriftHiveMetastore_get_partition_by_name_args::write(::apache::thrift: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12804,7 +12757,7 @@ ThriftHiveMetastore_get_partition_by_name_pargs::~ThriftHiveMetastore_get_partit uint32_t ThriftHiveMetastore_get_partition_by_name_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_by_name_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -12821,6 +12774,7 @@ uint32_t ThriftHiveMetastore_get_partition_by_name_pargs::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12831,7 +12785,6 @@ ThriftHiveMetastore_get_partition_by_name_result::~ThriftHiveMetastore_get_parti uint32_t ThriftHiveMetastore_get_partition_by_name_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12917,7 +12870,6 @@ ThriftHiveMetastore_get_partition_by_name_presult::~ThriftHiveMetastore_get_part uint32_t ThriftHiveMetastore_get_partition_by_name_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12979,7 +12931,6 @@ ThriftHiveMetastore_get_partitions_args::~ThriftHiveMetastore_get_partitions_arg uint32_t ThriftHiveMetastore_get_partitions_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13036,7 +12987,7 @@ uint32_t ThriftHiveMetastore_get_partitions_args::read(::apache::thrift::protoco uint32_t ThriftHiveMetastore_get_partitions_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -13053,6 +13004,7 @@ uint32_t ThriftHiveMetastore_get_partitions_args::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13063,7 +13015,7 @@ ThriftHiveMetastore_get_partitions_pargs::~ThriftHiveMetastore_get_partitions_pa uint32_t ThriftHiveMetastore_get_partitions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -13080,6 +13032,7 @@ uint32_t ThriftHiveMetastore_get_partitions_pargs::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13090,7 +13043,6 @@ ThriftHiveMetastore_get_partitions_result::~ThriftHiveMetastore_get_partitions_r uint32_t ThriftHiveMetastore_get_partitions_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13196,7 +13148,6 @@ ThriftHiveMetastore_get_partitions_presult::~ThriftHiveMetastore_get_partitions_ uint32_t ThriftHiveMetastore_get_partitions_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13270,7 +13221,6 @@ ThriftHiveMetastore_get_partitions_with_auth_args::~ThriftHiveMetastore_get_part uint32_t ThriftHiveMetastore_get_partitions_with_auth_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13355,7 +13305,7 @@ uint32_t ThriftHiveMetastore_get_partitions_with_auth_args::read(::apache::thrif uint32_t ThriftHiveMetastore_get_partitions_with_auth_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_with_auth_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -13388,6 +13338,7 @@ uint32_t ThriftHiveMetastore_get_partitions_with_auth_args::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13398,7 +13349,7 @@ ThriftHiveMetastore_get_partitions_with_auth_pargs::~ThriftHiveMetastore_get_par uint32_t ThriftHiveMetastore_get_partitions_with_auth_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_with_auth_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -13431,6 +13382,7 @@ uint32_t ThriftHiveMetastore_get_partitions_with_auth_pargs::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13441,7 +13393,6 @@ ThriftHiveMetastore_get_partitions_with_auth_result::~ThriftHiveMetastore_get_pa uint32_t ThriftHiveMetastore_get_partitions_with_auth_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13547,7 +13498,6 @@ ThriftHiveMetastore_get_partitions_with_auth_presult::~ThriftHiveMetastore_get_p uint32_t ThriftHiveMetastore_get_partitions_with_auth_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13621,7 +13571,6 @@ ThriftHiveMetastore_get_partitions_pspec_args::~ThriftHiveMetastore_get_partitio uint32_t ThriftHiveMetastore_get_partitions_pspec_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13678,7 +13627,7 @@ uint32_t ThriftHiveMetastore_get_partitions_pspec_args::read(::apache::thrift::p uint32_t ThriftHiveMetastore_get_partitions_pspec_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_pspec_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -13695,6 +13644,7 @@ uint32_t ThriftHiveMetastore_get_partitions_pspec_args::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13705,7 +13655,7 @@ ThriftHiveMetastore_get_partitions_pspec_pargs::~ThriftHiveMetastore_get_partiti uint32_t ThriftHiveMetastore_get_partitions_pspec_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_pspec_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -13722,6 +13672,7 @@ uint32_t ThriftHiveMetastore_get_partitions_pspec_pargs::write(::apache::thrift: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13732,7 +13683,6 @@ ThriftHiveMetastore_get_partitions_pspec_result::~ThriftHiveMetastore_get_partit uint32_t ThriftHiveMetastore_get_partitions_pspec_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13838,7 +13788,6 @@ ThriftHiveMetastore_get_partitions_pspec_presult::~ThriftHiveMetastore_get_parti uint32_t ThriftHiveMetastore_get_partitions_pspec_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13912,7 +13861,6 @@ ThriftHiveMetastore_get_partition_names_args::~ThriftHiveMetastore_get_partition uint32_t ThriftHiveMetastore_get_partition_names_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13969,7 +13917,7 @@ uint32_t ThriftHiveMetastore_get_partition_names_args::read(::apache::thrift::pr uint32_t ThriftHiveMetastore_get_partition_names_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_names_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -13986,6 +13934,7 @@ uint32_t ThriftHiveMetastore_get_partition_names_args::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13996,7 +13945,7 @@ ThriftHiveMetastore_get_partition_names_pargs::~ThriftHiveMetastore_get_partitio uint32_t ThriftHiveMetastore_get_partition_names_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_names_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -14013,6 +13962,7 @@ uint32_t ThriftHiveMetastore_get_partition_names_pargs::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14023,7 +13973,6 @@ ThriftHiveMetastore_get_partition_names_result::~ThriftHiveMetastore_get_partiti uint32_t ThriftHiveMetastore_get_partition_names_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14117,7 +14066,6 @@ ThriftHiveMetastore_get_partition_names_presult::~ThriftHiveMetastore_get_partit uint32_t ThriftHiveMetastore_get_partition_names_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14183,7 +14131,6 @@ ThriftHiveMetastore_get_partitions_ps_args::~ThriftHiveMetastore_get_partitions_ uint32_t ThriftHiveMetastore_get_partitions_ps_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14260,7 +14207,7 @@ uint32_t ThriftHiveMetastore_get_partitions_ps_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_get_partitions_ps_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_ps_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -14289,6 +14236,7 @@ uint32_t ThriftHiveMetastore_get_partitions_ps_args::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14299,7 +14247,7 @@ ThriftHiveMetastore_get_partitions_ps_pargs::~ThriftHiveMetastore_get_partitions uint32_t ThriftHiveMetastore_get_partitions_ps_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_ps_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -14328,6 +14276,7 @@ uint32_t ThriftHiveMetastore_get_partitions_ps_pargs::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14338,7 +14287,6 @@ ThriftHiveMetastore_get_partitions_ps_result::~ThriftHiveMetastore_get_partition uint32_t ThriftHiveMetastore_get_partitions_ps_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14444,7 +14392,6 @@ ThriftHiveMetastore_get_partitions_ps_presult::~ThriftHiveMetastore_get_partitio uint32_t ThriftHiveMetastore_get_partitions_ps_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14518,7 +14465,6 @@ ThriftHiveMetastore_get_partitions_ps_with_auth_args::~ThriftHiveMetastore_get_p uint32_t ThriftHiveMetastore_get_partitions_ps_with_auth_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14623,7 +14569,7 @@ uint32_t ThriftHiveMetastore_get_partitions_ps_with_auth_args::read(::apache::th uint32_t ThriftHiveMetastore_get_partitions_ps_with_auth_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_ps_with_auth_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -14668,6 +14614,7 @@ uint32_t ThriftHiveMetastore_get_partitions_ps_with_auth_args::write(::apache::t xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14678,7 +14625,7 @@ ThriftHiveMetastore_get_partitions_ps_with_auth_pargs::~ThriftHiveMetastore_get_ uint32_t ThriftHiveMetastore_get_partitions_ps_with_auth_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_ps_with_auth_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -14723,6 +14670,7 @@ uint32_t ThriftHiveMetastore_get_partitions_ps_with_auth_pargs::write(::apache:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14733,7 +14681,6 @@ ThriftHiveMetastore_get_partitions_ps_with_auth_result::~ThriftHiveMetastore_get uint32_t ThriftHiveMetastore_get_partitions_ps_with_auth_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14839,7 +14786,6 @@ ThriftHiveMetastore_get_partitions_ps_with_auth_presult::~ThriftHiveMetastore_ge uint32_t ThriftHiveMetastore_get_partitions_ps_with_auth_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14913,7 +14859,6 @@ ThriftHiveMetastore_get_partition_names_ps_args::~ThriftHiveMetastore_get_partit uint32_t ThriftHiveMetastore_get_partition_names_ps_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14990,7 +14935,7 @@ uint32_t ThriftHiveMetastore_get_partition_names_ps_args::read(::apache::thrift: uint32_t ThriftHiveMetastore_get_partition_names_ps_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_names_ps_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -15019,6 +14964,7 @@ uint32_t ThriftHiveMetastore_get_partition_names_ps_args::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15029,7 +14975,7 @@ ThriftHiveMetastore_get_partition_names_ps_pargs::~ThriftHiveMetastore_get_parti uint32_t ThriftHiveMetastore_get_partition_names_ps_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_names_ps_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -15058,6 +15004,7 @@ uint32_t ThriftHiveMetastore_get_partition_names_ps_pargs::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15068,7 +15015,6 @@ ThriftHiveMetastore_get_partition_names_ps_result::~ThriftHiveMetastore_get_part uint32_t ThriftHiveMetastore_get_partition_names_ps_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15174,7 +15120,6 @@ ThriftHiveMetastore_get_partition_names_ps_presult::~ThriftHiveMetastore_get_par uint32_t ThriftHiveMetastore_get_partition_names_ps_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15248,7 +15193,6 @@ ThriftHiveMetastore_get_partitions_by_filter_args::~ThriftHiveMetastore_get_part uint32_t ThriftHiveMetastore_get_partitions_by_filter_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15313,7 +15257,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_filter_args::read(::apache::thrif uint32_t ThriftHiveMetastore_get_partitions_by_filter_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_filter_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -15334,6 +15278,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_filter_args::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15344,7 +15289,7 @@ ThriftHiveMetastore_get_partitions_by_filter_pargs::~ThriftHiveMetastore_get_par uint32_t ThriftHiveMetastore_get_partitions_by_filter_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_filter_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -15365,6 +15310,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_filter_pargs::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15375,7 +15321,6 @@ ThriftHiveMetastore_get_partitions_by_filter_result::~ThriftHiveMetastore_get_pa uint32_t ThriftHiveMetastore_get_partitions_by_filter_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15481,7 +15426,6 @@ ThriftHiveMetastore_get_partitions_by_filter_presult::~ThriftHiveMetastore_get_p uint32_t ThriftHiveMetastore_get_partitions_by_filter_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15555,7 +15499,6 @@ ThriftHiveMetastore_get_part_specs_by_filter_args::~ThriftHiveMetastore_get_part uint32_t ThriftHiveMetastore_get_part_specs_by_filter_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15620,7 +15563,7 @@ uint32_t ThriftHiveMetastore_get_part_specs_by_filter_args::read(::apache::thrif uint32_t ThriftHiveMetastore_get_part_specs_by_filter_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_part_specs_by_filter_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -15641,6 +15584,7 @@ uint32_t ThriftHiveMetastore_get_part_specs_by_filter_args::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15651,7 +15595,7 @@ ThriftHiveMetastore_get_part_specs_by_filter_pargs::~ThriftHiveMetastore_get_par uint32_t ThriftHiveMetastore_get_part_specs_by_filter_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_part_specs_by_filter_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -15672,6 +15616,7 @@ uint32_t ThriftHiveMetastore_get_part_specs_by_filter_pargs::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15682,7 +15627,6 @@ ThriftHiveMetastore_get_part_specs_by_filter_result::~ThriftHiveMetastore_get_pa uint32_t ThriftHiveMetastore_get_part_specs_by_filter_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15788,7 +15732,6 @@ ThriftHiveMetastore_get_part_specs_by_filter_presult::~ThriftHiveMetastore_get_p uint32_t ThriftHiveMetastore_get_part_specs_by_filter_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15862,7 +15805,6 @@ ThriftHiveMetastore_get_partitions_by_expr_args::~ThriftHiveMetastore_get_partit uint32_t ThriftHiveMetastore_get_partitions_by_expr_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15903,7 +15845,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_expr_args::read(::apache::thrift: uint32_t ThriftHiveMetastore_get_partitions_by_expr_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_expr_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -15912,6 +15854,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_expr_args::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15922,7 +15865,7 @@ ThriftHiveMetastore_get_partitions_by_expr_pargs::~ThriftHiveMetastore_get_parti uint32_t ThriftHiveMetastore_get_partitions_by_expr_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_expr_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -15931,6 +15874,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_expr_pargs::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15941,7 +15885,6 @@ ThriftHiveMetastore_get_partitions_by_expr_result::~ThriftHiveMetastore_get_part uint32_t ThriftHiveMetastore_get_partitions_by_expr_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16027,7 +15970,6 @@ ThriftHiveMetastore_get_partitions_by_expr_presult::~ThriftHiveMetastore_get_par uint32_t ThriftHiveMetastore_get_partitions_by_expr_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16083,13 +16025,12 @@ uint32_t ThriftHiveMetastore_get_partitions_by_expr_presult::read(::apache::thri } -ThriftHiveMetastore_get_partitions_by_names_args::~ThriftHiveMetastore_get_partitions_by_names_args() throw() { +ThriftHiveMetastore_get_num_partitions_by_filter_args::~ThriftHiveMetastore_get_num_partitions_by_filter_args() throw() { } -uint32_t ThriftHiveMetastore_get_partitions_by_names_args::read(::apache::thrift::protocol::TProtocol* iprot) { +uint32_t ThriftHiveMetastore_get_num_partitions_by_filter_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16125,6 +16066,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_args::read(::apache::thrift } break; case 3: +<<<<<<< HEAD if (ftype == ::apache::thrift::protocol::T_LIST) { { this->names.clear(); @@ -16140,6 +16082,11 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_args::read(::apache::thrift xfer += iprot->readListEnd(); } this->__isset.names = true; +======= + if (ftype == ::apache::thrift::protocol::T_STRING) { + xfer += iprot->readString(this->filter); + this->__isset.filter = true; +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api } else { xfer += iprot->skip(ftype); } @@ -16156,10 +16103,10 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_args::read(::apache::thrift return xfer; } -uint32_t ThriftHiveMetastore_get_partitions_by_names_args::write(::apache::thrift::protocol::TProtocol* oprot) const { +uint32_t ThriftHiveMetastore_get_num_partitions_by_filter_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); - xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_names_args"); + oprot->incrementRecursionDepth(); + xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_num_partitions_by_filter_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); xfer += oprot->writeString(this->db_name); @@ -16169,6 +16116,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_args::write(::apache::thrif xfer += oprot->writeString(this->tbl_name); xfer += oprot->writeFieldEnd(); +<<<<<<< HEAD xfer += oprot->writeFieldBegin("names", ::apache::thrift::protocol::T_LIST, 3); { xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast(this->names.size())); @@ -16179,22 +16127,27 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_args::write(::apache::thrif } xfer += oprot->writeListEnd(); } +======= + xfer += oprot->writeFieldBegin("filter", ::apache::thrift::protocol::T_STRING, 3); + xfer += oprot->writeString(this->filter); +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api xfer += oprot->writeFieldEnd(); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } -ThriftHiveMetastore_get_partitions_by_names_pargs::~ThriftHiveMetastore_get_partitions_by_names_pargs() throw() { +ThriftHiveMetastore_get_num_partitions_by_filter_pargs::~ThriftHiveMetastore_get_num_partitions_by_filter_pargs() throw() { } -uint32_t ThriftHiveMetastore_get_partitions_by_names_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { +uint32_t ThriftHiveMetastore_get_num_partitions_by_filter_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); - xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_names_pargs"); + oprot->incrementRecursionDepth(); + xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_num_partitions_by_filter_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); xfer += oprot->writeString((*(this->db_name))); @@ -16204,6 +16157,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_pargs::write(::apache::thri xfer += oprot->writeString((*(this->tbl_name))); xfer += oprot->writeFieldEnd(); +<<<<<<< HEAD xfer += oprot->writeFieldBegin("names", ::apache::thrift::protocol::T_LIST, 3); { xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast((*(this->names)).size())); @@ -16214,21 +16168,25 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_pargs::write(::apache::thri } xfer += oprot->writeListEnd(); } +======= + xfer += oprot->writeFieldBegin("filter", ::apache::thrift::protocol::T_STRING, 3); + xfer += oprot->writeString((*(this->filter))); +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api xfer += oprot->writeFieldEnd(); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } -ThriftHiveMetastore_get_partitions_by_names_result::~ThriftHiveMetastore_get_partitions_by_names_result() throw() { +ThriftHiveMetastore_get_num_partitions_by_filter_result::~ThriftHiveMetastore_get_num_partitions_by_filter_result() throw() { } -uint32_t ThriftHiveMetastore_get_partitions_by_names_result::read(::apache::thrift::protocol::TProtocol* iprot) { +uint32_t ThriftHiveMetastore_get_num_partitions_by_filter_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16248,6 +16206,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_result::read(::apache::thri switch (fid) { case 0: +<<<<<<< HEAD if (ftype == ::apache::thrift::protocol::T_LIST) { { this->success.clear(); @@ -16262,6 +16221,10 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_result::read(::apache::thri } xfer += iprot->readListEnd(); } +======= + if (ftype == ::apache::thrift::protocol::T_I32) { + xfer += iprot->readI32(this->success); +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api this->__isset.success = true; } else { xfer += iprot->skip(ftype); @@ -16295,13 +16258,14 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_result::read(::apache::thri return xfer; } -uint32_t ThriftHiveMetastore_get_partitions_by_names_result::write(::apache::thrift::protocol::TProtocol* oprot) const { +uint32_t ThriftHiveMetastore_get_num_partitions_by_filter_result::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_names_result"); + xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_num_partitions_by_filter_result"); if (this->__isset.success) { +<<<<<<< HEAD xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0); { xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast(this->success.size())); @@ -16312,6 +16276,10 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_result::write(::apache::thr } xfer += oprot->writeListEnd(); } +======= + xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_I32, 0); + xfer += oprot->writeI32(this->success); +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api xfer += oprot->writeFieldEnd(); } else if (this->__isset.o1) { xfer += oprot->writeFieldBegin("o1", ::apache::thrift::protocol::T_STRUCT, 1); @@ -16328,13 +16296,12 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_result::write(::apache::thr } -ThriftHiveMetastore_get_partitions_by_names_presult::~ThriftHiveMetastore_get_partitions_by_names_presult() throw() { +ThriftHiveMetastore_get_num_partitions_by_filter_presult::~ThriftHiveMetastore_get_num_partitions_by_filter_presult() throw() { } -uint32_t ThriftHiveMetastore_get_partitions_by_names_presult::read(::apache::thrift::protocol::TProtocol* iprot) { +uint32_t ThriftHiveMetastore_get_num_partitions_by_filter_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16354,6 +16321,7 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_presult::read(::apache::thr switch (fid) { case 0: +<<<<<<< HEAD if (ftype == ::apache::thrift::protocol::T_LIST) { { (*(this->success)).clear(); @@ -16368,6 +16336,328 @@ uint32_t ThriftHiveMetastore_get_partitions_by_names_presult::read(::apache::thr } xfer += iprot->readListEnd(); } +======= + if (ftype == ::apache::thrift::protocol::T_I32) { + xfer += iprot->readI32((*(this->success))); +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api + this->__isset.success = true; + } else { + xfer += iprot->skip(ftype); + } + break; + case 1: + if (ftype == ::apache::thrift::protocol::T_STRUCT) { + xfer += this->o1.read(iprot); + this->__isset.o1 = true; + } else { + xfer += iprot->skip(ftype); + } + break; + case 2: + if (ftype == ::apache::thrift::protocol::T_STRUCT) { + xfer += this->o2.read(iprot); + this->__isset.o2 = true; + } else { + xfer += iprot->skip(ftype); + } + break; + default: + xfer += iprot->skip(ftype); + break; + } + xfer += iprot->readFieldEnd(); + } + + xfer += iprot->readStructEnd(); + + return xfer; +} + + +ThriftHiveMetastore_get_partitions_by_names_args::~ThriftHiveMetastore_get_partitions_by_names_args() throw() { +} + + +uint32_t ThriftHiveMetastore_get_partitions_by_names_args::read(::apache::thrift::protocol::TProtocol* iprot) { + + uint32_t xfer = 0; + std::string fname; + ::apache::thrift::protocol::TType ftype; + int16_t fid; + + xfer += iprot->readStructBegin(fname); + + using ::apache::thrift::protocol::TProtocolException; + + + while (true) + { + xfer += iprot->readFieldBegin(fname, ftype, fid); + if (ftype == ::apache::thrift::protocol::T_STOP) { + break; + } + switch (fid) + { + case 1: + if (ftype == ::apache::thrift::protocol::T_STRING) { + xfer += iprot->readString(this->db_name); + this->__isset.db_name = true; + } else { + xfer += iprot->skip(ftype); + } + break; + case 2: + if (ftype == ::apache::thrift::protocol::T_STRING) { + xfer += iprot->readString(this->tbl_name); + this->__isset.tbl_name = true; + } else { + xfer += iprot->skip(ftype); + } + break; + case 3: + if (ftype == ::apache::thrift::protocol::T_LIST) { + { + this->names.clear(); + uint32_t _size1092; + ::apache::thrift::protocol::TType _etype1095; + xfer += iprot->readListBegin(_etype1095, _size1092); + this->names.resize(_size1092); + uint32_t _i1096; + for (_i1096 = 0; _i1096 < _size1092; ++_i1096) + { + xfer += iprot->readString(this->names[_i1096]); + } + xfer += iprot->readListEnd(); + } + this->__isset.names = true; + } else { + xfer += iprot->skip(ftype); + } + break; + default: + xfer += iprot->skip(ftype); + break; + } + xfer += iprot->readFieldEnd(); + } + + xfer += iprot->readStructEnd(); + + return xfer; +} + +uint32_t ThriftHiveMetastore_get_partitions_by_names_args::write(::apache::thrift::protocol::TProtocol* oprot) const { + uint32_t xfer = 0; + oprot->incrementRecursionDepth(); + xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_names_args"); + + xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); + xfer += oprot->writeString(this->db_name); + xfer += oprot->writeFieldEnd(); + + xfer += oprot->writeFieldBegin("tbl_name", ::apache::thrift::protocol::T_STRING, 2); + xfer += oprot->writeString(this->tbl_name); + xfer += oprot->writeFieldEnd(); + + xfer += oprot->writeFieldBegin("names", ::apache::thrift::protocol::T_LIST, 3); + { + xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast(this->names.size())); + std::vector ::const_iterator _iter1097; + for (_iter1097 = this->names.begin(); _iter1097 != this->names.end(); ++_iter1097) + { + xfer += oprot->writeString((*_iter1097)); + } + xfer += oprot->writeListEnd(); + } + xfer += oprot->writeFieldEnd(); + + xfer += oprot->writeFieldStop(); + xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); + return xfer; +} + + +ThriftHiveMetastore_get_partitions_by_names_pargs::~ThriftHiveMetastore_get_partitions_by_names_pargs() throw() { +} + + +uint32_t ThriftHiveMetastore_get_partitions_by_names_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { + uint32_t xfer = 0; + oprot->incrementRecursionDepth(); + xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_names_pargs"); + + xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); + xfer += oprot->writeString((*(this->db_name))); + xfer += oprot->writeFieldEnd(); + + xfer += oprot->writeFieldBegin("tbl_name", ::apache::thrift::protocol::T_STRING, 2); + xfer += oprot->writeString((*(this->tbl_name))); + xfer += oprot->writeFieldEnd(); + + xfer += oprot->writeFieldBegin("names", ::apache::thrift::protocol::T_LIST, 3); + { + xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast((*(this->names)).size())); + std::vector ::const_iterator _iter1098; + for (_iter1098 = (*(this->names)).begin(); _iter1098 != (*(this->names)).end(); ++_iter1098) + { + xfer += oprot->writeString((*_iter1098)); + } + xfer += oprot->writeListEnd(); + } + xfer += oprot->writeFieldEnd(); + + xfer += oprot->writeFieldStop(); + xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); + return xfer; +} + + +ThriftHiveMetastore_get_partitions_by_names_result::~ThriftHiveMetastore_get_partitions_by_names_result() throw() { +} + + +uint32_t ThriftHiveMetastore_get_partitions_by_names_result::read(::apache::thrift::protocol::TProtocol* iprot) { + + uint32_t xfer = 0; + std::string fname; + ::apache::thrift::protocol::TType ftype; + int16_t fid; + + xfer += iprot->readStructBegin(fname); + + using ::apache::thrift::protocol::TProtocolException; + + + while (true) + { + xfer += iprot->readFieldBegin(fname, ftype, fid); + if (ftype == ::apache::thrift::protocol::T_STOP) { + break; + } + switch (fid) + { + case 0: + if (ftype == ::apache::thrift::protocol::T_LIST) { + { + this->success.clear(); + uint32_t _size1099; + ::apache::thrift::protocol::TType _etype1102; + xfer += iprot->readListBegin(_etype1102, _size1099); + this->success.resize(_size1099); + uint32_t _i1103; + for (_i1103 = 0; _i1103 < _size1099; ++_i1103) + { + xfer += this->success[_i1103].read(iprot); + } + xfer += iprot->readListEnd(); + } + this->__isset.success = true; + } else { + xfer += iprot->skip(ftype); + } + break; + case 1: + if (ftype == ::apache::thrift::protocol::T_STRUCT) { + xfer += this->o1.read(iprot); + this->__isset.o1 = true; + } else { + xfer += iprot->skip(ftype); + } + break; + case 2: + if (ftype == ::apache::thrift::protocol::T_STRUCT) { + xfer += this->o2.read(iprot); + this->__isset.o2 = true; + } else { + xfer += iprot->skip(ftype); + } + break; + default: + xfer += iprot->skip(ftype); + break; + } + xfer += iprot->readFieldEnd(); + } + + xfer += iprot->readStructEnd(); + + return xfer; +} + +uint32_t ThriftHiveMetastore_get_partitions_by_names_result::write(::apache::thrift::protocol::TProtocol* oprot) const { + + uint32_t xfer = 0; + + xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_by_names_result"); + + if (this->__isset.success) { + xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0); + { + xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast(this->success.size())); + std::vector ::const_iterator _iter1104; + for (_iter1104 = this->success.begin(); _iter1104 != this->success.end(); ++_iter1104) + { + xfer += (*_iter1104).write(oprot); + } + xfer += oprot->writeListEnd(); + } + xfer += oprot->writeFieldEnd(); + } else if (this->__isset.o1) { + xfer += oprot->writeFieldBegin("o1", ::apache::thrift::protocol::T_STRUCT, 1); + xfer += this->o1.write(oprot); + xfer += oprot->writeFieldEnd(); + } else if (this->__isset.o2) { + xfer += oprot->writeFieldBegin("o2", ::apache::thrift::protocol::T_STRUCT, 2); + xfer += this->o2.write(oprot); + xfer += oprot->writeFieldEnd(); + } + xfer += oprot->writeFieldStop(); + xfer += oprot->writeStructEnd(); + return xfer; +} + + +ThriftHiveMetastore_get_partitions_by_names_presult::~ThriftHiveMetastore_get_partitions_by_names_presult() throw() { +} + + +uint32_t ThriftHiveMetastore_get_partitions_by_names_presult::read(::apache::thrift::protocol::TProtocol* iprot) { + + uint32_t xfer = 0; + std::string fname; + ::apache::thrift::protocol::TType ftype; + int16_t fid; + + xfer += iprot->readStructBegin(fname); + + using ::apache::thrift::protocol::TProtocolException; + + + while (true) + { + xfer += iprot->readFieldBegin(fname, ftype, fid); + if (ftype == ::apache::thrift::protocol::T_STOP) { + break; + } + switch (fid) + { + case 0: + if (ftype == ::apache::thrift::protocol::T_LIST) { + { + (*(this->success)).clear(); + uint32_t _size1105; + ::apache::thrift::protocol::TType _etype1108; + xfer += iprot->readListBegin(_etype1108, _size1105); + (*(this->success)).resize(_size1105); + uint32_t _i1109; + for (_i1109 = 0; _i1109 < _size1105; ++_i1109) + { + xfer += (*(this->success))[_i1109].read(iprot); + } + xfer += iprot->readListEnd(); + } this->__isset.success = true; } else { xfer += iprot->skip(ftype); @@ -16408,7 +16698,6 @@ ThriftHiveMetastore_alter_partition_args::~ThriftHiveMetastore_alter_partition_a uint32_t ThriftHiveMetastore_alter_partition_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16444,9 +16733,27 @@ uint32_t ThriftHiveMetastore_alter_partition_args::read(::apache::thrift::protoc } break; case 3: +<<<<<<< HEAD + if (ftype == ::apache::thrift::protocol::T_LIST) { + { + this->new_parts.clear(); + uint32_t _size1115; + ::apache::thrift::protocol::TType _etype1118; + xfer += iprot->readListBegin(_etype1118, _size1115); + this->new_parts.resize(_size1115); + uint32_t _i1119; + for (_i1119 = 0; _i1119 < _size1115; ++_i1119) + { + xfer += this->new_parts[_i1119].read(iprot); + } + xfer += iprot->readListEnd(); + } + this->__isset.new_parts = true; +======= if (ftype == ::apache::thrift::protocol::T_STRUCT) { xfer += this->new_part.read(iprot); this->__isset.new_part = true; +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api } else { xfer += iprot->skip(ftype); } @@ -16465,7 +16772,7 @@ uint32_t ThriftHiveMetastore_alter_partition_args::read(::apache::thrift::protoc uint32_t ThriftHiveMetastore_alter_partition_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_partition_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -16476,12 +16783,26 @@ uint32_t ThriftHiveMetastore_alter_partition_args::write(::apache::thrift::proto xfer += oprot->writeString(this->tbl_name); xfer += oprot->writeFieldEnd(); +<<<<<<< HEAD + xfer += oprot->writeFieldBegin("new_parts", ::apache::thrift::protocol::T_LIST, 3); + { + xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast(this->new_parts.size())); + std::vector ::const_iterator _iter1120; + for (_iter1120 = this->new_parts.begin(); _iter1120 != this->new_parts.end(); ++_iter1120) + { + xfer += (*_iter1120).write(oprot); + } + xfer += oprot->writeListEnd(); + } +======= xfer += oprot->writeFieldBegin("new_part", ::apache::thrift::protocol::T_STRUCT, 3); xfer += this->new_part.write(oprot); +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api xfer += oprot->writeFieldEnd(); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16492,7 +16813,7 @@ ThriftHiveMetastore_alter_partition_pargs::~ThriftHiveMetastore_alter_partition_ uint32_t ThriftHiveMetastore_alter_partition_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_partition_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -16503,12 +16824,26 @@ uint32_t ThriftHiveMetastore_alter_partition_pargs::write(::apache::thrift::prot xfer += oprot->writeString((*(this->tbl_name))); xfer += oprot->writeFieldEnd(); +<<<<<<< HEAD + xfer += oprot->writeFieldBegin("new_parts", ::apache::thrift::protocol::T_LIST, 3); + { + xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast((*(this->new_parts)).size())); + std::vector ::const_iterator _iter1121; + for (_iter1121 = (*(this->new_parts)).begin(); _iter1121 != (*(this->new_parts)).end(); ++_iter1121) + { + xfer += (*_iter1121).write(oprot); + } + xfer += oprot->writeListEnd(); + } +======= xfer += oprot->writeFieldBegin("new_part", ::apache::thrift::protocol::T_STRUCT, 3); xfer += (*(this->new_part)).write(oprot); +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api xfer += oprot->writeFieldEnd(); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16519,7 +16854,6 @@ ThriftHiveMetastore_alter_partition_result::~ThriftHiveMetastore_alter_partition uint32_t ThriftHiveMetastore_alter_partition_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16593,7 +16927,6 @@ ThriftHiveMetastore_alter_partition_presult::~ThriftHiveMetastore_alter_partitio uint32_t ThriftHiveMetastore_alter_partition_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16647,7 +16980,6 @@ ThriftHiveMetastore_alter_partitions_args::~ThriftHiveMetastore_alter_partitions uint32_t ThriftHiveMetastore_alter_partitions_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16686,14 +17018,14 @@ uint32_t ThriftHiveMetastore_alter_partitions_args::read(::apache::thrift::proto if (ftype == ::apache::thrift::protocol::T_LIST) { { this->new_parts.clear(); - uint32_t _size1115; - ::apache::thrift::protocol::TType _etype1118; - xfer += iprot->readListBegin(_etype1118, _size1115); - this->new_parts.resize(_size1115); - uint32_t _i1119; - for (_i1119 = 0; _i1119 < _size1115; ++_i1119) + uint32_t _size1110; + ::apache::thrift::protocol::TType _etype1113; + xfer += iprot->readListBegin(_etype1113, _size1110); + this->new_parts.resize(_size1110); + uint32_t _i1114; + for (_i1114 = 0; _i1114 < _size1110; ++_i1114) { - xfer += this->new_parts[_i1119].read(iprot); + xfer += this->new_parts[_i1114].read(iprot); } xfer += iprot->readListEnd(); } @@ -16716,7 +17048,7 @@ uint32_t ThriftHiveMetastore_alter_partitions_args::read(::apache::thrift::proto uint32_t ThriftHiveMetastore_alter_partitions_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_partitions_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -16730,10 +17062,10 @@ uint32_t ThriftHiveMetastore_alter_partitions_args::write(::apache::thrift::prot xfer += oprot->writeFieldBegin("new_parts", ::apache::thrift::protocol::T_LIST, 3); { xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast(this->new_parts.size())); - std::vector ::const_iterator _iter1120; - for (_iter1120 = this->new_parts.begin(); _iter1120 != this->new_parts.end(); ++_iter1120) + std::vector ::const_iterator _iter1115; + for (_iter1115 = this->new_parts.begin(); _iter1115 != this->new_parts.end(); ++_iter1115) { - xfer += (*_iter1120).write(oprot); + xfer += (*_iter1115).write(oprot); } xfer += oprot->writeListEnd(); } @@ -16741,6 +17073,7 @@ uint32_t ThriftHiveMetastore_alter_partitions_args::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16751,7 +17084,7 @@ ThriftHiveMetastore_alter_partitions_pargs::~ThriftHiveMetastore_alter_partition uint32_t ThriftHiveMetastore_alter_partitions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_partitions_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -16765,10 +17098,10 @@ uint32_t ThriftHiveMetastore_alter_partitions_pargs::write(::apache::thrift::pro xfer += oprot->writeFieldBegin("new_parts", ::apache::thrift::protocol::T_LIST, 3); { xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast((*(this->new_parts)).size())); - std::vector ::const_iterator _iter1121; - for (_iter1121 = (*(this->new_parts)).begin(); _iter1121 != (*(this->new_parts)).end(); ++_iter1121) + std::vector ::const_iterator _iter1116; + for (_iter1116 = (*(this->new_parts)).begin(); _iter1116 != (*(this->new_parts)).end(); ++_iter1116) { - xfer += (*_iter1121).write(oprot); + xfer += (*_iter1116).write(oprot); } xfer += oprot->writeListEnd(); } @@ -16776,6 +17109,7 @@ uint32_t ThriftHiveMetastore_alter_partitions_pargs::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16786,7 +17120,6 @@ ThriftHiveMetastore_alter_partitions_result::~ThriftHiveMetastore_alter_partitio uint32_t ThriftHiveMetastore_alter_partitions_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16860,7 +17193,6 @@ ThriftHiveMetastore_alter_partitions_presult::~ThriftHiveMetastore_alter_partiti uint32_t ThriftHiveMetastore_alter_partitions_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16914,7 +17246,6 @@ ThriftHiveMetastore_alter_partition_with_environment_context_args::~ThriftHiveMe uint32_t ThriftHiveMetastore_alter_partition_with_environment_context_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16979,7 +17310,7 @@ uint32_t ThriftHiveMetastore_alter_partition_with_environment_context_args::read uint32_t ThriftHiveMetastore_alter_partition_with_environment_context_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_partition_with_environment_context_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -17000,6 +17331,7 @@ uint32_t ThriftHiveMetastore_alter_partition_with_environment_context_args::writ xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17010,7 +17342,7 @@ ThriftHiveMetastore_alter_partition_with_environment_context_pargs::~ThriftHiveM uint32_t ThriftHiveMetastore_alter_partition_with_environment_context_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_partition_with_environment_context_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -17031,6 +17363,7 @@ uint32_t ThriftHiveMetastore_alter_partition_with_environment_context_pargs::wri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17041,7 +17374,6 @@ ThriftHiveMetastore_alter_partition_with_environment_context_result::~ThriftHive uint32_t ThriftHiveMetastore_alter_partition_with_environment_context_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17115,7 +17447,6 @@ ThriftHiveMetastore_alter_partition_with_environment_context_presult::~ThriftHiv uint32_t ThriftHiveMetastore_alter_partition_with_environment_context_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17169,7 +17500,6 @@ ThriftHiveMetastore_rename_partition_args::~ThriftHiveMetastore_rename_partition uint32_t ThriftHiveMetastore_rename_partition_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17246,7 +17576,7 @@ uint32_t ThriftHiveMetastore_rename_partition_args::read(::apache::thrift::proto uint32_t ThriftHiveMetastore_rename_partition_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_rename_partition_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -17275,6 +17605,7 @@ uint32_t ThriftHiveMetastore_rename_partition_args::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17285,7 +17616,7 @@ ThriftHiveMetastore_rename_partition_pargs::~ThriftHiveMetastore_rename_partitio uint32_t ThriftHiveMetastore_rename_partition_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_rename_partition_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -17314,6 +17645,7 @@ uint32_t ThriftHiveMetastore_rename_partition_pargs::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17324,7 +17656,6 @@ ThriftHiveMetastore_rename_partition_result::~ThriftHiveMetastore_rename_partiti uint32_t ThriftHiveMetastore_rename_partition_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17398,7 +17729,6 @@ ThriftHiveMetastore_rename_partition_presult::~ThriftHiveMetastore_rename_partit uint32_t ThriftHiveMetastore_rename_partition_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17452,7 +17782,6 @@ ThriftHiveMetastore_partition_name_has_valid_characters_args::~ThriftHiveMetasto uint32_t ThriftHiveMetastore_partition_name_has_valid_characters_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17513,7 +17842,7 @@ uint32_t ThriftHiveMetastore_partition_name_has_valid_characters_args::read(::ap uint32_t ThriftHiveMetastore_partition_name_has_valid_characters_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_partition_name_has_valid_characters_args"); xfer += oprot->writeFieldBegin("part_vals", ::apache::thrift::protocol::T_LIST, 1); @@ -17534,6 +17863,7 @@ uint32_t ThriftHiveMetastore_partition_name_has_valid_characters_args::write(::a xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17544,7 +17874,7 @@ ThriftHiveMetastore_partition_name_has_valid_characters_pargs::~ThriftHiveMetast uint32_t ThriftHiveMetastore_partition_name_has_valid_characters_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_partition_name_has_valid_characters_pargs"); xfer += oprot->writeFieldBegin("part_vals", ::apache::thrift::protocol::T_LIST, 1); @@ -17565,6 +17895,7 @@ uint32_t ThriftHiveMetastore_partition_name_has_valid_characters_pargs::write(:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17575,7 +17906,6 @@ ThriftHiveMetastore_partition_name_has_valid_characters_result::~ThriftHiveMetas uint32_t ThriftHiveMetastore_partition_name_has_valid_characters_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17649,7 +17979,6 @@ ThriftHiveMetastore_partition_name_has_valid_characters_presult::~ThriftHiveMeta uint32_t ThriftHiveMetastore_partition_name_has_valid_characters_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17703,7 +18032,6 @@ ThriftHiveMetastore_get_config_value_args::~ThriftHiveMetastore_get_config_value uint32_t ThriftHiveMetastore_get_config_value_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17752,7 +18080,7 @@ uint32_t ThriftHiveMetastore_get_config_value_args::read(::apache::thrift::proto uint32_t ThriftHiveMetastore_get_config_value_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_config_value_args"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -17765,6 +18093,7 @@ uint32_t ThriftHiveMetastore_get_config_value_args::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17775,7 +18104,7 @@ ThriftHiveMetastore_get_config_value_pargs::~ThriftHiveMetastore_get_config_valu uint32_t ThriftHiveMetastore_get_config_value_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_config_value_pargs"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -17788,6 +18117,7 @@ uint32_t ThriftHiveMetastore_get_config_value_pargs::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17798,7 +18128,6 @@ ThriftHiveMetastore_get_config_value_result::~ThriftHiveMetastore_get_config_val uint32_t ThriftHiveMetastore_get_config_value_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17872,7 +18201,6 @@ ThriftHiveMetastore_get_config_value_presult::~ThriftHiveMetastore_get_config_va uint32_t ThriftHiveMetastore_get_config_value_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17926,7 +18254,6 @@ ThriftHiveMetastore_partition_name_to_vals_args::~ThriftHiveMetastore_partition_ uint32_t ThriftHiveMetastore_partition_name_to_vals_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17967,7 +18294,7 @@ uint32_t ThriftHiveMetastore_partition_name_to_vals_args::read(::apache::thrift: uint32_t ThriftHiveMetastore_partition_name_to_vals_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_partition_name_to_vals_args"); xfer += oprot->writeFieldBegin("part_name", ::apache::thrift::protocol::T_STRING, 1); @@ -17976,6 +18303,7 @@ uint32_t ThriftHiveMetastore_partition_name_to_vals_args::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17986,7 +18314,7 @@ ThriftHiveMetastore_partition_name_to_vals_pargs::~ThriftHiveMetastore_partition uint32_t ThriftHiveMetastore_partition_name_to_vals_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_partition_name_to_vals_pargs"); xfer += oprot->writeFieldBegin("part_name", ::apache::thrift::protocol::T_STRING, 1); @@ -17995,6 +18323,7 @@ uint32_t ThriftHiveMetastore_partition_name_to_vals_pargs::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -18005,7 +18334,6 @@ ThriftHiveMetastore_partition_name_to_vals_result::~ThriftHiveMetastore_partitio uint32_t ThriftHiveMetastore_partition_name_to_vals_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18099,7 +18427,6 @@ ThriftHiveMetastore_partition_name_to_vals_presult::~ThriftHiveMetastore_partiti uint32_t ThriftHiveMetastore_partition_name_to_vals_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18165,7 +18492,6 @@ ThriftHiveMetastore_partition_name_to_spec_args::~ThriftHiveMetastore_partition_ uint32_t ThriftHiveMetastore_partition_name_to_spec_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18206,7 +18532,7 @@ uint32_t ThriftHiveMetastore_partition_name_to_spec_args::read(::apache::thrift: uint32_t ThriftHiveMetastore_partition_name_to_spec_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_partition_name_to_spec_args"); xfer += oprot->writeFieldBegin("part_name", ::apache::thrift::protocol::T_STRING, 1); @@ -18215,6 +18541,7 @@ uint32_t ThriftHiveMetastore_partition_name_to_spec_args::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -18225,7 +18552,7 @@ ThriftHiveMetastore_partition_name_to_spec_pargs::~ThriftHiveMetastore_partition uint32_t ThriftHiveMetastore_partition_name_to_spec_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_partition_name_to_spec_pargs"); xfer += oprot->writeFieldBegin("part_name", ::apache::thrift::protocol::T_STRING, 1); @@ -18234,6 +18561,7 @@ uint32_t ThriftHiveMetastore_partition_name_to_spec_pargs::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -18244,7 +18572,6 @@ ThriftHiveMetastore_partition_name_to_spec_result::~ThriftHiveMetastore_partitio uint32_t ThriftHiveMetastore_partition_name_to_spec_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18342,7 +18669,6 @@ ThriftHiveMetastore_partition_name_to_spec_presult::~ThriftHiveMetastore_partiti uint32_t ThriftHiveMetastore_partition_name_to_spec_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18411,7 +18737,6 @@ ThriftHiveMetastore_markPartitionForEvent_args::~ThriftHiveMetastore_markPartiti uint32_t ThriftHiveMetastore_markPartitionForEvent_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18493,7 +18818,7 @@ uint32_t ThriftHiveMetastore_markPartitionForEvent_args::read(::apache::thrift:: uint32_t ThriftHiveMetastore_markPartitionForEvent_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_markPartitionForEvent_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -18523,6 +18848,7 @@ uint32_t ThriftHiveMetastore_markPartitionForEvent_args::write(::apache::thrift: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -18533,7 +18859,7 @@ ThriftHiveMetastore_markPartitionForEvent_pargs::~ThriftHiveMetastore_markPartit uint32_t ThriftHiveMetastore_markPartitionForEvent_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_markPartitionForEvent_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -18563,6 +18889,7 @@ uint32_t ThriftHiveMetastore_markPartitionForEvent_pargs::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -18573,7 +18900,6 @@ ThriftHiveMetastore_markPartitionForEvent_result::~ThriftHiveMetastore_markParti uint32_t ThriftHiveMetastore_markPartitionForEvent_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18695,7 +19021,6 @@ ThriftHiveMetastore_markPartitionForEvent_presult::~ThriftHiveMetastore_markPart uint32_t ThriftHiveMetastore_markPartitionForEvent_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18781,7 +19106,6 @@ ThriftHiveMetastore_isPartitionMarkedForEvent_args::~ThriftHiveMetastore_isParti uint32_t ThriftHiveMetastore_isPartitionMarkedForEvent_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -18863,7 +19187,7 @@ uint32_t ThriftHiveMetastore_isPartitionMarkedForEvent_args::read(::apache::thri uint32_t ThriftHiveMetastore_isPartitionMarkedForEvent_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_isPartitionMarkedForEvent_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -18893,6 +19217,7 @@ uint32_t ThriftHiveMetastore_isPartitionMarkedForEvent_args::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -18903,7 +19228,7 @@ ThriftHiveMetastore_isPartitionMarkedForEvent_pargs::~ThriftHiveMetastore_isPart uint32_t ThriftHiveMetastore_isPartitionMarkedForEvent_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_isPartitionMarkedForEvent_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -18933,6 +19258,7 @@ uint32_t ThriftHiveMetastore_isPartitionMarkedForEvent_pargs::write(::apache::th xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -18943,7 +19269,6 @@ ThriftHiveMetastore_isPartitionMarkedForEvent_result::~ThriftHiveMetastore_isPar uint32_t ThriftHiveMetastore_isPartitionMarkedForEvent_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19077,7 +19402,6 @@ ThriftHiveMetastore_isPartitionMarkedForEvent_presult::~ThriftHiveMetastore_isPa uint32_t ThriftHiveMetastore_isPartitionMarkedForEvent_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19171,7 +19495,6 @@ ThriftHiveMetastore_add_index_args::~ThriftHiveMetastore_add_index_args() throw( uint32_t ThriftHiveMetastore_add_index_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19220,7 +19543,7 @@ uint32_t ThriftHiveMetastore_add_index_args::read(::apache::thrift::protocol::TP uint32_t ThriftHiveMetastore_add_index_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_index_args"); xfer += oprot->writeFieldBegin("new_index", ::apache::thrift::protocol::T_STRUCT, 1); @@ -19233,6 +19556,7 @@ uint32_t ThriftHiveMetastore_add_index_args::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -19243,7 +19567,7 @@ ThriftHiveMetastore_add_index_pargs::~ThriftHiveMetastore_add_index_pargs() thro uint32_t ThriftHiveMetastore_add_index_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_index_pargs"); xfer += oprot->writeFieldBegin("new_index", ::apache::thrift::protocol::T_STRUCT, 1); @@ -19256,6 +19580,7 @@ uint32_t ThriftHiveMetastore_add_index_pargs::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -19266,7 +19591,6 @@ ThriftHiveMetastore_add_index_result::~ThriftHiveMetastore_add_index_result() th uint32_t ThriftHiveMetastore_add_index_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19364,7 +19688,6 @@ ThriftHiveMetastore_add_index_presult::~ThriftHiveMetastore_add_index_presult() uint32_t ThriftHiveMetastore_add_index_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19434,7 +19757,6 @@ ThriftHiveMetastore_alter_index_args::~ThriftHiveMetastore_alter_index_args() th uint32_t ThriftHiveMetastore_alter_index_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19499,7 +19821,7 @@ uint32_t ThriftHiveMetastore_alter_index_args::read(::apache::thrift::protocol:: uint32_t ThriftHiveMetastore_alter_index_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_index_args"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -19520,6 +19842,7 @@ uint32_t ThriftHiveMetastore_alter_index_args::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -19530,7 +19853,7 @@ ThriftHiveMetastore_alter_index_pargs::~ThriftHiveMetastore_alter_index_pargs() uint32_t ThriftHiveMetastore_alter_index_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_index_pargs"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -19551,6 +19874,7 @@ uint32_t ThriftHiveMetastore_alter_index_pargs::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -19561,7 +19885,6 @@ ThriftHiveMetastore_alter_index_result::~ThriftHiveMetastore_alter_index_result( uint32_t ThriftHiveMetastore_alter_index_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19635,7 +19958,6 @@ ThriftHiveMetastore_alter_index_presult::~ThriftHiveMetastore_alter_index_presul uint32_t ThriftHiveMetastore_alter_index_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19689,7 +20011,6 @@ ThriftHiveMetastore_drop_index_by_name_args::~ThriftHiveMetastore_drop_index_by_ uint32_t ThriftHiveMetastore_drop_index_by_name_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19754,7 +20075,7 @@ uint32_t ThriftHiveMetastore_drop_index_by_name_args::read(::apache::thrift::pro uint32_t ThriftHiveMetastore_drop_index_by_name_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_index_by_name_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -19775,6 +20096,7 @@ uint32_t ThriftHiveMetastore_drop_index_by_name_args::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -19785,7 +20107,7 @@ ThriftHiveMetastore_drop_index_by_name_pargs::~ThriftHiveMetastore_drop_index_by uint32_t ThriftHiveMetastore_drop_index_by_name_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_index_by_name_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -19806,6 +20128,7 @@ uint32_t ThriftHiveMetastore_drop_index_by_name_pargs::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -19816,7 +20139,6 @@ ThriftHiveMetastore_drop_index_by_name_result::~ThriftHiveMetastore_drop_index_b uint32_t ThriftHiveMetastore_drop_index_by_name_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19902,7 +20224,6 @@ ThriftHiveMetastore_drop_index_by_name_presult::~ThriftHiveMetastore_drop_index_ uint32_t ThriftHiveMetastore_drop_index_by_name_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -19964,7 +20285,6 @@ ThriftHiveMetastore_get_index_by_name_args::~ThriftHiveMetastore_get_index_by_na uint32_t ThriftHiveMetastore_get_index_by_name_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20021,7 +20341,7 @@ uint32_t ThriftHiveMetastore_get_index_by_name_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_get_index_by_name_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_index_by_name_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -20038,6 +20358,7 @@ uint32_t ThriftHiveMetastore_get_index_by_name_args::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -20048,7 +20369,7 @@ ThriftHiveMetastore_get_index_by_name_pargs::~ThriftHiveMetastore_get_index_by_n uint32_t ThriftHiveMetastore_get_index_by_name_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_index_by_name_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -20065,6 +20386,7 @@ uint32_t ThriftHiveMetastore_get_index_by_name_pargs::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -20075,7 +20397,6 @@ ThriftHiveMetastore_get_index_by_name_result::~ThriftHiveMetastore_get_index_by_ uint32_t ThriftHiveMetastore_get_index_by_name_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20161,7 +20482,6 @@ ThriftHiveMetastore_get_index_by_name_presult::~ThriftHiveMetastore_get_index_by uint32_t ThriftHiveMetastore_get_index_by_name_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20223,7 +20543,6 @@ ThriftHiveMetastore_get_indexes_args::~ThriftHiveMetastore_get_indexes_args() th uint32_t ThriftHiveMetastore_get_indexes_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20280,7 +20599,7 @@ uint32_t ThriftHiveMetastore_get_indexes_args::read(::apache::thrift::protocol:: uint32_t ThriftHiveMetastore_get_indexes_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_indexes_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -20297,6 +20616,7 @@ uint32_t ThriftHiveMetastore_get_indexes_args::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -20307,7 +20627,7 @@ ThriftHiveMetastore_get_indexes_pargs::~ThriftHiveMetastore_get_indexes_pargs() uint32_t ThriftHiveMetastore_get_indexes_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_indexes_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -20324,6 +20644,7 @@ uint32_t ThriftHiveMetastore_get_indexes_pargs::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -20334,7 +20655,6 @@ ThriftHiveMetastore_get_indexes_result::~ThriftHiveMetastore_get_indexes_result( uint32_t ThriftHiveMetastore_get_indexes_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20440,7 +20760,6 @@ ThriftHiveMetastore_get_indexes_presult::~ThriftHiveMetastore_get_indexes_presul uint32_t ThriftHiveMetastore_get_indexes_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20514,7 +20833,6 @@ ThriftHiveMetastore_get_index_names_args::~ThriftHiveMetastore_get_index_names_a uint32_t ThriftHiveMetastore_get_index_names_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20571,7 +20889,7 @@ uint32_t ThriftHiveMetastore_get_index_names_args::read(::apache::thrift::protoc uint32_t ThriftHiveMetastore_get_index_names_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_index_names_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -20588,6 +20906,7 @@ uint32_t ThriftHiveMetastore_get_index_names_args::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -20598,7 +20917,7 @@ ThriftHiveMetastore_get_index_names_pargs::~ThriftHiveMetastore_get_index_names_ uint32_t ThriftHiveMetastore_get_index_names_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_index_names_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -20615,6 +20934,7 @@ uint32_t ThriftHiveMetastore_get_index_names_pargs::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -20625,7 +20945,6 @@ ThriftHiveMetastore_get_index_names_result::~ThriftHiveMetastore_get_index_names uint32_t ThriftHiveMetastore_get_index_names_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20719,7 +21038,6 @@ ThriftHiveMetastore_get_index_names_presult::~ThriftHiveMetastore_get_index_name uint32_t ThriftHiveMetastore_get_index_names_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20785,7 +21103,6 @@ ThriftHiveMetastore_update_table_column_statistics_args::~ThriftHiveMetastore_up uint32_t ThriftHiveMetastore_update_table_column_statistics_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20826,7 +21143,7 @@ uint32_t ThriftHiveMetastore_update_table_column_statistics_args::read(::apache: uint32_t ThriftHiveMetastore_update_table_column_statistics_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_update_table_column_statistics_args"); xfer += oprot->writeFieldBegin("stats_obj", ::apache::thrift::protocol::T_STRUCT, 1); @@ -20835,6 +21152,7 @@ uint32_t ThriftHiveMetastore_update_table_column_statistics_args::write(::apache xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -20845,7 +21163,7 @@ ThriftHiveMetastore_update_table_column_statistics_pargs::~ThriftHiveMetastore_u uint32_t ThriftHiveMetastore_update_table_column_statistics_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_update_table_column_statistics_pargs"); xfer += oprot->writeFieldBegin("stats_obj", ::apache::thrift::protocol::T_STRUCT, 1); @@ -20854,6 +21172,7 @@ uint32_t ThriftHiveMetastore_update_table_column_statistics_pargs::write(::apach xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -20864,7 +21183,6 @@ ThriftHiveMetastore_update_table_column_statistics_result::~ThriftHiveMetastore_ uint32_t ThriftHiveMetastore_update_table_column_statistics_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -20974,7 +21292,6 @@ ThriftHiveMetastore_update_table_column_statistics_presult::~ThriftHiveMetastore uint32_t ThriftHiveMetastore_update_table_column_statistics_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21052,7 +21369,6 @@ ThriftHiveMetastore_update_partition_column_statistics_args::~ThriftHiveMetastor uint32_t ThriftHiveMetastore_update_partition_column_statistics_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21093,7 +21409,7 @@ uint32_t ThriftHiveMetastore_update_partition_column_statistics_args::read(::apa uint32_t ThriftHiveMetastore_update_partition_column_statistics_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_update_partition_column_statistics_args"); xfer += oprot->writeFieldBegin("stats_obj", ::apache::thrift::protocol::T_STRUCT, 1); @@ -21102,6 +21418,7 @@ uint32_t ThriftHiveMetastore_update_partition_column_statistics_args::write(::ap xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -21112,7 +21429,7 @@ ThriftHiveMetastore_update_partition_column_statistics_pargs::~ThriftHiveMetasto uint32_t ThriftHiveMetastore_update_partition_column_statistics_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_update_partition_column_statistics_pargs"); xfer += oprot->writeFieldBegin("stats_obj", ::apache::thrift::protocol::T_STRUCT, 1); @@ -21121,6 +21438,7 @@ uint32_t ThriftHiveMetastore_update_partition_column_statistics_pargs::write(::a xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -21131,7 +21449,6 @@ ThriftHiveMetastore_update_partition_column_statistics_result::~ThriftHiveMetast uint32_t ThriftHiveMetastore_update_partition_column_statistics_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21241,7 +21558,6 @@ ThriftHiveMetastore_update_partition_column_statistics_presult::~ThriftHiveMetas uint32_t ThriftHiveMetastore_update_partition_column_statistics_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21319,7 +21635,6 @@ ThriftHiveMetastore_get_table_column_statistics_args::~ThriftHiveMetastore_get_t uint32_t ThriftHiveMetastore_get_table_column_statistics_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21376,7 +21691,7 @@ uint32_t ThriftHiveMetastore_get_table_column_statistics_args::read(::apache::th uint32_t ThriftHiveMetastore_get_table_column_statistics_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_column_statistics_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -21393,6 +21708,7 @@ uint32_t ThriftHiveMetastore_get_table_column_statistics_args::write(::apache::t xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -21403,7 +21719,7 @@ ThriftHiveMetastore_get_table_column_statistics_pargs::~ThriftHiveMetastore_get_ uint32_t ThriftHiveMetastore_get_table_column_statistics_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_column_statistics_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -21420,6 +21736,7 @@ uint32_t ThriftHiveMetastore_get_table_column_statistics_pargs::write(::apache:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -21430,7 +21747,6 @@ ThriftHiveMetastore_get_table_column_statistics_result::~ThriftHiveMetastore_get uint32_t ThriftHiveMetastore_get_table_column_statistics_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21540,7 +21856,6 @@ ThriftHiveMetastore_get_table_column_statistics_presult::~ThriftHiveMetastore_ge uint32_t ThriftHiveMetastore_get_table_column_statistics_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21618,7 +21933,6 @@ ThriftHiveMetastore_get_partition_column_statistics_args::~ThriftHiveMetastore_g uint32_t ThriftHiveMetastore_get_partition_column_statistics_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21683,7 +21997,7 @@ uint32_t ThriftHiveMetastore_get_partition_column_statistics_args::read(::apache uint32_t ThriftHiveMetastore_get_partition_column_statistics_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_column_statistics_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -21704,6 +22018,7 @@ uint32_t ThriftHiveMetastore_get_partition_column_statistics_args::write(::apach xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -21714,7 +22029,7 @@ ThriftHiveMetastore_get_partition_column_statistics_pargs::~ThriftHiveMetastore_ uint32_t ThriftHiveMetastore_get_partition_column_statistics_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partition_column_statistics_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -21735,6 +22050,7 @@ uint32_t ThriftHiveMetastore_get_partition_column_statistics_pargs::write(::apac xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -21745,7 +22061,6 @@ ThriftHiveMetastore_get_partition_column_statistics_result::~ThriftHiveMetastore uint32_t ThriftHiveMetastore_get_partition_column_statistics_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21855,7 +22170,6 @@ ThriftHiveMetastore_get_partition_column_statistics_presult::~ThriftHiveMetastor uint32_t ThriftHiveMetastore_get_partition_column_statistics_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21933,7 +22247,6 @@ ThriftHiveMetastore_get_table_statistics_req_args::~ThriftHiveMetastore_get_tabl uint32_t ThriftHiveMetastore_get_table_statistics_req_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -21974,7 +22287,7 @@ uint32_t ThriftHiveMetastore_get_table_statistics_req_args::read(::apache::thrif uint32_t ThriftHiveMetastore_get_table_statistics_req_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_statistics_req_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -21983,6 +22296,7 @@ uint32_t ThriftHiveMetastore_get_table_statistics_req_args::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -21993,7 +22307,7 @@ ThriftHiveMetastore_get_table_statistics_req_pargs::~ThriftHiveMetastore_get_tab uint32_t ThriftHiveMetastore_get_table_statistics_req_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_table_statistics_req_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -22002,6 +22316,7 @@ uint32_t ThriftHiveMetastore_get_table_statistics_req_pargs::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -22012,7 +22327,6 @@ ThriftHiveMetastore_get_table_statistics_req_result::~ThriftHiveMetastore_get_ta uint32_t ThriftHiveMetastore_get_table_statistics_req_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22098,7 +22412,6 @@ ThriftHiveMetastore_get_table_statistics_req_presult::~ThriftHiveMetastore_get_t uint32_t ThriftHiveMetastore_get_table_statistics_req_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22160,7 +22473,6 @@ ThriftHiveMetastore_get_partitions_statistics_req_args::~ThriftHiveMetastore_get uint32_t ThriftHiveMetastore_get_partitions_statistics_req_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22201,7 +22513,7 @@ uint32_t ThriftHiveMetastore_get_partitions_statistics_req_args::read(::apache:: uint32_t ThriftHiveMetastore_get_partitions_statistics_req_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_statistics_req_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -22210,6 +22522,7 @@ uint32_t ThriftHiveMetastore_get_partitions_statistics_req_args::write(::apache: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -22220,7 +22533,7 @@ ThriftHiveMetastore_get_partitions_statistics_req_pargs::~ThriftHiveMetastore_ge uint32_t ThriftHiveMetastore_get_partitions_statistics_req_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_partitions_statistics_req_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -22229,6 +22542,7 @@ uint32_t ThriftHiveMetastore_get_partitions_statistics_req_pargs::write(::apache xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -22239,7 +22553,6 @@ ThriftHiveMetastore_get_partitions_statistics_req_result::~ThriftHiveMetastore_g uint32_t ThriftHiveMetastore_get_partitions_statistics_req_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22325,7 +22638,6 @@ ThriftHiveMetastore_get_partitions_statistics_req_presult::~ThriftHiveMetastore_ uint32_t ThriftHiveMetastore_get_partitions_statistics_req_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22387,7 +22699,6 @@ ThriftHiveMetastore_get_aggr_stats_for_args::~ThriftHiveMetastore_get_aggr_stats uint32_t ThriftHiveMetastore_get_aggr_stats_for_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22428,7 +22739,7 @@ uint32_t ThriftHiveMetastore_get_aggr_stats_for_args::read(::apache::thrift::pro uint32_t ThriftHiveMetastore_get_aggr_stats_for_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_aggr_stats_for_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -22437,6 +22748,7 @@ uint32_t ThriftHiveMetastore_get_aggr_stats_for_args::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -22447,7 +22759,7 @@ ThriftHiveMetastore_get_aggr_stats_for_pargs::~ThriftHiveMetastore_get_aggr_stat uint32_t ThriftHiveMetastore_get_aggr_stats_for_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_aggr_stats_for_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -22456,6 +22768,7 @@ uint32_t ThriftHiveMetastore_get_aggr_stats_for_pargs::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -22466,7 +22779,6 @@ ThriftHiveMetastore_get_aggr_stats_for_result::~ThriftHiveMetastore_get_aggr_sta uint32_t ThriftHiveMetastore_get_aggr_stats_for_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22552,7 +22864,6 @@ ThriftHiveMetastore_get_aggr_stats_for_presult::~ThriftHiveMetastore_get_aggr_st uint32_t ThriftHiveMetastore_get_aggr_stats_for_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22614,7 +22925,6 @@ ThriftHiveMetastore_set_aggr_stats_for_args::~ThriftHiveMetastore_set_aggr_stats uint32_t ThriftHiveMetastore_set_aggr_stats_for_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22655,7 +22965,7 @@ uint32_t ThriftHiveMetastore_set_aggr_stats_for_args::read(::apache::thrift::pro uint32_t ThriftHiveMetastore_set_aggr_stats_for_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_set_aggr_stats_for_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -22664,6 +22974,7 @@ uint32_t ThriftHiveMetastore_set_aggr_stats_for_args::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -22674,7 +22985,7 @@ ThriftHiveMetastore_set_aggr_stats_for_pargs::~ThriftHiveMetastore_set_aggr_stat uint32_t ThriftHiveMetastore_set_aggr_stats_for_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_set_aggr_stats_for_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -22683,6 +22994,7 @@ uint32_t ThriftHiveMetastore_set_aggr_stats_for_pargs::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -22693,7 +23005,6 @@ ThriftHiveMetastore_set_aggr_stats_for_result::~ThriftHiveMetastore_set_aggr_sta uint32_t ThriftHiveMetastore_set_aggr_stats_for_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22803,7 +23114,6 @@ ThriftHiveMetastore_set_aggr_stats_for_presult::~ThriftHiveMetastore_set_aggr_st uint32_t ThriftHiveMetastore_set_aggr_stats_for_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22881,7 +23191,6 @@ ThriftHiveMetastore_delete_partition_column_statistics_args::~ThriftHiveMetastor uint32_t ThriftHiveMetastore_delete_partition_column_statistics_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -22946,7 +23255,7 @@ uint32_t ThriftHiveMetastore_delete_partition_column_statistics_args::read(::apa uint32_t ThriftHiveMetastore_delete_partition_column_statistics_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_delete_partition_column_statistics_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -22967,6 +23276,7 @@ uint32_t ThriftHiveMetastore_delete_partition_column_statistics_args::write(::ap xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -22977,7 +23287,7 @@ ThriftHiveMetastore_delete_partition_column_statistics_pargs::~ThriftHiveMetasto uint32_t ThriftHiveMetastore_delete_partition_column_statistics_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_delete_partition_column_statistics_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -22998,6 +23308,7 @@ uint32_t ThriftHiveMetastore_delete_partition_column_statistics_pargs::write(::a xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -23008,7 +23319,6 @@ ThriftHiveMetastore_delete_partition_column_statistics_result::~ThriftHiveMetast uint32_t ThriftHiveMetastore_delete_partition_column_statistics_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23118,7 +23428,6 @@ ThriftHiveMetastore_delete_partition_column_statistics_presult::~ThriftHiveMetas uint32_t ThriftHiveMetastore_delete_partition_column_statistics_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23196,7 +23505,6 @@ ThriftHiveMetastore_delete_table_column_statistics_args::~ThriftHiveMetastore_de uint32_t ThriftHiveMetastore_delete_table_column_statistics_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23253,7 +23561,7 @@ uint32_t ThriftHiveMetastore_delete_table_column_statistics_args::read(::apache: uint32_t ThriftHiveMetastore_delete_table_column_statistics_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_delete_table_column_statistics_args"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -23270,6 +23578,7 @@ uint32_t ThriftHiveMetastore_delete_table_column_statistics_args::write(::apache xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -23280,7 +23589,7 @@ ThriftHiveMetastore_delete_table_column_statistics_pargs::~ThriftHiveMetastore_d uint32_t ThriftHiveMetastore_delete_table_column_statistics_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_delete_table_column_statistics_pargs"); xfer += oprot->writeFieldBegin("db_name", ::apache::thrift::protocol::T_STRING, 1); @@ -23297,6 +23606,7 @@ uint32_t ThriftHiveMetastore_delete_table_column_statistics_pargs::write(::apach xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -23307,7 +23617,6 @@ ThriftHiveMetastore_delete_table_column_statistics_result::~ThriftHiveMetastore_ uint32_t ThriftHiveMetastore_delete_table_column_statistics_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23417,7 +23726,6 @@ ThriftHiveMetastore_delete_table_column_statistics_presult::~ThriftHiveMetastore uint32_t ThriftHiveMetastore_delete_table_column_statistics_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23495,7 +23803,6 @@ ThriftHiveMetastore_create_function_args::~ThriftHiveMetastore_create_function_a uint32_t ThriftHiveMetastore_create_function_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23536,7 +23843,7 @@ uint32_t ThriftHiveMetastore_create_function_args::read(::apache::thrift::protoc uint32_t ThriftHiveMetastore_create_function_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_function_args"); xfer += oprot->writeFieldBegin("func", ::apache::thrift::protocol::T_STRUCT, 1); @@ -23545,6 +23852,7 @@ uint32_t ThriftHiveMetastore_create_function_args::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -23555,7 +23863,7 @@ ThriftHiveMetastore_create_function_pargs::~ThriftHiveMetastore_create_function_ uint32_t ThriftHiveMetastore_create_function_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_function_pargs"); xfer += oprot->writeFieldBegin("func", ::apache::thrift::protocol::T_STRUCT, 1); @@ -23564,6 +23872,7 @@ uint32_t ThriftHiveMetastore_create_function_pargs::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -23574,7 +23883,6 @@ ThriftHiveMetastore_create_function_result::~ThriftHiveMetastore_create_function uint32_t ThriftHiveMetastore_create_function_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23672,7 +23980,6 @@ ThriftHiveMetastore_create_function_presult::~ThriftHiveMetastore_create_functio uint32_t ThriftHiveMetastore_create_function_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23742,7 +24049,6 @@ ThriftHiveMetastore_drop_function_args::~ThriftHiveMetastore_drop_function_args( uint32_t ThriftHiveMetastore_drop_function_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23791,7 +24097,7 @@ uint32_t ThriftHiveMetastore_drop_function_args::read(::apache::thrift::protocol uint32_t ThriftHiveMetastore_drop_function_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_function_args"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -23804,6 +24110,7 @@ uint32_t ThriftHiveMetastore_drop_function_args::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -23814,7 +24121,7 @@ ThriftHiveMetastore_drop_function_pargs::~ThriftHiveMetastore_drop_function_parg uint32_t ThriftHiveMetastore_drop_function_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_function_pargs"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -23827,6 +24134,7 @@ uint32_t ThriftHiveMetastore_drop_function_pargs::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -23837,7 +24145,6 @@ ThriftHiveMetastore_drop_function_result::~ThriftHiveMetastore_drop_function_res uint32_t ThriftHiveMetastore_drop_function_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23911,7 +24218,6 @@ ThriftHiveMetastore_drop_function_presult::~ThriftHiveMetastore_drop_function_pr uint32_t ThriftHiveMetastore_drop_function_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -23965,7 +24271,6 @@ ThriftHiveMetastore_alter_function_args::~ThriftHiveMetastore_alter_function_arg uint32_t ThriftHiveMetastore_alter_function_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24022,7 +24327,7 @@ uint32_t ThriftHiveMetastore_alter_function_args::read(::apache::thrift::protoco uint32_t ThriftHiveMetastore_alter_function_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_function_args"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -24039,6 +24344,7 @@ uint32_t ThriftHiveMetastore_alter_function_args::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24049,7 +24355,7 @@ ThriftHiveMetastore_alter_function_pargs::~ThriftHiveMetastore_alter_function_pa uint32_t ThriftHiveMetastore_alter_function_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_alter_function_pargs"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -24066,6 +24372,7 @@ uint32_t ThriftHiveMetastore_alter_function_pargs::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24076,7 +24383,6 @@ ThriftHiveMetastore_alter_function_result::~ThriftHiveMetastore_alter_function_r uint32_t ThriftHiveMetastore_alter_function_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24150,7 +24456,6 @@ ThriftHiveMetastore_alter_function_presult::~ThriftHiveMetastore_alter_function_ uint32_t ThriftHiveMetastore_alter_function_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24204,7 +24509,6 @@ ThriftHiveMetastore_get_functions_args::~ThriftHiveMetastore_get_functions_args( uint32_t ThriftHiveMetastore_get_functions_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24253,7 +24557,7 @@ uint32_t ThriftHiveMetastore_get_functions_args::read(::apache::thrift::protocol uint32_t ThriftHiveMetastore_get_functions_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_functions_args"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -24266,6 +24570,7 @@ uint32_t ThriftHiveMetastore_get_functions_args::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24276,7 +24581,7 @@ ThriftHiveMetastore_get_functions_pargs::~ThriftHiveMetastore_get_functions_parg uint32_t ThriftHiveMetastore_get_functions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_functions_pargs"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -24289,6 +24594,7 @@ uint32_t ThriftHiveMetastore_get_functions_pargs::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24299,7 +24605,6 @@ ThriftHiveMetastore_get_functions_result::~ThriftHiveMetastore_get_functions_res uint32_t ThriftHiveMetastore_get_functions_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24393,7 +24698,6 @@ ThriftHiveMetastore_get_functions_presult::~ThriftHiveMetastore_get_functions_pr uint32_t ThriftHiveMetastore_get_functions_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24459,7 +24763,6 @@ ThriftHiveMetastore_get_function_args::~ThriftHiveMetastore_get_function_args() uint32_t ThriftHiveMetastore_get_function_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24508,7 +24811,7 @@ uint32_t ThriftHiveMetastore_get_function_args::read(::apache::thrift::protocol: uint32_t ThriftHiveMetastore_get_function_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_function_args"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -24521,6 +24824,7 @@ uint32_t ThriftHiveMetastore_get_function_args::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24531,7 +24835,7 @@ ThriftHiveMetastore_get_function_pargs::~ThriftHiveMetastore_get_function_pargs( uint32_t ThriftHiveMetastore_get_function_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_function_pargs"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -24544,6 +24848,7 @@ uint32_t ThriftHiveMetastore_get_function_pargs::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24554,7 +24859,6 @@ ThriftHiveMetastore_get_function_result::~ThriftHiveMetastore_get_function_resul uint32_t ThriftHiveMetastore_get_function_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24640,7 +24944,6 @@ ThriftHiveMetastore_get_function_presult::~ThriftHiveMetastore_get_function_pres uint32_t ThriftHiveMetastore_get_function_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24702,7 +25005,6 @@ ThriftHiveMetastore_get_all_functions_args::~ThriftHiveMetastore_get_all_functio uint32_t ThriftHiveMetastore_get_all_functions_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24730,11 +25032,12 @@ uint32_t ThriftHiveMetastore_get_all_functions_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_get_all_functions_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_all_functions_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24745,11 +25048,12 @@ ThriftHiveMetastore_get_all_functions_pargs::~ThriftHiveMetastore_get_all_functi uint32_t ThriftHiveMetastore_get_all_functions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_all_functions_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24760,7 +25064,6 @@ ThriftHiveMetastore_get_all_functions_result::~ThriftHiveMetastore_get_all_funct uint32_t ThriftHiveMetastore_get_all_functions_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24834,7 +25137,6 @@ ThriftHiveMetastore_get_all_functions_presult::~ThriftHiveMetastore_get_all_func uint32_t ThriftHiveMetastore_get_all_functions_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24888,7 +25190,6 @@ ThriftHiveMetastore_create_role_args::~ThriftHiveMetastore_create_role_args() th uint32_t ThriftHiveMetastore_create_role_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -24929,7 +25230,7 @@ uint32_t ThriftHiveMetastore_create_role_args::read(::apache::thrift::protocol:: uint32_t ThriftHiveMetastore_create_role_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_role_args"); xfer += oprot->writeFieldBegin("role", ::apache::thrift::protocol::T_STRUCT, 1); @@ -24938,6 +25239,7 @@ uint32_t ThriftHiveMetastore_create_role_args::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24948,7 +25250,7 @@ ThriftHiveMetastore_create_role_pargs::~ThriftHiveMetastore_create_role_pargs() uint32_t ThriftHiveMetastore_create_role_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_create_role_pargs"); xfer += oprot->writeFieldBegin("role", ::apache::thrift::protocol::T_STRUCT, 1); @@ -24957,6 +25259,7 @@ uint32_t ThriftHiveMetastore_create_role_pargs::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -24967,7 +25270,6 @@ ThriftHiveMetastore_create_role_result::~ThriftHiveMetastore_create_role_result( uint32_t ThriftHiveMetastore_create_role_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25041,7 +25343,6 @@ ThriftHiveMetastore_create_role_presult::~ThriftHiveMetastore_create_role_presul uint32_t ThriftHiveMetastore_create_role_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25095,7 +25396,6 @@ ThriftHiveMetastore_drop_role_args::~ThriftHiveMetastore_drop_role_args() throw( uint32_t ThriftHiveMetastore_drop_role_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25136,7 +25436,7 @@ uint32_t ThriftHiveMetastore_drop_role_args::read(::apache::thrift::protocol::TP uint32_t ThriftHiveMetastore_drop_role_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_role_args"); xfer += oprot->writeFieldBegin("role_name", ::apache::thrift::protocol::T_STRING, 1); @@ -25145,6 +25445,7 @@ uint32_t ThriftHiveMetastore_drop_role_args::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -25155,7 +25456,7 @@ ThriftHiveMetastore_drop_role_pargs::~ThriftHiveMetastore_drop_role_pargs() thro uint32_t ThriftHiveMetastore_drop_role_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_drop_role_pargs"); xfer += oprot->writeFieldBegin("role_name", ::apache::thrift::protocol::T_STRING, 1); @@ -25164,6 +25465,7 @@ uint32_t ThriftHiveMetastore_drop_role_pargs::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -25174,7 +25476,6 @@ ThriftHiveMetastore_drop_role_result::~ThriftHiveMetastore_drop_role_result() th uint32_t ThriftHiveMetastore_drop_role_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25248,7 +25549,6 @@ ThriftHiveMetastore_drop_role_presult::~ThriftHiveMetastore_drop_role_presult() uint32_t ThriftHiveMetastore_drop_role_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25302,7 +25602,6 @@ ThriftHiveMetastore_get_role_names_args::~ThriftHiveMetastore_get_role_names_arg uint32_t ThriftHiveMetastore_get_role_names_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25330,11 +25629,12 @@ uint32_t ThriftHiveMetastore_get_role_names_args::read(::apache::thrift::protoco uint32_t ThriftHiveMetastore_get_role_names_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_role_names_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -25345,11 +25645,12 @@ ThriftHiveMetastore_get_role_names_pargs::~ThriftHiveMetastore_get_role_names_pa uint32_t ThriftHiveMetastore_get_role_names_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_role_names_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -25360,7 +25661,6 @@ ThriftHiveMetastore_get_role_names_result::~ThriftHiveMetastore_get_role_names_r uint32_t ThriftHiveMetastore_get_role_names_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25454,7 +25754,6 @@ ThriftHiveMetastore_get_role_names_presult::~ThriftHiveMetastore_get_role_names_ uint32_t ThriftHiveMetastore_get_role_names_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25520,7 +25819,6 @@ ThriftHiveMetastore_grant_role_args::~ThriftHiveMetastore_grant_role_args() thro uint32_t ThriftHiveMetastore_grant_role_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25605,7 +25903,7 @@ uint32_t ThriftHiveMetastore_grant_role_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_grant_role_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_grant_role_args"); xfer += oprot->writeFieldBegin("role_name", ::apache::thrift::protocol::T_STRING, 1); @@ -25634,6 +25932,7 @@ uint32_t ThriftHiveMetastore_grant_role_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -25644,7 +25943,7 @@ ThriftHiveMetastore_grant_role_pargs::~ThriftHiveMetastore_grant_role_pargs() th uint32_t ThriftHiveMetastore_grant_role_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_grant_role_pargs"); xfer += oprot->writeFieldBegin("role_name", ::apache::thrift::protocol::T_STRING, 1); @@ -25673,6 +25972,7 @@ uint32_t ThriftHiveMetastore_grant_role_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -25683,7 +25983,6 @@ ThriftHiveMetastore_grant_role_result::~ThriftHiveMetastore_grant_role_result() uint32_t ThriftHiveMetastore_grant_role_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25757,7 +26056,6 @@ ThriftHiveMetastore_grant_role_presult::~ThriftHiveMetastore_grant_role_presult( uint32_t ThriftHiveMetastore_grant_role_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25811,7 +26109,6 @@ ThriftHiveMetastore_revoke_role_args::~ThriftHiveMetastore_revoke_role_args() th uint32_t ThriftHiveMetastore_revoke_role_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25870,7 +26167,7 @@ uint32_t ThriftHiveMetastore_revoke_role_args::read(::apache::thrift::protocol:: uint32_t ThriftHiveMetastore_revoke_role_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_revoke_role_args"); xfer += oprot->writeFieldBegin("role_name", ::apache::thrift::protocol::T_STRING, 1); @@ -25887,6 +26184,7 @@ uint32_t ThriftHiveMetastore_revoke_role_args::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -25897,7 +26195,7 @@ ThriftHiveMetastore_revoke_role_pargs::~ThriftHiveMetastore_revoke_role_pargs() uint32_t ThriftHiveMetastore_revoke_role_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_revoke_role_pargs"); xfer += oprot->writeFieldBegin("role_name", ::apache::thrift::protocol::T_STRING, 1); @@ -25914,6 +26212,7 @@ uint32_t ThriftHiveMetastore_revoke_role_pargs::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -25924,7 +26223,6 @@ ThriftHiveMetastore_revoke_role_result::~ThriftHiveMetastore_revoke_role_result( uint32_t ThriftHiveMetastore_revoke_role_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -25998,7 +26296,6 @@ ThriftHiveMetastore_revoke_role_presult::~ThriftHiveMetastore_revoke_role_presul uint32_t ThriftHiveMetastore_revoke_role_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26052,7 +26349,6 @@ ThriftHiveMetastore_list_roles_args::~ThriftHiveMetastore_list_roles_args() thro uint32_t ThriftHiveMetastore_list_roles_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26103,7 +26399,7 @@ uint32_t ThriftHiveMetastore_list_roles_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_list_roles_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_list_roles_args"); xfer += oprot->writeFieldBegin("principal_name", ::apache::thrift::protocol::T_STRING, 1); @@ -26116,6 +26412,7 @@ uint32_t ThriftHiveMetastore_list_roles_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -26126,7 +26423,7 @@ ThriftHiveMetastore_list_roles_pargs::~ThriftHiveMetastore_list_roles_pargs() th uint32_t ThriftHiveMetastore_list_roles_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_list_roles_pargs"); xfer += oprot->writeFieldBegin("principal_name", ::apache::thrift::protocol::T_STRING, 1); @@ -26139,6 +26436,7 @@ uint32_t ThriftHiveMetastore_list_roles_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -26149,7 +26447,6 @@ ThriftHiveMetastore_list_roles_result::~ThriftHiveMetastore_list_roles_result() uint32_t ThriftHiveMetastore_list_roles_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26243,7 +26540,6 @@ ThriftHiveMetastore_list_roles_presult::~ThriftHiveMetastore_list_roles_presult( uint32_t ThriftHiveMetastore_list_roles_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26309,7 +26605,6 @@ ThriftHiveMetastore_grant_revoke_role_args::~ThriftHiveMetastore_grant_revoke_ro uint32_t ThriftHiveMetastore_grant_revoke_role_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26350,7 +26645,7 @@ uint32_t ThriftHiveMetastore_grant_revoke_role_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_grant_revoke_role_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_grant_revoke_role_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -26359,6 +26654,7 @@ uint32_t ThriftHiveMetastore_grant_revoke_role_args::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -26369,7 +26665,7 @@ ThriftHiveMetastore_grant_revoke_role_pargs::~ThriftHiveMetastore_grant_revoke_r uint32_t ThriftHiveMetastore_grant_revoke_role_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_grant_revoke_role_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -26378,6 +26674,7 @@ uint32_t ThriftHiveMetastore_grant_revoke_role_pargs::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -26388,7 +26685,6 @@ ThriftHiveMetastore_grant_revoke_role_result::~ThriftHiveMetastore_grant_revoke_ uint32_t ThriftHiveMetastore_grant_revoke_role_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26462,7 +26758,6 @@ ThriftHiveMetastore_grant_revoke_role_presult::~ThriftHiveMetastore_grant_revoke uint32_t ThriftHiveMetastore_grant_revoke_role_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26516,7 +26811,6 @@ ThriftHiveMetastore_get_principals_in_role_args::~ThriftHiveMetastore_get_princi uint32_t ThriftHiveMetastore_get_principals_in_role_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26557,7 +26851,7 @@ uint32_t ThriftHiveMetastore_get_principals_in_role_args::read(::apache::thrift: uint32_t ThriftHiveMetastore_get_principals_in_role_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_principals_in_role_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -26566,6 +26860,7 @@ uint32_t ThriftHiveMetastore_get_principals_in_role_args::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -26576,7 +26871,7 @@ ThriftHiveMetastore_get_principals_in_role_pargs::~ThriftHiveMetastore_get_princ uint32_t ThriftHiveMetastore_get_principals_in_role_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_principals_in_role_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -26585,6 +26880,7 @@ uint32_t ThriftHiveMetastore_get_principals_in_role_pargs::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -26595,7 +26891,6 @@ ThriftHiveMetastore_get_principals_in_role_result::~ThriftHiveMetastore_get_prin uint32_t ThriftHiveMetastore_get_principals_in_role_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26669,7 +26964,6 @@ ThriftHiveMetastore_get_principals_in_role_presult::~ThriftHiveMetastore_get_pri uint32_t ThriftHiveMetastore_get_principals_in_role_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26723,7 +27017,6 @@ ThriftHiveMetastore_get_role_grants_for_principal_args::~ThriftHiveMetastore_get uint32_t ThriftHiveMetastore_get_role_grants_for_principal_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26764,7 +27057,7 @@ uint32_t ThriftHiveMetastore_get_role_grants_for_principal_args::read(::apache:: uint32_t ThriftHiveMetastore_get_role_grants_for_principal_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_role_grants_for_principal_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -26773,6 +27066,7 @@ uint32_t ThriftHiveMetastore_get_role_grants_for_principal_args::write(::apache: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -26783,7 +27077,7 @@ ThriftHiveMetastore_get_role_grants_for_principal_pargs::~ThriftHiveMetastore_ge uint32_t ThriftHiveMetastore_get_role_grants_for_principal_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_role_grants_for_principal_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -26792,6 +27086,7 @@ uint32_t ThriftHiveMetastore_get_role_grants_for_principal_pargs::write(::apache xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -26802,7 +27097,6 @@ ThriftHiveMetastore_get_role_grants_for_principal_result::~ThriftHiveMetastore_g uint32_t ThriftHiveMetastore_get_role_grants_for_principal_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26876,7 +27170,6 @@ ThriftHiveMetastore_get_role_grants_for_principal_presult::~ThriftHiveMetastore_ uint32_t ThriftHiveMetastore_get_role_grants_for_principal_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26930,7 +27223,6 @@ ThriftHiveMetastore_get_privilege_set_args::~ThriftHiveMetastore_get_privilege_s uint32_t ThriftHiveMetastore_get_privilege_set_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -26999,7 +27291,7 @@ uint32_t ThriftHiveMetastore_get_privilege_set_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_get_privilege_set_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_privilege_set_args"); xfer += oprot->writeFieldBegin("hiveObject", ::apache::thrift::protocol::T_STRUCT, 1); @@ -27024,6 +27316,7 @@ uint32_t ThriftHiveMetastore_get_privilege_set_args::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27034,7 +27327,7 @@ ThriftHiveMetastore_get_privilege_set_pargs::~ThriftHiveMetastore_get_privilege_ uint32_t ThriftHiveMetastore_get_privilege_set_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_privilege_set_pargs"); xfer += oprot->writeFieldBegin("hiveObject", ::apache::thrift::protocol::T_STRUCT, 1); @@ -27059,6 +27352,7 @@ uint32_t ThriftHiveMetastore_get_privilege_set_pargs::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27069,7 +27363,6 @@ ThriftHiveMetastore_get_privilege_set_result::~ThriftHiveMetastore_get_privilege uint32_t ThriftHiveMetastore_get_privilege_set_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27143,7 +27436,6 @@ ThriftHiveMetastore_get_privilege_set_presult::~ThriftHiveMetastore_get_privileg uint32_t ThriftHiveMetastore_get_privilege_set_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27197,7 +27489,6 @@ ThriftHiveMetastore_list_privileges_args::~ThriftHiveMetastore_list_privileges_a uint32_t ThriftHiveMetastore_list_privileges_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27256,7 +27547,7 @@ uint32_t ThriftHiveMetastore_list_privileges_args::read(::apache::thrift::protoc uint32_t ThriftHiveMetastore_list_privileges_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_list_privileges_args"); xfer += oprot->writeFieldBegin("principal_name", ::apache::thrift::protocol::T_STRING, 1); @@ -27273,6 +27564,7 @@ uint32_t ThriftHiveMetastore_list_privileges_args::write(::apache::thrift::proto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27283,7 +27575,7 @@ ThriftHiveMetastore_list_privileges_pargs::~ThriftHiveMetastore_list_privileges_ uint32_t ThriftHiveMetastore_list_privileges_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_list_privileges_pargs"); xfer += oprot->writeFieldBegin("principal_name", ::apache::thrift::protocol::T_STRING, 1); @@ -27300,6 +27592,7 @@ uint32_t ThriftHiveMetastore_list_privileges_pargs::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27310,7 +27603,6 @@ ThriftHiveMetastore_list_privileges_result::~ThriftHiveMetastore_list_privileges uint32_t ThriftHiveMetastore_list_privileges_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27404,7 +27696,6 @@ ThriftHiveMetastore_list_privileges_presult::~ThriftHiveMetastore_list_privilege uint32_t ThriftHiveMetastore_list_privileges_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27470,7 +27761,6 @@ ThriftHiveMetastore_grant_privileges_args::~ThriftHiveMetastore_grant_privileges uint32_t ThriftHiveMetastore_grant_privileges_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27511,7 +27801,7 @@ uint32_t ThriftHiveMetastore_grant_privileges_args::read(::apache::thrift::proto uint32_t ThriftHiveMetastore_grant_privileges_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_grant_privileges_args"); xfer += oprot->writeFieldBegin("privileges", ::apache::thrift::protocol::T_STRUCT, 1); @@ -27520,6 +27810,7 @@ uint32_t ThriftHiveMetastore_grant_privileges_args::write(::apache::thrift::prot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27530,7 +27821,7 @@ ThriftHiveMetastore_grant_privileges_pargs::~ThriftHiveMetastore_grant_privilege uint32_t ThriftHiveMetastore_grant_privileges_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_grant_privileges_pargs"); xfer += oprot->writeFieldBegin("privileges", ::apache::thrift::protocol::T_STRUCT, 1); @@ -27539,6 +27830,7 @@ uint32_t ThriftHiveMetastore_grant_privileges_pargs::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27549,7 +27841,6 @@ ThriftHiveMetastore_grant_privileges_result::~ThriftHiveMetastore_grant_privileg uint32_t ThriftHiveMetastore_grant_privileges_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27623,7 +27914,6 @@ ThriftHiveMetastore_grant_privileges_presult::~ThriftHiveMetastore_grant_privile uint32_t ThriftHiveMetastore_grant_privileges_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27677,7 +27967,6 @@ ThriftHiveMetastore_revoke_privileges_args::~ThriftHiveMetastore_revoke_privileg uint32_t ThriftHiveMetastore_revoke_privileges_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27718,7 +28007,7 @@ uint32_t ThriftHiveMetastore_revoke_privileges_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_revoke_privileges_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_revoke_privileges_args"); xfer += oprot->writeFieldBegin("privileges", ::apache::thrift::protocol::T_STRUCT, 1); @@ -27727,6 +28016,7 @@ uint32_t ThriftHiveMetastore_revoke_privileges_args::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27737,7 +28027,7 @@ ThriftHiveMetastore_revoke_privileges_pargs::~ThriftHiveMetastore_revoke_privile uint32_t ThriftHiveMetastore_revoke_privileges_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_revoke_privileges_pargs"); xfer += oprot->writeFieldBegin("privileges", ::apache::thrift::protocol::T_STRUCT, 1); @@ -27746,6 +28036,7 @@ uint32_t ThriftHiveMetastore_revoke_privileges_pargs::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27756,7 +28047,6 @@ ThriftHiveMetastore_revoke_privileges_result::~ThriftHiveMetastore_revoke_privil uint32_t ThriftHiveMetastore_revoke_privileges_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27830,7 +28120,6 @@ ThriftHiveMetastore_revoke_privileges_presult::~ThriftHiveMetastore_revoke_privi uint32_t ThriftHiveMetastore_revoke_privileges_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27884,7 +28173,6 @@ ThriftHiveMetastore_grant_revoke_privileges_args::~ThriftHiveMetastore_grant_rev uint32_t ThriftHiveMetastore_grant_revoke_privileges_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -27925,7 +28213,7 @@ uint32_t ThriftHiveMetastore_grant_revoke_privileges_args::read(::apache::thrift uint32_t ThriftHiveMetastore_grant_revoke_privileges_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_grant_revoke_privileges_args"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -27934,6 +28222,7 @@ uint32_t ThriftHiveMetastore_grant_revoke_privileges_args::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27944,7 +28233,7 @@ ThriftHiveMetastore_grant_revoke_privileges_pargs::~ThriftHiveMetastore_grant_re uint32_t ThriftHiveMetastore_grant_revoke_privileges_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_grant_revoke_privileges_pargs"); xfer += oprot->writeFieldBegin("request", ::apache::thrift::protocol::T_STRUCT, 1); @@ -27953,6 +28242,7 @@ uint32_t ThriftHiveMetastore_grant_revoke_privileges_pargs::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -27963,7 +28253,6 @@ ThriftHiveMetastore_grant_revoke_privileges_result::~ThriftHiveMetastore_grant_r uint32_t ThriftHiveMetastore_grant_revoke_privileges_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28037,7 +28326,6 @@ ThriftHiveMetastore_grant_revoke_privileges_presult::~ThriftHiveMetastore_grant_ uint32_t ThriftHiveMetastore_grant_revoke_privileges_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28091,7 +28379,6 @@ ThriftHiveMetastore_set_ugi_args::~ThriftHiveMetastore_set_ugi_args() throw() { uint32_t ThriftHiveMetastore_set_ugi_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28152,7 +28439,7 @@ uint32_t ThriftHiveMetastore_set_ugi_args::read(::apache::thrift::protocol::TPro uint32_t ThriftHiveMetastore_set_ugi_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_set_ugi_args"); xfer += oprot->writeFieldBegin("user_name", ::apache::thrift::protocol::T_STRING, 1); @@ -28173,6 +28460,7 @@ uint32_t ThriftHiveMetastore_set_ugi_args::write(::apache::thrift::protocol::TPr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -28183,7 +28471,7 @@ ThriftHiveMetastore_set_ugi_pargs::~ThriftHiveMetastore_set_ugi_pargs() throw() uint32_t ThriftHiveMetastore_set_ugi_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_set_ugi_pargs"); xfer += oprot->writeFieldBegin("user_name", ::apache::thrift::protocol::T_STRING, 1); @@ -28204,6 +28492,7 @@ uint32_t ThriftHiveMetastore_set_ugi_pargs::write(::apache::thrift::protocol::TP xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -28214,7 +28503,6 @@ ThriftHiveMetastore_set_ugi_result::~ThriftHiveMetastore_set_ugi_result() throw( uint32_t ThriftHiveMetastore_set_ugi_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28308,7 +28596,6 @@ ThriftHiveMetastore_set_ugi_presult::~ThriftHiveMetastore_set_ugi_presult() thro uint32_t ThriftHiveMetastore_set_ugi_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28374,7 +28661,6 @@ ThriftHiveMetastore_get_delegation_token_args::~ThriftHiveMetastore_get_delegati uint32_t ThriftHiveMetastore_get_delegation_token_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28423,7 +28709,7 @@ uint32_t ThriftHiveMetastore_get_delegation_token_args::read(::apache::thrift::p uint32_t ThriftHiveMetastore_get_delegation_token_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_delegation_token_args"); xfer += oprot->writeFieldBegin("token_owner", ::apache::thrift::protocol::T_STRING, 1); @@ -28436,6 +28722,7 @@ uint32_t ThriftHiveMetastore_get_delegation_token_args::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -28446,7 +28733,7 @@ ThriftHiveMetastore_get_delegation_token_pargs::~ThriftHiveMetastore_get_delegat uint32_t ThriftHiveMetastore_get_delegation_token_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_delegation_token_pargs"); xfer += oprot->writeFieldBegin("token_owner", ::apache::thrift::protocol::T_STRING, 1); @@ -28459,6 +28746,7 @@ uint32_t ThriftHiveMetastore_get_delegation_token_pargs::write(::apache::thrift: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -28469,7 +28757,6 @@ ThriftHiveMetastore_get_delegation_token_result::~ThriftHiveMetastore_get_delega uint32_t ThriftHiveMetastore_get_delegation_token_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28543,7 +28830,6 @@ ThriftHiveMetastore_get_delegation_token_presult::~ThriftHiveMetastore_get_deleg uint32_t ThriftHiveMetastore_get_delegation_token_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28597,7 +28883,6 @@ ThriftHiveMetastore_renew_delegation_token_args::~ThriftHiveMetastore_renew_dele uint32_t ThriftHiveMetastore_renew_delegation_token_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28638,7 +28923,7 @@ uint32_t ThriftHiveMetastore_renew_delegation_token_args::read(::apache::thrift: uint32_t ThriftHiveMetastore_renew_delegation_token_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_renew_delegation_token_args"); xfer += oprot->writeFieldBegin("token_str_form", ::apache::thrift::protocol::T_STRING, 1); @@ -28647,6 +28932,7 @@ uint32_t ThriftHiveMetastore_renew_delegation_token_args::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -28657,7 +28943,7 @@ ThriftHiveMetastore_renew_delegation_token_pargs::~ThriftHiveMetastore_renew_del uint32_t ThriftHiveMetastore_renew_delegation_token_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_renew_delegation_token_pargs"); xfer += oprot->writeFieldBegin("token_str_form", ::apache::thrift::protocol::T_STRING, 1); @@ -28666,6 +28952,7 @@ uint32_t ThriftHiveMetastore_renew_delegation_token_pargs::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -28676,7 +28963,6 @@ ThriftHiveMetastore_renew_delegation_token_result::~ThriftHiveMetastore_renew_de uint32_t ThriftHiveMetastore_renew_delegation_token_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28750,7 +29036,6 @@ ThriftHiveMetastore_renew_delegation_token_presult::~ThriftHiveMetastore_renew_d uint32_t ThriftHiveMetastore_renew_delegation_token_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28804,7 +29089,6 @@ ThriftHiveMetastore_cancel_delegation_token_args::~ThriftHiveMetastore_cancel_de uint32_t ThriftHiveMetastore_cancel_delegation_token_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28845,7 +29129,7 @@ uint32_t ThriftHiveMetastore_cancel_delegation_token_args::read(::apache::thrift uint32_t ThriftHiveMetastore_cancel_delegation_token_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_cancel_delegation_token_args"); xfer += oprot->writeFieldBegin("token_str_form", ::apache::thrift::protocol::T_STRING, 1); @@ -28854,6 +29138,7 @@ uint32_t ThriftHiveMetastore_cancel_delegation_token_args::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -28864,7 +29149,7 @@ ThriftHiveMetastore_cancel_delegation_token_pargs::~ThriftHiveMetastore_cancel_d uint32_t ThriftHiveMetastore_cancel_delegation_token_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_cancel_delegation_token_pargs"); xfer += oprot->writeFieldBegin("token_str_form", ::apache::thrift::protocol::T_STRING, 1); @@ -28873,6 +29158,7 @@ uint32_t ThriftHiveMetastore_cancel_delegation_token_pargs::write(::apache::thri xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -28883,7 +29169,6 @@ ThriftHiveMetastore_cancel_delegation_token_result::~ThriftHiveMetastore_cancel_ uint32_t ThriftHiveMetastore_cancel_delegation_token_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28945,7 +29230,6 @@ ThriftHiveMetastore_cancel_delegation_token_presult::~ThriftHiveMetastore_cancel uint32_t ThriftHiveMetastore_cancel_delegation_token_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -28991,7 +29275,6 @@ ThriftHiveMetastore_get_open_txns_args::~ThriftHiveMetastore_get_open_txns_args( uint32_t ThriftHiveMetastore_get_open_txns_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29019,11 +29302,12 @@ uint32_t ThriftHiveMetastore_get_open_txns_args::read(::apache::thrift::protocol uint32_t ThriftHiveMetastore_get_open_txns_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_open_txns_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29034,11 +29318,12 @@ ThriftHiveMetastore_get_open_txns_pargs::~ThriftHiveMetastore_get_open_txns_parg uint32_t ThriftHiveMetastore_get_open_txns_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_open_txns_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29049,7 +29334,6 @@ ThriftHiveMetastore_get_open_txns_result::~ThriftHiveMetastore_get_open_txns_res uint32_t ThriftHiveMetastore_get_open_txns_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29111,7 +29395,6 @@ ThriftHiveMetastore_get_open_txns_presult::~ThriftHiveMetastore_get_open_txns_pr uint32_t ThriftHiveMetastore_get_open_txns_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29157,7 +29440,6 @@ ThriftHiveMetastore_get_open_txns_info_args::~ThriftHiveMetastore_get_open_txns_ uint32_t ThriftHiveMetastore_get_open_txns_info_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29185,11 +29467,12 @@ uint32_t ThriftHiveMetastore_get_open_txns_info_args::read(::apache::thrift::pro uint32_t ThriftHiveMetastore_get_open_txns_info_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_open_txns_info_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29200,11 +29483,12 @@ ThriftHiveMetastore_get_open_txns_info_pargs::~ThriftHiveMetastore_get_open_txns uint32_t ThriftHiveMetastore_get_open_txns_info_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_open_txns_info_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29215,7 +29499,6 @@ ThriftHiveMetastore_get_open_txns_info_result::~ThriftHiveMetastore_get_open_txn uint32_t ThriftHiveMetastore_get_open_txns_info_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29277,7 +29560,6 @@ ThriftHiveMetastore_get_open_txns_info_presult::~ThriftHiveMetastore_get_open_tx uint32_t ThriftHiveMetastore_get_open_txns_info_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29323,7 +29605,6 @@ ThriftHiveMetastore_open_txns_args::~ThriftHiveMetastore_open_txns_args() throw( uint32_t ThriftHiveMetastore_open_txns_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29364,7 +29645,7 @@ uint32_t ThriftHiveMetastore_open_txns_args::read(::apache::thrift::protocol::TP uint32_t ThriftHiveMetastore_open_txns_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_open_txns_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -29373,6 +29654,7 @@ uint32_t ThriftHiveMetastore_open_txns_args::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29383,7 +29665,7 @@ ThriftHiveMetastore_open_txns_pargs::~ThriftHiveMetastore_open_txns_pargs() thro uint32_t ThriftHiveMetastore_open_txns_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_open_txns_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -29392,6 +29674,7 @@ uint32_t ThriftHiveMetastore_open_txns_pargs::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29402,7 +29685,6 @@ ThriftHiveMetastore_open_txns_result::~ThriftHiveMetastore_open_txns_result() th uint32_t ThriftHiveMetastore_open_txns_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29464,7 +29746,6 @@ ThriftHiveMetastore_open_txns_presult::~ThriftHiveMetastore_open_txns_presult() uint32_t ThriftHiveMetastore_open_txns_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29510,7 +29791,6 @@ ThriftHiveMetastore_abort_txn_args::~ThriftHiveMetastore_abort_txn_args() throw( uint32_t ThriftHiveMetastore_abort_txn_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29551,7 +29831,7 @@ uint32_t ThriftHiveMetastore_abort_txn_args::read(::apache::thrift::protocol::TP uint32_t ThriftHiveMetastore_abort_txn_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_abort_txn_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -29560,6 +29840,7 @@ uint32_t ThriftHiveMetastore_abort_txn_args::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29570,7 +29851,7 @@ ThriftHiveMetastore_abort_txn_pargs::~ThriftHiveMetastore_abort_txn_pargs() thro uint32_t ThriftHiveMetastore_abort_txn_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_abort_txn_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -29579,6 +29860,7 @@ uint32_t ThriftHiveMetastore_abort_txn_pargs::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29589,7 +29871,6 @@ ThriftHiveMetastore_abort_txn_result::~ThriftHiveMetastore_abort_txn_result() th uint32_t ThriftHiveMetastore_abort_txn_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29651,7 +29932,6 @@ ThriftHiveMetastore_abort_txn_presult::~ThriftHiveMetastore_abort_txn_presult() uint32_t ThriftHiveMetastore_abort_txn_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29697,7 +29977,6 @@ ThriftHiveMetastore_commit_txn_args::~ThriftHiveMetastore_commit_txn_args() thro uint32_t ThriftHiveMetastore_commit_txn_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29738,7 +30017,7 @@ uint32_t ThriftHiveMetastore_commit_txn_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_commit_txn_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_commit_txn_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -29747,6 +30026,7 @@ uint32_t ThriftHiveMetastore_commit_txn_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29757,7 +30037,7 @@ ThriftHiveMetastore_commit_txn_pargs::~ThriftHiveMetastore_commit_txn_pargs() th uint32_t ThriftHiveMetastore_commit_txn_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_commit_txn_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -29766,6 +30046,7 @@ uint32_t ThriftHiveMetastore_commit_txn_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29776,7 +30057,6 @@ ThriftHiveMetastore_commit_txn_result::~ThriftHiveMetastore_commit_txn_result() uint32_t ThriftHiveMetastore_commit_txn_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29850,7 +30130,6 @@ ThriftHiveMetastore_commit_txn_presult::~ThriftHiveMetastore_commit_txn_presult( uint32_t ThriftHiveMetastore_commit_txn_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29904,7 +30183,6 @@ ThriftHiveMetastore_lock_args::~ThriftHiveMetastore_lock_args() throw() { uint32_t ThriftHiveMetastore_lock_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -29945,7 +30223,7 @@ uint32_t ThriftHiveMetastore_lock_args::read(::apache::thrift::protocol::TProtoc uint32_t ThriftHiveMetastore_lock_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_lock_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -29954,6 +30232,7 @@ uint32_t ThriftHiveMetastore_lock_args::write(::apache::thrift::protocol::TProto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29964,7 +30243,7 @@ ThriftHiveMetastore_lock_pargs::~ThriftHiveMetastore_lock_pargs() throw() { uint32_t ThriftHiveMetastore_lock_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_lock_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -29973,6 +30252,7 @@ uint32_t ThriftHiveMetastore_lock_pargs::write(::apache::thrift::protocol::TProt xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -29983,7 +30263,6 @@ ThriftHiveMetastore_lock_result::~ThriftHiveMetastore_lock_result() throw() { uint32_t ThriftHiveMetastore_lock_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30069,7 +30348,6 @@ ThriftHiveMetastore_lock_presult::~ThriftHiveMetastore_lock_presult() throw() { uint32_t ThriftHiveMetastore_lock_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30131,7 +30409,6 @@ ThriftHiveMetastore_check_lock_args::~ThriftHiveMetastore_check_lock_args() thro uint32_t ThriftHiveMetastore_check_lock_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30172,7 +30449,7 @@ uint32_t ThriftHiveMetastore_check_lock_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_check_lock_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_check_lock_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -30181,6 +30458,7 @@ uint32_t ThriftHiveMetastore_check_lock_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -30191,7 +30469,7 @@ ThriftHiveMetastore_check_lock_pargs::~ThriftHiveMetastore_check_lock_pargs() th uint32_t ThriftHiveMetastore_check_lock_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_check_lock_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -30200,6 +30478,7 @@ uint32_t ThriftHiveMetastore_check_lock_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -30210,7 +30489,6 @@ ThriftHiveMetastore_check_lock_result::~ThriftHiveMetastore_check_lock_result() uint32_t ThriftHiveMetastore_check_lock_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30308,7 +30586,6 @@ ThriftHiveMetastore_check_lock_presult::~ThriftHiveMetastore_check_lock_presult( uint32_t ThriftHiveMetastore_check_lock_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30378,7 +30655,6 @@ ThriftHiveMetastore_unlock_args::~ThriftHiveMetastore_unlock_args() throw() { uint32_t ThriftHiveMetastore_unlock_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30419,7 +30695,7 @@ uint32_t ThriftHiveMetastore_unlock_args::read(::apache::thrift::protocol::TProt uint32_t ThriftHiveMetastore_unlock_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_unlock_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -30428,6 +30704,7 @@ uint32_t ThriftHiveMetastore_unlock_args::write(::apache::thrift::protocol::TPro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -30438,7 +30715,7 @@ ThriftHiveMetastore_unlock_pargs::~ThriftHiveMetastore_unlock_pargs() throw() { uint32_t ThriftHiveMetastore_unlock_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_unlock_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -30447,6 +30724,7 @@ uint32_t ThriftHiveMetastore_unlock_pargs::write(::apache::thrift::protocol::TPr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -30457,7 +30735,6 @@ ThriftHiveMetastore_unlock_result::~ThriftHiveMetastore_unlock_result() throw() uint32_t ThriftHiveMetastore_unlock_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30531,7 +30808,6 @@ ThriftHiveMetastore_unlock_presult::~ThriftHiveMetastore_unlock_presult() throw( uint32_t ThriftHiveMetastore_unlock_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30585,7 +30861,6 @@ ThriftHiveMetastore_show_locks_args::~ThriftHiveMetastore_show_locks_args() thro uint32_t ThriftHiveMetastore_show_locks_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30626,7 +30901,7 @@ uint32_t ThriftHiveMetastore_show_locks_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_show_locks_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_show_locks_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -30635,6 +30910,7 @@ uint32_t ThriftHiveMetastore_show_locks_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -30645,7 +30921,7 @@ ThriftHiveMetastore_show_locks_pargs::~ThriftHiveMetastore_show_locks_pargs() th uint32_t ThriftHiveMetastore_show_locks_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_show_locks_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -30654,6 +30930,7 @@ uint32_t ThriftHiveMetastore_show_locks_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -30664,7 +30941,6 @@ ThriftHiveMetastore_show_locks_result::~ThriftHiveMetastore_show_locks_result() uint32_t ThriftHiveMetastore_show_locks_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30726,7 +31002,6 @@ ThriftHiveMetastore_show_locks_presult::~ThriftHiveMetastore_show_locks_presult( uint32_t ThriftHiveMetastore_show_locks_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30772,7 +31047,6 @@ ThriftHiveMetastore_heartbeat_args::~ThriftHiveMetastore_heartbeat_args() throw( uint32_t ThriftHiveMetastore_heartbeat_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30813,7 +31087,7 @@ uint32_t ThriftHiveMetastore_heartbeat_args::read(::apache::thrift::protocol::TP uint32_t ThriftHiveMetastore_heartbeat_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_heartbeat_args"); xfer += oprot->writeFieldBegin("ids", ::apache::thrift::protocol::T_STRUCT, 1); @@ -30822,6 +31096,7 @@ uint32_t ThriftHiveMetastore_heartbeat_args::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -30832,7 +31107,7 @@ ThriftHiveMetastore_heartbeat_pargs::~ThriftHiveMetastore_heartbeat_pargs() thro uint32_t ThriftHiveMetastore_heartbeat_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_heartbeat_pargs"); xfer += oprot->writeFieldBegin("ids", ::apache::thrift::protocol::T_STRUCT, 1); @@ -30841,6 +31116,7 @@ uint32_t ThriftHiveMetastore_heartbeat_pargs::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -30851,7 +31127,6 @@ ThriftHiveMetastore_heartbeat_result::~ThriftHiveMetastore_heartbeat_result() th uint32_t ThriftHiveMetastore_heartbeat_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30937,7 +31212,6 @@ ThriftHiveMetastore_heartbeat_presult::~ThriftHiveMetastore_heartbeat_presult() uint32_t ThriftHiveMetastore_heartbeat_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -30999,7 +31273,6 @@ ThriftHiveMetastore_heartbeat_txn_range_args::~ThriftHiveMetastore_heartbeat_txn uint32_t ThriftHiveMetastore_heartbeat_txn_range_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31040,7 +31313,7 @@ uint32_t ThriftHiveMetastore_heartbeat_txn_range_args::read(::apache::thrift::pr uint32_t ThriftHiveMetastore_heartbeat_txn_range_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_heartbeat_txn_range_args"); xfer += oprot->writeFieldBegin("txns", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31049,6 +31322,7 @@ uint32_t ThriftHiveMetastore_heartbeat_txn_range_args::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31059,7 +31333,7 @@ ThriftHiveMetastore_heartbeat_txn_range_pargs::~ThriftHiveMetastore_heartbeat_tx uint32_t ThriftHiveMetastore_heartbeat_txn_range_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_heartbeat_txn_range_pargs"); xfer += oprot->writeFieldBegin("txns", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31068,6 +31342,7 @@ uint32_t ThriftHiveMetastore_heartbeat_txn_range_pargs::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31078,7 +31353,6 @@ ThriftHiveMetastore_heartbeat_txn_range_result::~ThriftHiveMetastore_heartbeat_t uint32_t ThriftHiveMetastore_heartbeat_txn_range_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31140,7 +31414,6 @@ ThriftHiveMetastore_heartbeat_txn_range_presult::~ThriftHiveMetastore_heartbeat_ uint32_t ThriftHiveMetastore_heartbeat_txn_range_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31186,7 +31459,6 @@ ThriftHiveMetastore_compact_args::~ThriftHiveMetastore_compact_args() throw() { uint32_t ThriftHiveMetastore_compact_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31227,7 +31499,7 @@ uint32_t ThriftHiveMetastore_compact_args::read(::apache::thrift::protocol::TPro uint32_t ThriftHiveMetastore_compact_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_compact_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31236,6 +31508,7 @@ uint32_t ThriftHiveMetastore_compact_args::write(::apache::thrift::protocol::TPr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31246,7 +31519,7 @@ ThriftHiveMetastore_compact_pargs::~ThriftHiveMetastore_compact_pargs() throw() uint32_t ThriftHiveMetastore_compact_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_compact_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31255,6 +31528,7 @@ uint32_t ThriftHiveMetastore_compact_pargs::write(::apache::thrift::protocol::TP xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31265,7 +31539,6 @@ ThriftHiveMetastore_compact_result::~ThriftHiveMetastore_compact_result() throw( uint32_t ThriftHiveMetastore_compact_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31309,7 +31582,6 @@ ThriftHiveMetastore_compact_presult::~ThriftHiveMetastore_compact_presult() thro uint32_t ThriftHiveMetastore_compact_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31342,7 +31614,6 @@ ThriftHiveMetastore_show_compact_args::~ThriftHiveMetastore_show_compact_args() uint32_t ThriftHiveMetastore_show_compact_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31383,7 +31654,7 @@ uint32_t ThriftHiveMetastore_show_compact_args::read(::apache::thrift::protocol: uint32_t ThriftHiveMetastore_show_compact_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_show_compact_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31392,6 +31663,7 @@ uint32_t ThriftHiveMetastore_show_compact_args::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31402,7 +31674,7 @@ ThriftHiveMetastore_show_compact_pargs::~ThriftHiveMetastore_show_compact_pargs( uint32_t ThriftHiveMetastore_show_compact_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_show_compact_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31411,6 +31683,7 @@ uint32_t ThriftHiveMetastore_show_compact_pargs::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31421,7 +31694,6 @@ ThriftHiveMetastore_show_compact_result::~ThriftHiveMetastore_show_compact_resul uint32_t ThriftHiveMetastore_show_compact_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31483,7 +31755,6 @@ ThriftHiveMetastore_show_compact_presult::~ThriftHiveMetastore_show_compact_pres uint32_t ThriftHiveMetastore_show_compact_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31529,7 +31800,6 @@ ThriftHiveMetastore_add_dynamic_partitions_args::~ThriftHiveMetastore_add_dynami uint32_t ThriftHiveMetastore_add_dynamic_partitions_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31570,7 +31840,7 @@ uint32_t ThriftHiveMetastore_add_dynamic_partitions_args::read(::apache::thrift: uint32_t ThriftHiveMetastore_add_dynamic_partitions_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_dynamic_partitions_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31579,6 +31849,7 @@ uint32_t ThriftHiveMetastore_add_dynamic_partitions_args::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31589,7 +31860,7 @@ ThriftHiveMetastore_add_dynamic_partitions_pargs::~ThriftHiveMetastore_add_dynam uint32_t ThriftHiveMetastore_add_dynamic_partitions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_add_dynamic_partitions_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31598,6 +31869,7 @@ uint32_t ThriftHiveMetastore_add_dynamic_partitions_pargs::write(::apache::thrif xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31608,7 +31880,6 @@ ThriftHiveMetastore_add_dynamic_partitions_result::~ThriftHiveMetastore_add_dyna uint32_t ThriftHiveMetastore_add_dynamic_partitions_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31682,7 +31953,6 @@ ThriftHiveMetastore_add_dynamic_partitions_presult::~ThriftHiveMetastore_add_dyn uint32_t ThriftHiveMetastore_add_dynamic_partitions_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31736,7 +32006,6 @@ ThriftHiveMetastore_get_next_notification_args::~ThriftHiveMetastore_get_next_no uint32_t ThriftHiveMetastore_get_next_notification_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31777,7 +32046,7 @@ uint32_t ThriftHiveMetastore_get_next_notification_args::read(::apache::thrift:: uint32_t ThriftHiveMetastore_get_next_notification_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_next_notification_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31786,6 +32055,7 @@ uint32_t ThriftHiveMetastore_get_next_notification_args::write(::apache::thrift: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31796,7 +32066,7 @@ ThriftHiveMetastore_get_next_notification_pargs::~ThriftHiveMetastore_get_next_n uint32_t ThriftHiveMetastore_get_next_notification_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_next_notification_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -31805,6 +32075,7 @@ uint32_t ThriftHiveMetastore_get_next_notification_pargs::write(::apache::thrift xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31815,7 +32086,6 @@ ThriftHiveMetastore_get_next_notification_result::~ThriftHiveMetastore_get_next_ uint32_t ThriftHiveMetastore_get_next_notification_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31877,7 +32147,6 @@ ThriftHiveMetastore_get_next_notification_presult::~ThriftHiveMetastore_get_next uint32_t ThriftHiveMetastore_get_next_notification_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31923,7 +32192,6 @@ ThriftHiveMetastore_get_current_notificationEventId_args::~ThriftHiveMetastore_g uint32_t ThriftHiveMetastore_get_current_notificationEventId_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -31951,11 +32219,12 @@ uint32_t ThriftHiveMetastore_get_current_notificationEventId_args::read(::apache uint32_t ThriftHiveMetastore_get_current_notificationEventId_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_current_notificationEventId_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31966,11 +32235,12 @@ ThriftHiveMetastore_get_current_notificationEventId_pargs::~ThriftHiveMetastore_ uint32_t ThriftHiveMetastore_get_current_notificationEventId_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_current_notificationEventId_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -31981,7 +32251,6 @@ ThriftHiveMetastore_get_current_notificationEventId_result::~ThriftHiveMetastore uint32_t ThriftHiveMetastore_get_current_notificationEventId_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32043,7 +32312,6 @@ ThriftHiveMetastore_get_current_notificationEventId_presult::~ThriftHiveMetastor uint32_t ThriftHiveMetastore_get_current_notificationEventId_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32089,7 +32357,6 @@ ThriftHiveMetastore_fire_listener_event_args::~ThriftHiveMetastore_fire_listener uint32_t ThriftHiveMetastore_fire_listener_event_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32130,7 +32397,7 @@ uint32_t ThriftHiveMetastore_fire_listener_event_args::read(::apache::thrift::pr uint32_t ThriftHiveMetastore_fire_listener_event_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_fire_listener_event_args"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -32139,6 +32406,7 @@ uint32_t ThriftHiveMetastore_fire_listener_event_args::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32149,7 +32417,7 @@ ThriftHiveMetastore_fire_listener_event_pargs::~ThriftHiveMetastore_fire_listene uint32_t ThriftHiveMetastore_fire_listener_event_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_fire_listener_event_pargs"); xfer += oprot->writeFieldBegin("rqst", ::apache::thrift::protocol::T_STRUCT, 1); @@ -32158,6 +32426,7 @@ uint32_t ThriftHiveMetastore_fire_listener_event_pargs::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32168,7 +32437,6 @@ ThriftHiveMetastore_fire_listener_event_result::~ThriftHiveMetastore_fire_listen uint32_t ThriftHiveMetastore_fire_listener_event_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32230,7 +32498,6 @@ ThriftHiveMetastore_fire_listener_event_presult::~ThriftHiveMetastore_fire_liste uint32_t ThriftHiveMetastore_fire_listener_event_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32276,7 +32543,6 @@ ThriftHiveMetastore_flushCache_args::~ThriftHiveMetastore_flushCache_args() thro uint32_t ThriftHiveMetastore_flushCache_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32304,11 +32570,12 @@ uint32_t ThriftHiveMetastore_flushCache_args::read(::apache::thrift::protocol::T uint32_t ThriftHiveMetastore_flushCache_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_flushCache_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32319,11 +32586,12 @@ ThriftHiveMetastore_flushCache_pargs::~ThriftHiveMetastore_flushCache_pargs() th uint32_t ThriftHiveMetastore_flushCache_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_flushCache_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32334,7 +32602,6 @@ ThriftHiveMetastore_flushCache_result::~ThriftHiveMetastore_flushCache_result() uint32_t ThriftHiveMetastore_flushCache_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32378,7 +32645,6 @@ ThriftHiveMetastore_flushCache_presult::~ThriftHiveMetastore_flushCache_presult( uint32_t ThriftHiveMetastore_flushCache_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32411,7 +32677,6 @@ ThriftHiveMetastore_get_file_metadata_by_expr_args::~ThriftHiveMetastore_get_fil uint32_t ThriftHiveMetastore_get_file_metadata_by_expr_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32452,7 +32717,7 @@ uint32_t ThriftHiveMetastore_get_file_metadata_by_expr_args::read(::apache::thri uint32_t ThriftHiveMetastore_get_file_metadata_by_expr_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_file_metadata_by_expr_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -32461,6 +32726,7 @@ uint32_t ThriftHiveMetastore_get_file_metadata_by_expr_args::write(::apache::thr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32471,7 +32737,7 @@ ThriftHiveMetastore_get_file_metadata_by_expr_pargs::~ThriftHiveMetastore_get_fi uint32_t ThriftHiveMetastore_get_file_metadata_by_expr_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_file_metadata_by_expr_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -32480,6 +32746,7 @@ uint32_t ThriftHiveMetastore_get_file_metadata_by_expr_pargs::write(::apache::th xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32490,7 +32757,6 @@ ThriftHiveMetastore_get_file_metadata_by_expr_result::~ThriftHiveMetastore_get_f uint32_t ThriftHiveMetastore_get_file_metadata_by_expr_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32552,7 +32818,6 @@ ThriftHiveMetastore_get_file_metadata_by_expr_presult::~ThriftHiveMetastore_get_ uint32_t ThriftHiveMetastore_get_file_metadata_by_expr_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32598,7 +32863,6 @@ ThriftHiveMetastore_get_file_metadata_args::~ThriftHiveMetastore_get_file_metada uint32_t ThriftHiveMetastore_get_file_metadata_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32639,7 +32903,7 @@ uint32_t ThriftHiveMetastore_get_file_metadata_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_get_file_metadata_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_file_metadata_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -32648,6 +32912,7 @@ uint32_t ThriftHiveMetastore_get_file_metadata_args::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32658,7 +32923,7 @@ ThriftHiveMetastore_get_file_metadata_pargs::~ThriftHiveMetastore_get_file_metad uint32_t ThriftHiveMetastore_get_file_metadata_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_get_file_metadata_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -32667,6 +32932,7 @@ uint32_t ThriftHiveMetastore_get_file_metadata_pargs::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32677,7 +32943,6 @@ ThriftHiveMetastore_get_file_metadata_result::~ThriftHiveMetastore_get_file_meta uint32_t ThriftHiveMetastore_get_file_metadata_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32739,7 +33004,6 @@ ThriftHiveMetastore_get_file_metadata_presult::~ThriftHiveMetastore_get_file_met uint32_t ThriftHiveMetastore_get_file_metadata_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32785,7 +33049,6 @@ ThriftHiveMetastore_put_file_metadata_args::~ThriftHiveMetastore_put_file_metada uint32_t ThriftHiveMetastore_put_file_metadata_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32826,7 +33089,7 @@ uint32_t ThriftHiveMetastore_put_file_metadata_args::read(::apache::thrift::prot uint32_t ThriftHiveMetastore_put_file_metadata_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_put_file_metadata_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -32835,6 +33098,7 @@ uint32_t ThriftHiveMetastore_put_file_metadata_args::write(::apache::thrift::pro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32845,7 +33109,7 @@ ThriftHiveMetastore_put_file_metadata_pargs::~ThriftHiveMetastore_put_file_metad uint32_t ThriftHiveMetastore_put_file_metadata_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_put_file_metadata_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -32854,6 +33118,7 @@ uint32_t ThriftHiveMetastore_put_file_metadata_pargs::write(::apache::thrift::pr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -32864,7 +33129,6 @@ ThriftHiveMetastore_put_file_metadata_result::~ThriftHiveMetastore_put_file_meta uint32_t ThriftHiveMetastore_put_file_metadata_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32926,7 +33190,6 @@ ThriftHiveMetastore_put_file_metadata_presult::~ThriftHiveMetastore_put_file_met uint32_t ThriftHiveMetastore_put_file_metadata_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -32972,7 +33235,6 @@ ThriftHiveMetastore_clear_file_metadata_args::~ThriftHiveMetastore_clear_file_me uint32_t ThriftHiveMetastore_clear_file_metadata_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -33013,7 +33275,7 @@ uint32_t ThriftHiveMetastore_clear_file_metadata_args::read(::apache::thrift::pr uint32_t ThriftHiveMetastore_clear_file_metadata_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_clear_file_metadata_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -33022,6 +33284,7 @@ uint32_t ThriftHiveMetastore_clear_file_metadata_args::write(::apache::thrift::p xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -33032,7 +33295,7 @@ ThriftHiveMetastore_clear_file_metadata_pargs::~ThriftHiveMetastore_clear_file_m uint32_t ThriftHiveMetastore_clear_file_metadata_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHiveMetastore_clear_file_metadata_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -33041,6 +33304,7 @@ uint32_t ThriftHiveMetastore_clear_file_metadata_pargs::write(::apache::thrift:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -33051,7 +33315,6 @@ ThriftHiveMetastore_clear_file_metadata_result::~ThriftHiveMetastore_clear_file_ uint32_t ThriftHiveMetastore_clear_file_metadata_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -33113,7 +33376,6 @@ ThriftHiveMetastore_clear_file_metadata_presult::~ThriftHiveMetastore_clear_file uint32_t ThriftHiveMetastore_clear_file_metadata_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -37145,6 +37407,72 @@ void ThriftHiveMetastoreClient::recv_get_partitions_by_expr(PartitionsByExprResu throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "get_partitions_by_expr failed: unknown result"); } +int32_t ThriftHiveMetastoreClient::get_num_partitions_by_filter(const std::string& db_name, const std::string& tbl_name, const std::string& filter) +{ + send_get_num_partitions_by_filter(db_name, tbl_name, filter); + return recv_get_num_partitions_by_filter(); +} + +void ThriftHiveMetastoreClient::send_get_num_partitions_by_filter(const std::string& db_name, const std::string& tbl_name, const std::string& filter) +{ + int32_t cseqid = 0; + oprot_->writeMessageBegin("get_num_partitions_by_filter", ::apache::thrift::protocol::T_CALL, cseqid); + + ThriftHiveMetastore_get_num_partitions_by_filter_pargs args; + args.db_name = &db_name; + args.tbl_name = &tbl_name; + args.filter = &filter; + args.write(oprot_); + + oprot_->writeMessageEnd(); + oprot_->getTransport()->writeEnd(); + oprot_->getTransport()->flush(); +} + +int32_t ThriftHiveMetastoreClient::recv_get_num_partitions_by_filter() +{ + + int32_t rseqid = 0; + std::string fname; + ::apache::thrift::protocol::TMessageType mtype; + + iprot_->readMessageBegin(fname, mtype, rseqid); + if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { + ::apache::thrift::TApplicationException x; + x.read(iprot_); + iprot_->readMessageEnd(); + iprot_->getTransport()->readEnd(); + throw x; + } + if (mtype != ::apache::thrift::protocol::T_REPLY) { + iprot_->skip(::apache::thrift::protocol::T_STRUCT); + iprot_->readMessageEnd(); + iprot_->getTransport()->readEnd(); + } + if (fname.compare("get_num_partitions_by_filter") != 0) { + iprot_->skip(::apache::thrift::protocol::T_STRUCT); + iprot_->readMessageEnd(); + iprot_->getTransport()->readEnd(); + } + int32_t _return; + ThriftHiveMetastore_get_num_partitions_by_filter_presult result; + result.success = &_return; + result.read(iprot_); + iprot_->readMessageEnd(); + iprot_->getTransport()->readEnd(); + + if (result.__isset.success) { + return _return; + } + if (result.__isset.o1) { + throw result.o1; + } + if (result.__isset.o2) { + throw result.o2; + } + throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "get_num_partitions_by_filter failed: unknown result"); +} + void ThriftHiveMetastoreClient::get_partitions_by_names(std::vector & _return, const std::string& db_name, const std::string& tbl_name, const std::vector & names) { send_get_partitions_by_names(db_name, tbl_name, names); @@ -45289,6 +45617,66 @@ void ThriftHiveMetastoreProcessor::process_get_partitions_by_expr(int32_t seqid, } } +void ThriftHiveMetastoreProcessor::process_get_num_partitions_by_filter(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext) +{ + void* ctx = NULL; + if (this->eventHandler_.get() != NULL) { + ctx = this->eventHandler_->getContext("ThriftHiveMetastore.get_num_partitions_by_filter", callContext); + } + ::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "ThriftHiveMetastore.get_num_partitions_by_filter"); + + if (this->eventHandler_.get() != NULL) { + this->eventHandler_->preRead(ctx, "ThriftHiveMetastore.get_num_partitions_by_filter"); + } + + ThriftHiveMetastore_get_num_partitions_by_filter_args args; + args.read(iprot); + iprot->readMessageEnd(); + uint32_t bytes = iprot->getTransport()->readEnd(); + + if (this->eventHandler_.get() != NULL) { + this->eventHandler_->postRead(ctx, "ThriftHiveMetastore.get_num_partitions_by_filter", bytes); + } + + ThriftHiveMetastore_get_num_partitions_by_filter_result result; + try { + result.success = iface_->get_num_partitions_by_filter(args.db_name, args.tbl_name, args.filter); + result.__isset.success = true; + } catch (MetaException &o1) { + result.o1 = o1; + result.__isset.o1 = true; + } catch (NoSuchObjectException &o2) { + result.o2 = o2; + result.__isset.o2 = true; + } catch (const std::exception& e) { + if (this->eventHandler_.get() != NULL) { + this->eventHandler_->handlerError(ctx, "ThriftHiveMetastore.get_num_partitions_by_filter"); + } + + ::apache::thrift::TApplicationException x(e.what()); + oprot->writeMessageBegin("get_num_partitions_by_filter", ::apache::thrift::protocol::T_EXCEPTION, seqid); + x.write(oprot); + oprot->writeMessageEnd(); + oprot->getTransport()->writeEnd(); + oprot->getTransport()->flush(); + return; + } + + if (this->eventHandler_.get() != NULL) { + this->eventHandler_->preWrite(ctx, "ThriftHiveMetastore.get_num_partitions_by_filter"); + } + + oprot->writeMessageBegin("get_num_partitions_by_filter", ::apache::thrift::protocol::T_REPLY, seqid); + result.write(oprot); + oprot->writeMessageEnd(); + bytes = oprot->getTransport()->writeEnd(); + oprot->getTransport()->flush(); + + if (this->eventHandler_.get() != NULL) { + this->eventHandler_->postWrite(ctx, "ThriftHiveMetastore.get_num_partitions_by_filter", bytes); + } +} + void ThriftHiveMetastoreProcessor::process_get_partitions_by_names(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext) { void* ctx = NULL; @@ -49625,6 +50013,7 @@ void ThriftHiveMetastoreProcessor::process_cache_file_metadata(int32_t seqid, :: ::boost::shared_ptr< ::apache::thrift::TProcessor > processor(new ThriftHiveMetastoreProcessor(handler)); return processor; } +<<<<<<< HEAD void ThriftHiveMetastoreConcurrentClient::getMetaConf(std::string& _return, const std::string& key) { @@ -61700,5 +62089,7 @@ void ThriftHiveMetastoreConcurrentClient::recv_cache_file_metadata(CacheFileMeta } // end while(true) } +======= +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api }}} // namespace diff --git metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h index 62a2007..5f790e5 100644 --- metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h +++ metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -8,17 +8,11 @@ #define ThriftHiveMetastore_H #include -#include #include "hive_metastore_types.h" #include "FacebookService.h" namespace Apache { namespace Hadoop { namespace Hive { -#ifdef _WIN32 - #pragma warning( push ) - #pragma warning (disable : 4250 ) //inheriting methods via dominance -#endif - class ThriftHiveMetastoreIf : virtual public ::facebook::fb303::FacebookServiceIf { public: virtual ~ThriftHiveMetastoreIf() {} @@ -80,6 +74,7 @@ class ThriftHiveMetastoreIf : virtual public ::facebook::fb303::FacebookService virtual void get_partitions_by_filter(std::vector & _return, const std::string& db_name, const std::string& tbl_name, const std::string& filter, const int16_t max_parts) = 0; virtual void get_part_specs_by_filter(std::vector & _return, const std::string& db_name, const std::string& tbl_name, const std::string& filter, const int32_t max_parts) = 0; virtual void get_partitions_by_expr(PartitionsByExprResult& _return, const PartitionsByExprRequest& req) = 0; + virtual int32_t get_num_partitions_by_filter(const std::string& db_name, const std::string& tbl_name, const std::string& filter) = 0; virtual void get_partitions_by_names(std::vector & _return, const std::string& db_name, const std::string& tbl_name, const std::vector & names) = 0; virtual void alter_partition(const std::string& db_name, const std::string& tbl_name, const Partition& new_part) = 0; virtual void alter_partitions(const std::string& db_name, const std::string& tbl_name, const std::vector & new_parts) = 0; @@ -365,6 +360,10 @@ class ThriftHiveMetastoreNull : virtual public ThriftHiveMetastoreIf , virtual p void get_partitions_by_expr(PartitionsByExprResult& /* _return */, const PartitionsByExprRequest& /* req */) { return; } + int32_t get_num_partitions_by_filter(const std::string& /* db_name */, const std::string& /* tbl_name */, const std::string& /* filter */) { + int32_t _return = 0; + return _return; + } void get_partitions_by_names(std::vector & /* _return */, const std::string& /* db_name */, const std::string& /* tbl_name */, const std::vector & /* names */) { return; } @@ -612,6 +611,9 @@ typedef struct _ThriftHiveMetastore_getMetaConf_args__isset { class ThriftHiveMetastore_getMetaConf_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_getMetaConf_args(const ThriftHiveMetastore_getMetaConf_args&); ThriftHiveMetastore_getMetaConf_args& operator=(const ThriftHiveMetastore_getMetaConf_args&); ThriftHiveMetastore_getMetaConf_args() : key() { @@ -639,18 +641,23 @@ class ThriftHiveMetastore_getMetaConf_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_getMetaConf_args& obj); }; class ThriftHiveMetastore_getMetaConf_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_getMetaConf_pargs() throw(); const std::string* key; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_getMetaConf_pargs& obj); }; typedef struct _ThriftHiveMetastore_getMetaConf_result__isset { @@ -662,6 +669,9 @@ typedef struct _ThriftHiveMetastore_getMetaConf_result__isset { class ThriftHiveMetastore_getMetaConf_result { public: + static const char* ascii_fingerprint; // = "FB3D66E547AE5D7F8EB046D752ECF5C1"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3D,0x66,0xE5,0x47,0xAE,0x5D,0x7F,0x8E,0xB0,0x46,0xD7,0x52,0xEC,0xF5,0xC1}; + ThriftHiveMetastore_getMetaConf_result(const ThriftHiveMetastore_getMetaConf_result&); ThriftHiveMetastore_getMetaConf_result& operator=(const ThriftHiveMetastore_getMetaConf_result&); ThriftHiveMetastore_getMetaConf_result() : success() { @@ -694,6 +704,7 @@ class ThriftHiveMetastore_getMetaConf_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_getMetaConf_result& obj); }; typedef struct _ThriftHiveMetastore_getMetaConf_presult__isset { @@ -705,6 +716,9 @@ typedef struct _ThriftHiveMetastore_getMetaConf_presult__isset { class ThriftHiveMetastore_getMetaConf_presult { public: + static const char* ascii_fingerprint; // = "FB3D66E547AE5D7F8EB046D752ECF5C1"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3D,0x66,0xE5,0x47,0xAE,0x5D,0x7F,0x8E,0xB0,0x46,0xD7,0x52,0xEC,0xF5,0xC1}; + virtual ~ThriftHiveMetastore_getMetaConf_presult() throw(); std::string* success; @@ -714,6 +728,7 @@ class ThriftHiveMetastore_getMetaConf_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_getMetaConf_presult& obj); }; typedef struct _ThriftHiveMetastore_setMetaConf_args__isset { @@ -725,6 +740,9 @@ typedef struct _ThriftHiveMetastore_setMetaConf_args__isset { class ThriftHiveMetastore_setMetaConf_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_setMetaConf_args(const ThriftHiveMetastore_setMetaConf_args&); ThriftHiveMetastore_setMetaConf_args& operator=(const ThriftHiveMetastore_setMetaConf_args&); ThriftHiveMetastore_setMetaConf_args() : key(), value() { @@ -757,12 +775,16 @@ class ThriftHiveMetastore_setMetaConf_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_setMetaConf_args& obj); }; class ThriftHiveMetastore_setMetaConf_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_setMetaConf_pargs() throw(); const std::string* key; @@ -770,6 +792,7 @@ class ThriftHiveMetastore_setMetaConf_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_setMetaConf_pargs& obj); }; typedef struct _ThriftHiveMetastore_setMetaConf_result__isset { @@ -780,6 +803,9 @@ typedef struct _ThriftHiveMetastore_setMetaConf_result__isset { class ThriftHiveMetastore_setMetaConf_result { public: + static const char* ascii_fingerprint; // = "771E7EF40B572D2BFAB12C49547ADCBF"; + static const uint8_t binary_fingerprint[16]; // = {0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF}; + ThriftHiveMetastore_setMetaConf_result(const ThriftHiveMetastore_setMetaConf_result&); ThriftHiveMetastore_setMetaConf_result& operator=(const ThriftHiveMetastore_setMetaConf_result&); ThriftHiveMetastore_setMetaConf_result() { @@ -807,6 +833,7 @@ class ThriftHiveMetastore_setMetaConf_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_setMetaConf_result& obj); }; typedef struct _ThriftHiveMetastore_setMetaConf_presult__isset { @@ -817,6 +844,9 @@ typedef struct _ThriftHiveMetastore_setMetaConf_presult__isset { class ThriftHiveMetastore_setMetaConf_presult { public: + static const char* ascii_fingerprint; // = "771E7EF40B572D2BFAB12C49547ADCBF"; + static const uint8_t binary_fingerprint[16]; // = {0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF}; + virtual ~ThriftHiveMetastore_setMetaConf_presult() throw(); MetaException o1; @@ -825,6 +855,7 @@ class ThriftHiveMetastore_setMetaConf_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_setMetaConf_presult& obj); }; typedef struct _ThriftHiveMetastore_create_database_args__isset { @@ -835,6 +866,9 @@ typedef struct _ThriftHiveMetastore_create_database_args__isset { class ThriftHiveMetastore_create_database_args { public: + static const char* ascii_fingerprint; // = "BAA173319AAB1B660ECE7D895D8F1A31"; + static const uint8_t binary_fingerprint[16]; // = {0xBA,0xA1,0x73,0x31,0x9A,0xAB,0x1B,0x66,0x0E,0xCE,0x7D,0x89,0x5D,0x8F,0x1A,0x31}; + ThriftHiveMetastore_create_database_args(const ThriftHiveMetastore_create_database_args&); ThriftHiveMetastore_create_database_args& operator=(const ThriftHiveMetastore_create_database_args&); ThriftHiveMetastore_create_database_args() { @@ -862,18 +896,23 @@ class ThriftHiveMetastore_create_database_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_database_args& obj); }; class ThriftHiveMetastore_create_database_pargs { public: + static const char* ascii_fingerprint; // = "BAA173319AAB1B660ECE7D895D8F1A31"; + static const uint8_t binary_fingerprint[16]; // = {0xBA,0xA1,0x73,0x31,0x9A,0xAB,0x1B,0x66,0x0E,0xCE,0x7D,0x89,0x5D,0x8F,0x1A,0x31}; + virtual ~ThriftHiveMetastore_create_database_pargs() throw(); const Database* database; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_database_pargs& obj); }; typedef struct _ThriftHiveMetastore_create_database_result__isset { @@ -886,6 +925,9 @@ typedef struct _ThriftHiveMetastore_create_database_result__isset { class ThriftHiveMetastore_create_database_result { public: + static const char* ascii_fingerprint; // = "2E72786EE0F17DA00FC5BDED362FE255"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55}; + ThriftHiveMetastore_create_database_result(const ThriftHiveMetastore_create_database_result&); ThriftHiveMetastore_create_database_result& operator=(const ThriftHiveMetastore_create_database_result&); ThriftHiveMetastore_create_database_result() { @@ -923,6 +965,7 @@ class ThriftHiveMetastore_create_database_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_database_result& obj); }; typedef struct _ThriftHiveMetastore_create_database_presult__isset { @@ -935,6 +978,9 @@ typedef struct _ThriftHiveMetastore_create_database_presult__isset { class ThriftHiveMetastore_create_database_presult { public: + static const char* ascii_fingerprint; // = "2E72786EE0F17DA00FC5BDED362FE255"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55}; + virtual ~ThriftHiveMetastore_create_database_presult() throw(); AlreadyExistsException o1; @@ -945,6 +991,7 @@ class ThriftHiveMetastore_create_database_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_database_presult& obj); }; typedef struct _ThriftHiveMetastore_get_database_args__isset { @@ -955,6 +1002,9 @@ typedef struct _ThriftHiveMetastore_get_database_args__isset { class ThriftHiveMetastore_get_database_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_get_database_args(const ThriftHiveMetastore_get_database_args&); ThriftHiveMetastore_get_database_args& operator=(const ThriftHiveMetastore_get_database_args&); ThriftHiveMetastore_get_database_args() : name() { @@ -982,18 +1032,23 @@ class ThriftHiveMetastore_get_database_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_database_args& obj); }; class ThriftHiveMetastore_get_database_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_get_database_pargs() throw(); const std::string* name; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_database_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_database_result__isset { @@ -1006,6 +1061,9 @@ typedef struct _ThriftHiveMetastore_get_database_result__isset { class ThriftHiveMetastore_get_database_result { public: + static const char* ascii_fingerprint; // = "C73ECEC4971924DCA9053333CB4A89A0"; + static const uint8_t binary_fingerprint[16]; // = {0xC7,0x3E,0xCE,0xC4,0x97,0x19,0x24,0xDC,0xA9,0x05,0x33,0x33,0xCB,0x4A,0x89,0xA0}; + ThriftHiveMetastore_get_database_result(const ThriftHiveMetastore_get_database_result&); ThriftHiveMetastore_get_database_result& operator=(const ThriftHiveMetastore_get_database_result&); ThriftHiveMetastore_get_database_result() { @@ -1043,6 +1101,7 @@ class ThriftHiveMetastore_get_database_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_database_result& obj); }; typedef struct _ThriftHiveMetastore_get_database_presult__isset { @@ -1055,6 +1114,9 @@ typedef struct _ThriftHiveMetastore_get_database_presult__isset { class ThriftHiveMetastore_get_database_presult { public: + static const char* ascii_fingerprint; // = "C73ECEC4971924DCA9053333CB4A89A0"; + static const uint8_t binary_fingerprint[16]; // = {0xC7,0x3E,0xCE,0xC4,0x97,0x19,0x24,0xDC,0xA9,0x05,0x33,0x33,0xCB,0x4A,0x89,0xA0}; + virtual ~ThriftHiveMetastore_get_database_presult() throw(); Database* success; @@ -1065,6 +1127,7 @@ class ThriftHiveMetastore_get_database_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_database_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_database_args__isset { @@ -1077,6 +1140,9 @@ typedef struct _ThriftHiveMetastore_drop_database_args__isset { class ThriftHiveMetastore_drop_database_args { public: + static const char* ascii_fingerprint; // = "B8E1E91B0E4D1772237E387EEB23B1B0"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0xE1,0xE9,0x1B,0x0E,0x4D,0x17,0x72,0x23,0x7E,0x38,0x7E,0xEB,0x23,0xB1,0xB0}; + ThriftHiveMetastore_drop_database_args(const ThriftHiveMetastore_drop_database_args&); ThriftHiveMetastore_drop_database_args& operator=(const ThriftHiveMetastore_drop_database_args&); ThriftHiveMetastore_drop_database_args() : name(), deleteData(0), cascade(0) { @@ -1114,12 +1180,16 @@ class ThriftHiveMetastore_drop_database_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_database_args& obj); }; class ThriftHiveMetastore_drop_database_pargs { public: + static const char* ascii_fingerprint; // = "B8E1E91B0E4D1772237E387EEB23B1B0"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0xE1,0xE9,0x1B,0x0E,0x4D,0x17,0x72,0x23,0x7E,0x38,0x7E,0xEB,0x23,0xB1,0xB0}; + virtual ~ThriftHiveMetastore_drop_database_pargs() throw(); const std::string* name; @@ -1128,6 +1198,7 @@ class ThriftHiveMetastore_drop_database_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_database_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_database_result__isset { @@ -1140,6 +1211,9 @@ typedef struct _ThriftHiveMetastore_drop_database_result__isset { class ThriftHiveMetastore_drop_database_result { public: + static const char* ascii_fingerprint; // = "2E72786EE0F17DA00FC5BDED362FE255"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55}; + ThriftHiveMetastore_drop_database_result(const ThriftHiveMetastore_drop_database_result&); ThriftHiveMetastore_drop_database_result& operator=(const ThriftHiveMetastore_drop_database_result&); ThriftHiveMetastore_drop_database_result() { @@ -1177,6 +1251,7 @@ class ThriftHiveMetastore_drop_database_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_database_result& obj); }; typedef struct _ThriftHiveMetastore_drop_database_presult__isset { @@ -1189,6 +1264,9 @@ typedef struct _ThriftHiveMetastore_drop_database_presult__isset { class ThriftHiveMetastore_drop_database_presult { public: + static const char* ascii_fingerprint; // = "2E72786EE0F17DA00FC5BDED362FE255"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55}; + virtual ~ThriftHiveMetastore_drop_database_presult() throw(); NoSuchObjectException o1; @@ -1199,6 +1277,7 @@ class ThriftHiveMetastore_drop_database_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_database_presult& obj); }; typedef struct _ThriftHiveMetastore_get_databases_args__isset { @@ -1209,6 +1288,9 @@ typedef struct _ThriftHiveMetastore_get_databases_args__isset { class ThriftHiveMetastore_get_databases_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_get_databases_args(const ThriftHiveMetastore_get_databases_args&); ThriftHiveMetastore_get_databases_args& operator=(const ThriftHiveMetastore_get_databases_args&); ThriftHiveMetastore_get_databases_args() : pattern() { @@ -1236,18 +1318,23 @@ class ThriftHiveMetastore_get_databases_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_databases_args& obj); }; class ThriftHiveMetastore_get_databases_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_get_databases_pargs() throw(); const std::string* pattern; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_databases_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_databases_result__isset { @@ -1259,6 +1346,9 @@ typedef struct _ThriftHiveMetastore_get_databases_result__isset { class ThriftHiveMetastore_get_databases_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_get_databases_result(const ThriftHiveMetastore_get_databases_result&); ThriftHiveMetastore_get_databases_result& operator=(const ThriftHiveMetastore_get_databases_result&); ThriftHiveMetastore_get_databases_result() { @@ -1291,6 +1381,7 @@ class ThriftHiveMetastore_get_databases_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_databases_result& obj); }; typedef struct _ThriftHiveMetastore_get_databases_presult__isset { @@ -1302,6 +1393,9 @@ typedef struct _ThriftHiveMetastore_get_databases_presult__isset { class ThriftHiveMetastore_get_databases_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_get_databases_presult() throw(); std::vector * success; @@ -1311,12 +1405,16 @@ class ThriftHiveMetastore_get_databases_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_databases_presult& obj); }; class ThriftHiveMetastore_get_all_databases_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_get_all_databases_args(const ThriftHiveMetastore_get_all_databases_args&); ThriftHiveMetastore_get_all_databases_args& operator=(const ThriftHiveMetastore_get_all_databases_args&); ThriftHiveMetastore_get_all_databases_args() { @@ -1337,17 +1435,22 @@ class ThriftHiveMetastore_get_all_databases_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_databases_args& obj); }; class ThriftHiveMetastore_get_all_databases_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_get_all_databases_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_databases_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_all_databases_result__isset { @@ -1359,6 +1462,9 @@ typedef struct _ThriftHiveMetastore_get_all_databases_result__isset { class ThriftHiveMetastore_get_all_databases_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_get_all_databases_result(const ThriftHiveMetastore_get_all_databases_result&); ThriftHiveMetastore_get_all_databases_result& operator=(const ThriftHiveMetastore_get_all_databases_result&); ThriftHiveMetastore_get_all_databases_result() { @@ -1391,6 +1497,7 @@ class ThriftHiveMetastore_get_all_databases_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_databases_result& obj); }; typedef struct _ThriftHiveMetastore_get_all_databases_presult__isset { @@ -1402,6 +1509,9 @@ typedef struct _ThriftHiveMetastore_get_all_databases_presult__isset { class ThriftHiveMetastore_get_all_databases_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_get_all_databases_presult() throw(); std::vector * success; @@ -1411,6 +1521,7 @@ class ThriftHiveMetastore_get_all_databases_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_databases_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_database_args__isset { @@ -1422,6 +1533,9 @@ typedef struct _ThriftHiveMetastore_alter_database_args__isset { class ThriftHiveMetastore_alter_database_args { public: + static const char* ascii_fingerprint; // = "B314C1FCA7295CFE5872A037139333A5"; + static const uint8_t binary_fingerprint[16]; // = {0xB3,0x14,0xC1,0xFC,0xA7,0x29,0x5C,0xFE,0x58,0x72,0xA0,0x37,0x13,0x93,0x33,0xA5}; + ThriftHiveMetastore_alter_database_args(const ThriftHiveMetastore_alter_database_args&); ThriftHiveMetastore_alter_database_args& operator=(const ThriftHiveMetastore_alter_database_args&); ThriftHiveMetastore_alter_database_args() : dbname() { @@ -1454,12 +1568,16 @@ class ThriftHiveMetastore_alter_database_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_database_args& obj); }; class ThriftHiveMetastore_alter_database_pargs { public: + static const char* ascii_fingerprint; // = "B314C1FCA7295CFE5872A037139333A5"; + static const uint8_t binary_fingerprint[16]; // = {0xB3,0x14,0xC1,0xFC,0xA7,0x29,0x5C,0xFE,0x58,0x72,0xA0,0x37,0x13,0x93,0x33,0xA5}; + virtual ~ThriftHiveMetastore_alter_database_pargs() throw(); const std::string* dbname; @@ -1467,6 +1585,7 @@ class ThriftHiveMetastore_alter_database_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_database_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_database_result__isset { @@ -1478,6 +1597,9 @@ typedef struct _ThriftHiveMetastore_alter_database_result__isset { class ThriftHiveMetastore_alter_database_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_database_result(const ThriftHiveMetastore_alter_database_result&); ThriftHiveMetastore_alter_database_result& operator=(const ThriftHiveMetastore_alter_database_result&); ThriftHiveMetastore_alter_database_result() { @@ -1510,6 +1632,7 @@ class ThriftHiveMetastore_alter_database_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_database_result& obj); }; typedef struct _ThriftHiveMetastore_alter_database_presult__isset { @@ -1521,6 +1644,9 @@ typedef struct _ThriftHiveMetastore_alter_database_presult__isset { class ThriftHiveMetastore_alter_database_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_database_presult() throw(); MetaException o1; @@ -1530,6 +1656,7 @@ class ThriftHiveMetastore_alter_database_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_database_presult& obj); }; typedef struct _ThriftHiveMetastore_get_type_args__isset { @@ -1540,6 +1667,9 @@ typedef struct _ThriftHiveMetastore_get_type_args__isset { class ThriftHiveMetastore_get_type_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_get_type_args(const ThriftHiveMetastore_get_type_args&); ThriftHiveMetastore_get_type_args& operator=(const ThriftHiveMetastore_get_type_args&); ThriftHiveMetastore_get_type_args() : name() { @@ -1567,18 +1697,23 @@ class ThriftHiveMetastore_get_type_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_type_args& obj); }; class ThriftHiveMetastore_get_type_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_get_type_pargs() throw(); const std::string* name; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_type_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_type_result__isset { @@ -1591,6 +1726,9 @@ typedef struct _ThriftHiveMetastore_get_type_result__isset { class ThriftHiveMetastore_get_type_result { public: + static const char* ascii_fingerprint; // = "FB3C6A03581A125ACD392DBF486E3393"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x6A,0x03,0x58,0x1A,0x12,0x5A,0xCD,0x39,0x2D,0xBF,0x48,0x6E,0x33,0x93}; + ThriftHiveMetastore_get_type_result(const ThriftHiveMetastore_get_type_result&); ThriftHiveMetastore_get_type_result& operator=(const ThriftHiveMetastore_get_type_result&); ThriftHiveMetastore_get_type_result() { @@ -1628,6 +1766,7 @@ class ThriftHiveMetastore_get_type_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_type_result& obj); }; typedef struct _ThriftHiveMetastore_get_type_presult__isset { @@ -1640,6 +1779,9 @@ typedef struct _ThriftHiveMetastore_get_type_presult__isset { class ThriftHiveMetastore_get_type_presult { public: + static const char* ascii_fingerprint; // = "FB3C6A03581A125ACD392DBF486E3393"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x6A,0x03,0x58,0x1A,0x12,0x5A,0xCD,0x39,0x2D,0xBF,0x48,0x6E,0x33,0x93}; + virtual ~ThriftHiveMetastore_get_type_presult() throw(); Type* success; @@ -1650,6 +1792,7 @@ class ThriftHiveMetastore_get_type_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_type_presult& obj); }; typedef struct _ThriftHiveMetastore_create_type_args__isset { @@ -1660,6 +1803,9 @@ typedef struct _ThriftHiveMetastore_create_type_args__isset { class ThriftHiveMetastore_create_type_args { public: + static const char* ascii_fingerprint; // = "9A5D4BC8553C4C253DA189914EB026F0"; + static const uint8_t binary_fingerprint[16]; // = {0x9A,0x5D,0x4B,0xC8,0x55,0x3C,0x4C,0x25,0x3D,0xA1,0x89,0x91,0x4E,0xB0,0x26,0xF0}; + ThriftHiveMetastore_create_type_args(const ThriftHiveMetastore_create_type_args&); ThriftHiveMetastore_create_type_args& operator=(const ThriftHiveMetastore_create_type_args&); ThriftHiveMetastore_create_type_args() { @@ -1687,18 +1833,23 @@ class ThriftHiveMetastore_create_type_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_type_args& obj); }; class ThriftHiveMetastore_create_type_pargs { public: + static const char* ascii_fingerprint; // = "9A5D4BC8553C4C253DA189914EB026F0"; + static const uint8_t binary_fingerprint[16]; // = {0x9A,0x5D,0x4B,0xC8,0x55,0x3C,0x4C,0x25,0x3D,0xA1,0x89,0x91,0x4E,0xB0,0x26,0xF0}; + virtual ~ThriftHiveMetastore_create_type_pargs() throw(); const Type* type; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_type_pargs& obj); }; typedef struct _ThriftHiveMetastore_create_type_result__isset { @@ -1712,6 +1863,9 @@ typedef struct _ThriftHiveMetastore_create_type_result__isset { class ThriftHiveMetastore_create_type_result { public: + static const char* ascii_fingerprint; // = "BEFA80ACD0D12B069F160582E1F44215"; + static const uint8_t binary_fingerprint[16]; // = {0xBE,0xFA,0x80,0xAC,0xD0,0xD1,0x2B,0x06,0x9F,0x16,0x05,0x82,0xE1,0xF4,0x42,0x15}; + ThriftHiveMetastore_create_type_result(const ThriftHiveMetastore_create_type_result&); ThriftHiveMetastore_create_type_result& operator=(const ThriftHiveMetastore_create_type_result&); ThriftHiveMetastore_create_type_result() : success(0) { @@ -1754,6 +1908,7 @@ class ThriftHiveMetastore_create_type_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_type_result& obj); }; typedef struct _ThriftHiveMetastore_create_type_presult__isset { @@ -1767,6 +1922,9 @@ typedef struct _ThriftHiveMetastore_create_type_presult__isset { class ThriftHiveMetastore_create_type_presult { public: + static const char* ascii_fingerprint; // = "BEFA80ACD0D12B069F160582E1F44215"; + static const uint8_t binary_fingerprint[16]; // = {0xBE,0xFA,0x80,0xAC,0xD0,0xD1,0x2B,0x06,0x9F,0x16,0x05,0x82,0xE1,0xF4,0x42,0x15}; + virtual ~ThriftHiveMetastore_create_type_presult() throw(); bool* success; @@ -1778,6 +1936,7 @@ class ThriftHiveMetastore_create_type_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_type_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_type_args__isset { @@ -1788,6 +1947,9 @@ typedef struct _ThriftHiveMetastore_drop_type_args__isset { class ThriftHiveMetastore_drop_type_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_drop_type_args(const ThriftHiveMetastore_drop_type_args&); ThriftHiveMetastore_drop_type_args& operator=(const ThriftHiveMetastore_drop_type_args&); ThriftHiveMetastore_drop_type_args() : type() { @@ -1815,18 +1977,23 @@ class ThriftHiveMetastore_drop_type_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_type_args& obj); }; class ThriftHiveMetastore_drop_type_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_drop_type_pargs() throw(); const std::string* type; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_type_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_type_result__isset { @@ -1839,6 +2006,9 @@ typedef struct _ThriftHiveMetastore_drop_type_result__isset { class ThriftHiveMetastore_drop_type_result { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + ThriftHiveMetastore_drop_type_result(const ThriftHiveMetastore_drop_type_result&); ThriftHiveMetastore_drop_type_result& operator=(const ThriftHiveMetastore_drop_type_result&); ThriftHiveMetastore_drop_type_result() : success(0) { @@ -1876,6 +2046,7 @@ class ThriftHiveMetastore_drop_type_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_type_result& obj); }; typedef struct _ThriftHiveMetastore_drop_type_presult__isset { @@ -1888,6 +2059,9 @@ typedef struct _ThriftHiveMetastore_drop_type_presult__isset { class ThriftHiveMetastore_drop_type_presult { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + virtual ~ThriftHiveMetastore_drop_type_presult() throw(); bool* success; @@ -1898,6 +2072,7 @@ class ThriftHiveMetastore_drop_type_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_type_presult& obj); }; typedef struct _ThriftHiveMetastore_get_type_all_args__isset { @@ -1908,6 +2083,9 @@ typedef struct _ThriftHiveMetastore_get_type_all_args__isset { class ThriftHiveMetastore_get_type_all_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_get_type_all_args(const ThriftHiveMetastore_get_type_all_args&); ThriftHiveMetastore_get_type_all_args& operator=(const ThriftHiveMetastore_get_type_all_args&); ThriftHiveMetastore_get_type_all_args() : name() { @@ -1935,18 +2113,23 @@ class ThriftHiveMetastore_get_type_all_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_type_all_args& obj); }; class ThriftHiveMetastore_get_type_all_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_get_type_all_pargs() throw(); const std::string* name; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_type_all_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_type_all_result__isset { @@ -1958,6 +2141,9 @@ typedef struct _ThriftHiveMetastore_get_type_all_result__isset { class ThriftHiveMetastore_get_type_all_result { public: + static const char* ascii_fingerprint; // = "4AD9FFB783428C996DEB713D38DA38C4"; + static const uint8_t binary_fingerprint[16]; // = {0x4A,0xD9,0xFF,0xB7,0x83,0x42,0x8C,0x99,0x6D,0xEB,0x71,0x3D,0x38,0xDA,0x38,0xC4}; + ThriftHiveMetastore_get_type_all_result(const ThriftHiveMetastore_get_type_all_result&); ThriftHiveMetastore_get_type_all_result& operator=(const ThriftHiveMetastore_get_type_all_result&); ThriftHiveMetastore_get_type_all_result() { @@ -1990,6 +2176,7 @@ class ThriftHiveMetastore_get_type_all_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_type_all_result& obj); }; typedef struct _ThriftHiveMetastore_get_type_all_presult__isset { @@ -2001,6 +2188,9 @@ typedef struct _ThriftHiveMetastore_get_type_all_presult__isset { class ThriftHiveMetastore_get_type_all_presult { public: + static const char* ascii_fingerprint; // = "4AD9FFB783428C996DEB713D38DA38C4"; + static const uint8_t binary_fingerprint[16]; // = {0x4A,0xD9,0xFF,0xB7,0x83,0x42,0x8C,0x99,0x6D,0xEB,0x71,0x3D,0x38,0xDA,0x38,0xC4}; + virtual ~ThriftHiveMetastore_get_type_all_presult() throw(); std::map * success; @@ -2010,6 +2200,7 @@ class ThriftHiveMetastore_get_type_all_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_type_all_presult& obj); }; typedef struct _ThriftHiveMetastore_get_fields_args__isset { @@ -2021,6 +2212,9 @@ typedef struct _ThriftHiveMetastore_get_fields_args__isset { class ThriftHiveMetastore_get_fields_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_get_fields_args(const ThriftHiveMetastore_get_fields_args&); ThriftHiveMetastore_get_fields_args& operator=(const ThriftHiveMetastore_get_fields_args&); ThriftHiveMetastore_get_fields_args() : db_name(), table_name() { @@ -2053,12 +2247,16 @@ class ThriftHiveMetastore_get_fields_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_fields_args& obj); }; class ThriftHiveMetastore_get_fields_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_get_fields_pargs() throw(); const std::string* db_name; @@ -2066,6 +2264,7 @@ class ThriftHiveMetastore_get_fields_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_fields_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_fields_result__isset { @@ -2079,6 +2278,9 @@ typedef struct _ThriftHiveMetastore_get_fields_result__isset { class ThriftHiveMetastore_get_fields_result { public: + static const char* ascii_fingerprint; // = "B736CA8B9EACE5EE093DF8D460EE0F4E"; + static const uint8_t binary_fingerprint[16]; // = {0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E}; + ThriftHiveMetastore_get_fields_result(const ThriftHiveMetastore_get_fields_result&); ThriftHiveMetastore_get_fields_result& operator=(const ThriftHiveMetastore_get_fields_result&); ThriftHiveMetastore_get_fields_result() { @@ -2121,6 +2323,7 @@ class ThriftHiveMetastore_get_fields_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_fields_result& obj); }; typedef struct _ThriftHiveMetastore_get_fields_presult__isset { @@ -2134,6 +2337,9 @@ typedef struct _ThriftHiveMetastore_get_fields_presult__isset { class ThriftHiveMetastore_get_fields_presult { public: + static const char* ascii_fingerprint; // = "B736CA8B9EACE5EE093DF8D460EE0F4E"; + static const uint8_t binary_fingerprint[16]; // = {0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E}; + virtual ~ThriftHiveMetastore_get_fields_presult() throw(); std::vector * success; @@ -2145,6 +2351,7 @@ class ThriftHiveMetastore_get_fields_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_fields_presult& obj); }; typedef struct _ThriftHiveMetastore_get_fields_with_environment_context_args__isset { @@ -2157,6 +2364,9 @@ typedef struct _ThriftHiveMetastore_get_fields_with_environment_context_args__is class ThriftHiveMetastore_get_fields_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "AE0D6195F9A2D9B00B409A0B58C4F0AE"; + static const uint8_t binary_fingerprint[16]; // = {0xAE,0x0D,0x61,0x95,0xF9,0xA2,0xD9,0xB0,0x0B,0x40,0x9A,0x0B,0x58,0xC4,0xF0,0xAE}; + ThriftHiveMetastore_get_fields_with_environment_context_args(const ThriftHiveMetastore_get_fields_with_environment_context_args&); ThriftHiveMetastore_get_fields_with_environment_context_args& operator=(const ThriftHiveMetastore_get_fields_with_environment_context_args&); ThriftHiveMetastore_get_fields_with_environment_context_args() : db_name(), table_name() { @@ -2194,12 +2404,16 @@ class ThriftHiveMetastore_get_fields_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_fields_with_environment_context_args& obj); }; class ThriftHiveMetastore_get_fields_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "AE0D6195F9A2D9B00B409A0B58C4F0AE"; + static const uint8_t binary_fingerprint[16]; // = {0xAE,0x0D,0x61,0x95,0xF9,0xA2,0xD9,0xB0,0x0B,0x40,0x9A,0x0B,0x58,0xC4,0xF0,0xAE}; + virtual ~ThriftHiveMetastore_get_fields_with_environment_context_pargs() throw(); const std::string* db_name; @@ -2208,6 +2422,7 @@ class ThriftHiveMetastore_get_fields_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_fields_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_fields_with_environment_context_result__isset { @@ -2221,6 +2436,9 @@ typedef struct _ThriftHiveMetastore_get_fields_with_environment_context_result__ class ThriftHiveMetastore_get_fields_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "B736CA8B9EACE5EE093DF8D460EE0F4E"; + static const uint8_t binary_fingerprint[16]; // = {0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E}; + ThriftHiveMetastore_get_fields_with_environment_context_result(const ThriftHiveMetastore_get_fields_with_environment_context_result&); ThriftHiveMetastore_get_fields_with_environment_context_result& operator=(const ThriftHiveMetastore_get_fields_with_environment_context_result&); ThriftHiveMetastore_get_fields_with_environment_context_result() { @@ -2263,6 +2481,7 @@ class ThriftHiveMetastore_get_fields_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_fields_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_get_fields_with_environment_context_presult__isset { @@ -2276,6 +2495,9 @@ typedef struct _ThriftHiveMetastore_get_fields_with_environment_context_presult_ class ThriftHiveMetastore_get_fields_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "B736CA8B9EACE5EE093DF8D460EE0F4E"; + static const uint8_t binary_fingerprint[16]; // = {0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E}; + virtual ~ThriftHiveMetastore_get_fields_with_environment_context_presult() throw(); std::vector * success; @@ -2287,6 +2509,7 @@ class ThriftHiveMetastore_get_fields_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_fields_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_get_schema_args__isset { @@ -2298,6 +2521,9 @@ typedef struct _ThriftHiveMetastore_get_schema_args__isset { class ThriftHiveMetastore_get_schema_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_get_schema_args(const ThriftHiveMetastore_get_schema_args&); ThriftHiveMetastore_get_schema_args& operator=(const ThriftHiveMetastore_get_schema_args&); ThriftHiveMetastore_get_schema_args() : db_name(), table_name() { @@ -2330,12 +2556,16 @@ class ThriftHiveMetastore_get_schema_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_schema_args& obj); }; class ThriftHiveMetastore_get_schema_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_get_schema_pargs() throw(); const std::string* db_name; @@ -2343,6 +2573,7 @@ class ThriftHiveMetastore_get_schema_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_schema_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_schema_result__isset { @@ -2356,6 +2587,9 @@ typedef struct _ThriftHiveMetastore_get_schema_result__isset { class ThriftHiveMetastore_get_schema_result { public: + static const char* ascii_fingerprint; // = "B736CA8B9EACE5EE093DF8D460EE0F4E"; + static const uint8_t binary_fingerprint[16]; // = {0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E}; + ThriftHiveMetastore_get_schema_result(const ThriftHiveMetastore_get_schema_result&); ThriftHiveMetastore_get_schema_result& operator=(const ThriftHiveMetastore_get_schema_result&); ThriftHiveMetastore_get_schema_result() { @@ -2398,6 +2632,7 @@ class ThriftHiveMetastore_get_schema_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_schema_result& obj); }; typedef struct _ThriftHiveMetastore_get_schema_presult__isset { @@ -2411,6 +2646,9 @@ typedef struct _ThriftHiveMetastore_get_schema_presult__isset { class ThriftHiveMetastore_get_schema_presult { public: + static const char* ascii_fingerprint; // = "B736CA8B9EACE5EE093DF8D460EE0F4E"; + static const uint8_t binary_fingerprint[16]; // = {0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E}; + virtual ~ThriftHiveMetastore_get_schema_presult() throw(); std::vector * success; @@ -2422,6 +2660,7 @@ class ThriftHiveMetastore_get_schema_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_schema_presult& obj); }; typedef struct _ThriftHiveMetastore_get_schema_with_environment_context_args__isset { @@ -2434,6 +2673,9 @@ typedef struct _ThriftHiveMetastore_get_schema_with_environment_context_args__is class ThriftHiveMetastore_get_schema_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "AE0D6195F9A2D9B00B409A0B58C4F0AE"; + static const uint8_t binary_fingerprint[16]; // = {0xAE,0x0D,0x61,0x95,0xF9,0xA2,0xD9,0xB0,0x0B,0x40,0x9A,0x0B,0x58,0xC4,0xF0,0xAE}; + ThriftHiveMetastore_get_schema_with_environment_context_args(const ThriftHiveMetastore_get_schema_with_environment_context_args&); ThriftHiveMetastore_get_schema_with_environment_context_args& operator=(const ThriftHiveMetastore_get_schema_with_environment_context_args&); ThriftHiveMetastore_get_schema_with_environment_context_args() : db_name(), table_name() { @@ -2471,12 +2713,16 @@ class ThriftHiveMetastore_get_schema_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_schema_with_environment_context_args& obj); }; class ThriftHiveMetastore_get_schema_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "AE0D6195F9A2D9B00B409A0B58C4F0AE"; + static const uint8_t binary_fingerprint[16]; // = {0xAE,0x0D,0x61,0x95,0xF9,0xA2,0xD9,0xB0,0x0B,0x40,0x9A,0x0B,0x58,0xC4,0xF0,0xAE}; + virtual ~ThriftHiveMetastore_get_schema_with_environment_context_pargs() throw(); const std::string* db_name; @@ -2485,6 +2731,7 @@ class ThriftHiveMetastore_get_schema_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_schema_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_schema_with_environment_context_result__isset { @@ -2498,6 +2745,9 @@ typedef struct _ThriftHiveMetastore_get_schema_with_environment_context_result__ class ThriftHiveMetastore_get_schema_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "B736CA8B9EACE5EE093DF8D460EE0F4E"; + static const uint8_t binary_fingerprint[16]; // = {0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E}; + ThriftHiveMetastore_get_schema_with_environment_context_result(const ThriftHiveMetastore_get_schema_with_environment_context_result&); ThriftHiveMetastore_get_schema_with_environment_context_result& operator=(const ThriftHiveMetastore_get_schema_with_environment_context_result&); ThriftHiveMetastore_get_schema_with_environment_context_result() { @@ -2540,6 +2790,7 @@ class ThriftHiveMetastore_get_schema_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_schema_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_get_schema_with_environment_context_presult__isset { @@ -2553,6 +2804,9 @@ typedef struct _ThriftHiveMetastore_get_schema_with_environment_context_presult_ class ThriftHiveMetastore_get_schema_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "B736CA8B9EACE5EE093DF8D460EE0F4E"; + static const uint8_t binary_fingerprint[16]; // = {0xB7,0x36,0xCA,0x8B,0x9E,0xAC,0xE5,0xEE,0x09,0x3D,0xF8,0xD4,0x60,0xEE,0x0F,0x4E}; + virtual ~ThriftHiveMetastore_get_schema_with_environment_context_presult() throw(); std::vector * success; @@ -2564,6 +2818,7 @@ class ThriftHiveMetastore_get_schema_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_schema_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_create_table_args__isset { @@ -2574,6 +2829,9 @@ typedef struct _ThriftHiveMetastore_create_table_args__isset { class ThriftHiveMetastore_create_table_args { public: + static const char* ascii_fingerprint; // = "BD1951DCA22A23C9A7B1CD46ACAE54DB"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0x19,0x51,0xDC,0xA2,0x2A,0x23,0xC9,0xA7,0xB1,0xCD,0x46,0xAC,0xAE,0x54,0xDB}; + ThriftHiveMetastore_create_table_args(const ThriftHiveMetastore_create_table_args&); ThriftHiveMetastore_create_table_args& operator=(const ThriftHiveMetastore_create_table_args&); ThriftHiveMetastore_create_table_args() { @@ -2601,18 +2859,23 @@ class ThriftHiveMetastore_create_table_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_table_args& obj); }; class ThriftHiveMetastore_create_table_pargs { public: + static const char* ascii_fingerprint; // = "BD1951DCA22A23C9A7B1CD46ACAE54DB"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0x19,0x51,0xDC,0xA2,0x2A,0x23,0xC9,0xA7,0xB1,0xCD,0x46,0xAC,0xAE,0x54,0xDB}; + virtual ~ThriftHiveMetastore_create_table_pargs() throw(); const Table* tbl; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_table_pargs& obj); }; typedef struct _ThriftHiveMetastore_create_table_result__isset { @@ -2626,6 +2889,9 @@ typedef struct _ThriftHiveMetastore_create_table_result__isset { class ThriftHiveMetastore_create_table_result { public: + static const char* ascii_fingerprint; // = "F9EF8E19A6AC2C4E08D282524B9828EB"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB}; + ThriftHiveMetastore_create_table_result(const ThriftHiveMetastore_create_table_result&); ThriftHiveMetastore_create_table_result& operator=(const ThriftHiveMetastore_create_table_result&); ThriftHiveMetastore_create_table_result() { @@ -2668,6 +2934,7 @@ class ThriftHiveMetastore_create_table_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_table_result& obj); }; typedef struct _ThriftHiveMetastore_create_table_presult__isset { @@ -2681,6 +2948,9 @@ typedef struct _ThriftHiveMetastore_create_table_presult__isset { class ThriftHiveMetastore_create_table_presult { public: + static const char* ascii_fingerprint; // = "F9EF8E19A6AC2C4E08D282524B9828EB"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB}; + virtual ~ThriftHiveMetastore_create_table_presult() throw(); AlreadyExistsException o1; @@ -2692,6 +2962,7 @@ class ThriftHiveMetastore_create_table_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_table_presult& obj); }; typedef struct _ThriftHiveMetastore_create_table_with_environment_context_args__isset { @@ -2703,6 +2974,9 @@ typedef struct _ThriftHiveMetastore_create_table_with_environment_context_args__ class ThriftHiveMetastore_create_table_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "095040B2E2E4564E171FB653FDCE0B95"; + static const uint8_t binary_fingerprint[16]; // = {0x09,0x50,0x40,0xB2,0xE2,0xE4,0x56,0x4E,0x17,0x1F,0xB6,0x53,0xFD,0xCE,0x0B,0x95}; + ThriftHiveMetastore_create_table_with_environment_context_args(const ThriftHiveMetastore_create_table_with_environment_context_args&); ThriftHiveMetastore_create_table_with_environment_context_args& operator=(const ThriftHiveMetastore_create_table_with_environment_context_args&); ThriftHiveMetastore_create_table_with_environment_context_args() { @@ -2735,12 +3009,16 @@ class ThriftHiveMetastore_create_table_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_table_with_environment_context_args& obj); }; class ThriftHiveMetastore_create_table_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "095040B2E2E4564E171FB653FDCE0B95"; + static const uint8_t binary_fingerprint[16]; // = {0x09,0x50,0x40,0xB2,0xE2,0xE4,0x56,0x4E,0x17,0x1F,0xB6,0x53,0xFD,0xCE,0x0B,0x95}; + virtual ~ThriftHiveMetastore_create_table_with_environment_context_pargs() throw(); const Table* tbl; @@ -2748,6 +3026,7 @@ class ThriftHiveMetastore_create_table_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_table_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_create_table_with_environment_context_result__isset { @@ -2761,6 +3040,9 @@ typedef struct _ThriftHiveMetastore_create_table_with_environment_context_result class ThriftHiveMetastore_create_table_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "F9EF8E19A6AC2C4E08D282524B9828EB"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB}; + ThriftHiveMetastore_create_table_with_environment_context_result(const ThriftHiveMetastore_create_table_with_environment_context_result&); ThriftHiveMetastore_create_table_with_environment_context_result& operator=(const ThriftHiveMetastore_create_table_with_environment_context_result&); ThriftHiveMetastore_create_table_with_environment_context_result() { @@ -2803,6 +3085,7 @@ class ThriftHiveMetastore_create_table_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_table_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_create_table_with_environment_context_presult__isset { @@ -2816,6 +3099,9 @@ typedef struct _ThriftHiveMetastore_create_table_with_environment_context_presul class ThriftHiveMetastore_create_table_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "F9EF8E19A6AC2C4E08D282524B9828EB"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB}; + virtual ~ThriftHiveMetastore_create_table_with_environment_context_presult() throw(); AlreadyExistsException o1; @@ -2827,6 +3113,7 @@ class ThriftHiveMetastore_create_table_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_table_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_table_args__isset { @@ -2839,6 +3126,9 @@ typedef struct _ThriftHiveMetastore_drop_table_args__isset { class ThriftHiveMetastore_drop_table_args { public: + static const char* ascii_fingerprint; // = "7F21FB535884165D6350077C7B970E93"; + static const uint8_t binary_fingerprint[16]; // = {0x7F,0x21,0xFB,0x53,0x58,0x84,0x16,0x5D,0x63,0x50,0x07,0x7C,0x7B,0x97,0x0E,0x93}; + ThriftHiveMetastore_drop_table_args(const ThriftHiveMetastore_drop_table_args&); ThriftHiveMetastore_drop_table_args& operator=(const ThriftHiveMetastore_drop_table_args&); ThriftHiveMetastore_drop_table_args() : dbname(), name(), deleteData(0) { @@ -2876,12 +3166,16 @@ class ThriftHiveMetastore_drop_table_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_table_args& obj); }; class ThriftHiveMetastore_drop_table_pargs { public: + static const char* ascii_fingerprint; // = "7F21FB535884165D6350077C7B970E93"; + static const uint8_t binary_fingerprint[16]; // = {0x7F,0x21,0xFB,0x53,0x58,0x84,0x16,0x5D,0x63,0x50,0x07,0x7C,0x7B,0x97,0x0E,0x93}; + virtual ~ThriftHiveMetastore_drop_table_pargs() throw(); const std::string* dbname; @@ -2890,6 +3184,7 @@ class ThriftHiveMetastore_drop_table_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_table_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_table_result__isset { @@ -2901,6 +3196,9 @@ typedef struct _ThriftHiveMetastore_drop_table_result__isset { class ThriftHiveMetastore_drop_table_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_drop_table_result(const ThriftHiveMetastore_drop_table_result&); ThriftHiveMetastore_drop_table_result& operator=(const ThriftHiveMetastore_drop_table_result&); ThriftHiveMetastore_drop_table_result() { @@ -2933,6 +3231,7 @@ class ThriftHiveMetastore_drop_table_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_table_result& obj); }; typedef struct _ThriftHiveMetastore_drop_table_presult__isset { @@ -2944,6 +3243,9 @@ typedef struct _ThriftHiveMetastore_drop_table_presult__isset { class ThriftHiveMetastore_drop_table_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_drop_table_presult() throw(); NoSuchObjectException o1; @@ -2953,6 +3255,7 @@ class ThriftHiveMetastore_drop_table_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_table_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_table_with_environment_context_args__isset { @@ -2966,6 +3269,9 @@ typedef struct _ThriftHiveMetastore_drop_table_with_environment_context_args__is class ThriftHiveMetastore_drop_table_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "0ED75AC6CEC5A207447A701578264DA4"; + static const uint8_t binary_fingerprint[16]; // = {0x0E,0xD7,0x5A,0xC6,0xCE,0xC5,0xA2,0x07,0x44,0x7A,0x70,0x15,0x78,0x26,0x4D,0xA4}; + ThriftHiveMetastore_drop_table_with_environment_context_args(const ThriftHiveMetastore_drop_table_with_environment_context_args&); ThriftHiveMetastore_drop_table_with_environment_context_args& operator=(const ThriftHiveMetastore_drop_table_with_environment_context_args&); ThriftHiveMetastore_drop_table_with_environment_context_args() : dbname(), name(), deleteData(0) { @@ -3008,12 +3314,16 @@ class ThriftHiveMetastore_drop_table_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_table_with_environment_context_args& obj); }; class ThriftHiveMetastore_drop_table_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "0ED75AC6CEC5A207447A701578264DA4"; + static const uint8_t binary_fingerprint[16]; // = {0x0E,0xD7,0x5A,0xC6,0xCE,0xC5,0xA2,0x07,0x44,0x7A,0x70,0x15,0x78,0x26,0x4D,0xA4}; + virtual ~ThriftHiveMetastore_drop_table_with_environment_context_pargs() throw(); const std::string* dbname; @@ -3023,6 +3333,7 @@ class ThriftHiveMetastore_drop_table_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_table_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_table_with_environment_context_result__isset { @@ -3034,6 +3345,9 @@ typedef struct _ThriftHiveMetastore_drop_table_with_environment_context_result__ class ThriftHiveMetastore_drop_table_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_drop_table_with_environment_context_result(const ThriftHiveMetastore_drop_table_with_environment_context_result&); ThriftHiveMetastore_drop_table_with_environment_context_result& operator=(const ThriftHiveMetastore_drop_table_with_environment_context_result&); ThriftHiveMetastore_drop_table_with_environment_context_result() { @@ -3066,6 +3380,7 @@ class ThriftHiveMetastore_drop_table_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_table_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_drop_table_with_environment_context_presult__isset { @@ -3077,6 +3392,9 @@ typedef struct _ThriftHiveMetastore_drop_table_with_environment_context_presult_ class ThriftHiveMetastore_drop_table_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_drop_table_with_environment_context_presult() throw(); NoSuchObjectException o1; @@ -3086,6 +3404,7 @@ class ThriftHiveMetastore_drop_table_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_table_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_get_tables_args__isset { @@ -3097,6 +3416,9 @@ typedef struct _ThriftHiveMetastore_get_tables_args__isset { class ThriftHiveMetastore_get_tables_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_get_tables_args(const ThriftHiveMetastore_get_tables_args&); ThriftHiveMetastore_get_tables_args& operator=(const ThriftHiveMetastore_get_tables_args&); ThriftHiveMetastore_get_tables_args() : db_name(), pattern() { @@ -3129,12 +3451,16 @@ class ThriftHiveMetastore_get_tables_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_tables_args& obj); }; class ThriftHiveMetastore_get_tables_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_get_tables_pargs() throw(); const std::string* db_name; @@ -3142,6 +3468,7 @@ class ThriftHiveMetastore_get_tables_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_tables_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_tables_result__isset { @@ -3153,6 +3480,9 @@ typedef struct _ThriftHiveMetastore_get_tables_result__isset { class ThriftHiveMetastore_get_tables_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_get_tables_result(const ThriftHiveMetastore_get_tables_result&); ThriftHiveMetastore_get_tables_result& operator=(const ThriftHiveMetastore_get_tables_result&); ThriftHiveMetastore_get_tables_result() { @@ -3185,6 +3515,7 @@ class ThriftHiveMetastore_get_tables_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_tables_result& obj); }; typedef struct _ThriftHiveMetastore_get_tables_presult__isset { @@ -3196,6 +3527,9 @@ typedef struct _ThriftHiveMetastore_get_tables_presult__isset { class ThriftHiveMetastore_get_tables_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_get_tables_presult() throw(); std::vector * success; @@ -3205,6 +3539,7 @@ class ThriftHiveMetastore_get_tables_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_tables_presult& obj); }; typedef struct _ThriftHiveMetastore_get_table_meta_args__isset { @@ -3217,6 +3552,9 @@ typedef struct _ThriftHiveMetastore_get_table_meta_args__isset { class ThriftHiveMetastore_get_table_meta_args { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + ThriftHiveMetastore_get_table_meta_args(const ThriftHiveMetastore_get_table_meta_args&); ThriftHiveMetastore_get_table_meta_args& operator=(const ThriftHiveMetastore_get_table_meta_args&); ThriftHiveMetastore_get_table_meta_args() : db_patterns(), tbl_patterns() { @@ -3254,12 +3592,16 @@ class ThriftHiveMetastore_get_table_meta_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_meta_args& obj); }; class ThriftHiveMetastore_get_table_meta_pargs { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + virtual ~ThriftHiveMetastore_get_table_meta_pargs() throw(); const std::string* db_patterns; @@ -3268,6 +3610,7 @@ class ThriftHiveMetastore_get_table_meta_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_meta_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_table_meta_result__isset { @@ -3279,6 +3622,9 @@ typedef struct _ThriftHiveMetastore_get_table_meta_result__isset { class ThriftHiveMetastore_get_table_meta_result { public: + static const char* ascii_fingerprint; // = "44712CCCEEFBD696C1E19168659A0A79"; + static const uint8_t binary_fingerprint[16]; // = {0x44,0x71,0x2C,0xCC,0xEE,0xFB,0xD6,0x96,0xC1,0xE1,0x91,0x68,0x65,0x9A,0x0A,0x79}; + ThriftHiveMetastore_get_table_meta_result(const ThriftHiveMetastore_get_table_meta_result&); ThriftHiveMetastore_get_table_meta_result& operator=(const ThriftHiveMetastore_get_table_meta_result&); ThriftHiveMetastore_get_table_meta_result() { @@ -3311,6 +3657,7 @@ class ThriftHiveMetastore_get_table_meta_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_meta_result& obj); }; typedef struct _ThriftHiveMetastore_get_table_meta_presult__isset { @@ -3322,6 +3669,9 @@ typedef struct _ThriftHiveMetastore_get_table_meta_presult__isset { class ThriftHiveMetastore_get_table_meta_presult { public: + static const char* ascii_fingerprint; // = "44712CCCEEFBD696C1E19168659A0A79"; + static const uint8_t binary_fingerprint[16]; // = {0x44,0x71,0x2C,0xCC,0xEE,0xFB,0xD6,0x96,0xC1,0xE1,0x91,0x68,0x65,0x9A,0x0A,0x79}; + virtual ~ThriftHiveMetastore_get_table_meta_presult() throw(); std::vector * success; @@ -3331,6 +3681,7 @@ class ThriftHiveMetastore_get_table_meta_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_meta_presult& obj); }; typedef struct _ThriftHiveMetastore_get_all_tables_args__isset { @@ -3341,6 +3692,9 @@ typedef struct _ThriftHiveMetastore_get_all_tables_args__isset { class ThriftHiveMetastore_get_all_tables_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_get_all_tables_args(const ThriftHiveMetastore_get_all_tables_args&); ThriftHiveMetastore_get_all_tables_args& operator=(const ThriftHiveMetastore_get_all_tables_args&); ThriftHiveMetastore_get_all_tables_args() : db_name() { @@ -3368,18 +3722,23 @@ class ThriftHiveMetastore_get_all_tables_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_tables_args& obj); }; class ThriftHiveMetastore_get_all_tables_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_get_all_tables_pargs() throw(); const std::string* db_name; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_tables_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_all_tables_result__isset { @@ -3391,6 +3750,9 @@ typedef struct _ThriftHiveMetastore_get_all_tables_result__isset { class ThriftHiveMetastore_get_all_tables_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_get_all_tables_result(const ThriftHiveMetastore_get_all_tables_result&); ThriftHiveMetastore_get_all_tables_result& operator=(const ThriftHiveMetastore_get_all_tables_result&); ThriftHiveMetastore_get_all_tables_result() { @@ -3423,6 +3785,7 @@ class ThriftHiveMetastore_get_all_tables_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_tables_result& obj); }; typedef struct _ThriftHiveMetastore_get_all_tables_presult__isset { @@ -3434,6 +3797,9 @@ typedef struct _ThriftHiveMetastore_get_all_tables_presult__isset { class ThriftHiveMetastore_get_all_tables_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_get_all_tables_presult() throw(); std::vector * success; @@ -3443,6 +3809,7 @@ class ThriftHiveMetastore_get_all_tables_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_tables_presult& obj); }; typedef struct _ThriftHiveMetastore_get_table_args__isset { @@ -3454,6 +3821,9 @@ typedef struct _ThriftHiveMetastore_get_table_args__isset { class ThriftHiveMetastore_get_table_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_get_table_args(const ThriftHiveMetastore_get_table_args&); ThriftHiveMetastore_get_table_args& operator=(const ThriftHiveMetastore_get_table_args&); ThriftHiveMetastore_get_table_args() : dbname(), tbl_name() { @@ -3486,12 +3856,16 @@ class ThriftHiveMetastore_get_table_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_args& obj); }; class ThriftHiveMetastore_get_table_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_get_table_pargs() throw(); const std::string* dbname; @@ -3499,6 +3873,7 @@ class ThriftHiveMetastore_get_table_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_table_result__isset { @@ -3511,6 +3886,9 @@ typedef struct _ThriftHiveMetastore_get_table_result__isset { class ThriftHiveMetastore_get_table_result { public: + static const char* ascii_fingerprint; // = "5A4F58BE0D70BCECE999677432BFE5A4"; + static const uint8_t binary_fingerprint[16]; // = {0x5A,0x4F,0x58,0xBE,0x0D,0x70,0xBC,0xEC,0xE9,0x99,0x67,0x74,0x32,0xBF,0xE5,0xA4}; + ThriftHiveMetastore_get_table_result(const ThriftHiveMetastore_get_table_result&); ThriftHiveMetastore_get_table_result& operator=(const ThriftHiveMetastore_get_table_result&); ThriftHiveMetastore_get_table_result() { @@ -3548,6 +3926,7 @@ class ThriftHiveMetastore_get_table_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_result& obj); }; typedef struct _ThriftHiveMetastore_get_table_presult__isset { @@ -3560,6 +3939,9 @@ typedef struct _ThriftHiveMetastore_get_table_presult__isset { class ThriftHiveMetastore_get_table_presult { public: + static const char* ascii_fingerprint; // = "5A4F58BE0D70BCECE999677432BFE5A4"; + static const uint8_t binary_fingerprint[16]; // = {0x5A,0x4F,0x58,0xBE,0x0D,0x70,0xBC,0xEC,0xE9,0x99,0x67,0x74,0x32,0xBF,0xE5,0xA4}; + virtual ~ThriftHiveMetastore_get_table_presult() throw(); Table* success; @@ -3570,6 +3952,7 @@ class ThriftHiveMetastore_get_table_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_presult& obj); }; typedef struct _ThriftHiveMetastore_get_table_objects_by_name_args__isset { @@ -3581,6 +3964,9 @@ typedef struct _ThriftHiveMetastore_get_table_objects_by_name_args__isset { class ThriftHiveMetastore_get_table_objects_by_name_args { public: + static const char* ascii_fingerprint; // = "25702B8D5E28AA39160F267DABBC8446"; + static const uint8_t binary_fingerprint[16]; // = {0x25,0x70,0x2B,0x8D,0x5E,0x28,0xAA,0x39,0x16,0x0F,0x26,0x7D,0xAB,0xBC,0x84,0x46}; + ThriftHiveMetastore_get_table_objects_by_name_args(const ThriftHiveMetastore_get_table_objects_by_name_args&); ThriftHiveMetastore_get_table_objects_by_name_args& operator=(const ThriftHiveMetastore_get_table_objects_by_name_args&); ThriftHiveMetastore_get_table_objects_by_name_args() : dbname() { @@ -3613,12 +3999,16 @@ class ThriftHiveMetastore_get_table_objects_by_name_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_objects_by_name_args& obj); }; class ThriftHiveMetastore_get_table_objects_by_name_pargs { public: + static const char* ascii_fingerprint; // = "25702B8D5E28AA39160F267DABBC8446"; + static const uint8_t binary_fingerprint[16]; // = {0x25,0x70,0x2B,0x8D,0x5E,0x28,0xAA,0x39,0x16,0x0F,0x26,0x7D,0xAB,0xBC,0x84,0x46}; + virtual ~ThriftHiveMetastore_get_table_objects_by_name_pargs() throw(); const std::string* dbname; @@ -3626,6 +4016,7 @@ class ThriftHiveMetastore_get_table_objects_by_name_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_objects_by_name_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_table_objects_by_name_result__isset { @@ -3639,6 +4030,9 @@ typedef struct _ThriftHiveMetastore_get_table_objects_by_name_result__isset { class ThriftHiveMetastore_get_table_objects_by_name_result { public: + static const char* ascii_fingerprint; // = "CE94435B55EBFD9CDCC30B61FBCA4E92"; + static const uint8_t binary_fingerprint[16]; // = {0xCE,0x94,0x43,0x5B,0x55,0xEB,0xFD,0x9C,0xDC,0xC3,0x0B,0x61,0xFB,0xCA,0x4E,0x92}; + ThriftHiveMetastore_get_table_objects_by_name_result(const ThriftHiveMetastore_get_table_objects_by_name_result&); ThriftHiveMetastore_get_table_objects_by_name_result& operator=(const ThriftHiveMetastore_get_table_objects_by_name_result&); ThriftHiveMetastore_get_table_objects_by_name_result() { @@ -3681,6 +4075,7 @@ class ThriftHiveMetastore_get_table_objects_by_name_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_objects_by_name_result& obj); }; typedef struct _ThriftHiveMetastore_get_table_objects_by_name_presult__isset { @@ -3694,6 +4089,9 @@ typedef struct _ThriftHiveMetastore_get_table_objects_by_name_presult__isset { class ThriftHiveMetastore_get_table_objects_by_name_presult { public: + static const char* ascii_fingerprint; // = "CE94435B55EBFD9CDCC30B61FBCA4E92"; + static const uint8_t binary_fingerprint[16]; // = {0xCE,0x94,0x43,0x5B,0x55,0xEB,0xFD,0x9C,0xDC,0xC3,0x0B,0x61,0xFB,0xCA,0x4E,0x92}; + virtual ~ThriftHiveMetastore_get_table_objects_by_name_presult() throw(); std::vector * success; @@ -3705,6 +4103,7 @@ class ThriftHiveMetastore_get_table_objects_by_name_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_objects_by_name_presult& obj); }; typedef struct _ThriftHiveMetastore_get_table_names_by_filter_args__isset { @@ -3717,6 +4116,9 @@ typedef struct _ThriftHiveMetastore_get_table_names_by_filter_args__isset { class ThriftHiveMetastore_get_table_names_by_filter_args { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + ThriftHiveMetastore_get_table_names_by_filter_args(const ThriftHiveMetastore_get_table_names_by_filter_args&); ThriftHiveMetastore_get_table_names_by_filter_args& operator=(const ThriftHiveMetastore_get_table_names_by_filter_args&); ThriftHiveMetastore_get_table_names_by_filter_args() : dbname(), filter(), max_tables(-1) { @@ -3754,12 +4156,16 @@ class ThriftHiveMetastore_get_table_names_by_filter_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_names_by_filter_args& obj); }; class ThriftHiveMetastore_get_table_names_by_filter_pargs { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + virtual ~ThriftHiveMetastore_get_table_names_by_filter_pargs() throw(); const std::string* dbname; @@ -3768,6 +4174,7 @@ class ThriftHiveMetastore_get_table_names_by_filter_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_names_by_filter_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_table_names_by_filter_result__isset { @@ -3781,6 +4188,9 @@ typedef struct _ThriftHiveMetastore_get_table_names_by_filter_result__isset { class ThriftHiveMetastore_get_table_names_by_filter_result { public: + static const char* ascii_fingerprint; // = "1A22B93AE2F8EC65600D067A19CEEE95"; + static const uint8_t binary_fingerprint[16]; // = {0x1A,0x22,0xB9,0x3A,0xE2,0xF8,0xEC,0x65,0x60,0x0D,0x06,0x7A,0x19,0xCE,0xEE,0x95}; + ThriftHiveMetastore_get_table_names_by_filter_result(const ThriftHiveMetastore_get_table_names_by_filter_result&); ThriftHiveMetastore_get_table_names_by_filter_result& operator=(const ThriftHiveMetastore_get_table_names_by_filter_result&); ThriftHiveMetastore_get_table_names_by_filter_result() { @@ -3823,6 +4233,7 @@ class ThriftHiveMetastore_get_table_names_by_filter_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_names_by_filter_result& obj); }; typedef struct _ThriftHiveMetastore_get_table_names_by_filter_presult__isset { @@ -3836,6 +4247,9 @@ typedef struct _ThriftHiveMetastore_get_table_names_by_filter_presult__isset { class ThriftHiveMetastore_get_table_names_by_filter_presult { public: + static const char* ascii_fingerprint; // = "1A22B93AE2F8EC65600D067A19CEEE95"; + static const uint8_t binary_fingerprint[16]; // = {0x1A,0x22,0xB9,0x3A,0xE2,0xF8,0xEC,0x65,0x60,0x0D,0x06,0x7A,0x19,0xCE,0xEE,0x95}; + virtual ~ThriftHiveMetastore_get_table_names_by_filter_presult() throw(); std::vector * success; @@ -3847,6 +4261,7 @@ class ThriftHiveMetastore_get_table_names_by_filter_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_names_by_filter_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_table_args__isset { @@ -3859,6 +4274,9 @@ typedef struct _ThriftHiveMetastore_alter_table_args__isset { class ThriftHiveMetastore_alter_table_args { public: + static const char* ascii_fingerprint; // = "45DE8DCE89D06DFF84837CFEB78A1302"; + static const uint8_t binary_fingerprint[16]; // = {0x45,0xDE,0x8D,0xCE,0x89,0xD0,0x6D,0xFF,0x84,0x83,0x7C,0xFE,0xB7,0x8A,0x13,0x02}; + ThriftHiveMetastore_alter_table_args(const ThriftHiveMetastore_alter_table_args&); ThriftHiveMetastore_alter_table_args& operator=(const ThriftHiveMetastore_alter_table_args&); ThriftHiveMetastore_alter_table_args() : dbname(), tbl_name() { @@ -3896,12 +4314,16 @@ class ThriftHiveMetastore_alter_table_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_args& obj); }; class ThriftHiveMetastore_alter_table_pargs { public: + static const char* ascii_fingerprint; // = "45DE8DCE89D06DFF84837CFEB78A1302"; + static const uint8_t binary_fingerprint[16]; // = {0x45,0xDE,0x8D,0xCE,0x89,0xD0,0x6D,0xFF,0x84,0x83,0x7C,0xFE,0xB7,0x8A,0x13,0x02}; + virtual ~ThriftHiveMetastore_alter_table_pargs() throw(); const std::string* dbname; @@ -3910,6 +4332,7 @@ class ThriftHiveMetastore_alter_table_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_table_result__isset { @@ -3921,6 +4344,9 @@ typedef struct _ThriftHiveMetastore_alter_table_result__isset { class ThriftHiveMetastore_alter_table_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_table_result(const ThriftHiveMetastore_alter_table_result&); ThriftHiveMetastore_alter_table_result& operator=(const ThriftHiveMetastore_alter_table_result&); ThriftHiveMetastore_alter_table_result() { @@ -3953,6 +4379,7 @@ class ThriftHiveMetastore_alter_table_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_result& obj); }; typedef struct _ThriftHiveMetastore_alter_table_presult__isset { @@ -3964,6 +4391,9 @@ typedef struct _ThriftHiveMetastore_alter_table_presult__isset { class ThriftHiveMetastore_alter_table_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_table_presult() throw(); InvalidOperationException o1; @@ -3973,6 +4403,7 @@ class ThriftHiveMetastore_alter_table_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_table_with_environment_context_args__isset { @@ -3986,6 +4417,9 @@ typedef struct _ThriftHiveMetastore_alter_table_with_environment_context_args__i class ThriftHiveMetastore_alter_table_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "EB4DBB36F7C55D5ACD7A5DEB3C443E72"; + static const uint8_t binary_fingerprint[16]; // = {0xEB,0x4D,0xBB,0x36,0xF7,0xC5,0x5D,0x5A,0xCD,0x7A,0x5D,0xEB,0x3C,0x44,0x3E,0x72}; + ThriftHiveMetastore_alter_table_with_environment_context_args(const ThriftHiveMetastore_alter_table_with_environment_context_args&); ThriftHiveMetastore_alter_table_with_environment_context_args& operator=(const ThriftHiveMetastore_alter_table_with_environment_context_args&); ThriftHiveMetastore_alter_table_with_environment_context_args() : dbname(), tbl_name() { @@ -4028,12 +4462,16 @@ class ThriftHiveMetastore_alter_table_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_with_environment_context_args& obj); }; class ThriftHiveMetastore_alter_table_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "EB4DBB36F7C55D5ACD7A5DEB3C443E72"; + static const uint8_t binary_fingerprint[16]; // = {0xEB,0x4D,0xBB,0x36,0xF7,0xC5,0x5D,0x5A,0xCD,0x7A,0x5D,0xEB,0x3C,0x44,0x3E,0x72}; + virtual ~ThriftHiveMetastore_alter_table_with_environment_context_pargs() throw(); const std::string* dbname; @@ -4043,6 +4481,7 @@ class ThriftHiveMetastore_alter_table_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_table_with_environment_context_result__isset { @@ -4054,6 +4493,9 @@ typedef struct _ThriftHiveMetastore_alter_table_with_environment_context_result_ class ThriftHiveMetastore_alter_table_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_table_with_environment_context_result(const ThriftHiveMetastore_alter_table_with_environment_context_result&); ThriftHiveMetastore_alter_table_with_environment_context_result& operator=(const ThriftHiveMetastore_alter_table_with_environment_context_result&); ThriftHiveMetastore_alter_table_with_environment_context_result() { @@ -4086,6 +4528,7 @@ class ThriftHiveMetastore_alter_table_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_alter_table_with_environment_context_presult__isset { @@ -4097,6 +4540,9 @@ typedef struct _ThriftHiveMetastore_alter_table_with_environment_context_presult class ThriftHiveMetastore_alter_table_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_table_with_environment_context_presult() throw(); InvalidOperationException o1; @@ -4106,6 +4552,7 @@ class ThriftHiveMetastore_alter_table_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_table_with_cascade_args__isset { @@ -4119,6 +4566,9 @@ typedef struct _ThriftHiveMetastore_alter_table_with_cascade_args__isset { class ThriftHiveMetastore_alter_table_with_cascade_args { public: + static const char* ascii_fingerprint; // = "BC478AB940893784952049DAF4B368A1"; + static const uint8_t binary_fingerprint[16]; // = {0xBC,0x47,0x8A,0xB9,0x40,0x89,0x37,0x84,0x95,0x20,0x49,0xDA,0xF4,0xB3,0x68,0xA1}; + ThriftHiveMetastore_alter_table_with_cascade_args(const ThriftHiveMetastore_alter_table_with_cascade_args&); ThriftHiveMetastore_alter_table_with_cascade_args& operator=(const ThriftHiveMetastore_alter_table_with_cascade_args&); ThriftHiveMetastore_alter_table_with_cascade_args() : dbname(), tbl_name(), cascade(0) { @@ -4161,12 +4611,16 @@ class ThriftHiveMetastore_alter_table_with_cascade_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_with_cascade_args& obj); }; class ThriftHiveMetastore_alter_table_with_cascade_pargs { public: + static const char* ascii_fingerprint; // = "BC478AB940893784952049DAF4B368A1"; + static const uint8_t binary_fingerprint[16]; // = {0xBC,0x47,0x8A,0xB9,0x40,0x89,0x37,0x84,0x95,0x20,0x49,0xDA,0xF4,0xB3,0x68,0xA1}; + virtual ~ThriftHiveMetastore_alter_table_with_cascade_pargs() throw(); const std::string* dbname; @@ -4176,6 +4630,7 @@ class ThriftHiveMetastore_alter_table_with_cascade_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_with_cascade_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_table_with_cascade_result__isset { @@ -4187,6 +4642,9 @@ typedef struct _ThriftHiveMetastore_alter_table_with_cascade_result__isset { class ThriftHiveMetastore_alter_table_with_cascade_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_table_with_cascade_result(const ThriftHiveMetastore_alter_table_with_cascade_result&); ThriftHiveMetastore_alter_table_with_cascade_result& operator=(const ThriftHiveMetastore_alter_table_with_cascade_result&); ThriftHiveMetastore_alter_table_with_cascade_result() { @@ -4219,6 +4677,7 @@ class ThriftHiveMetastore_alter_table_with_cascade_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_with_cascade_result& obj); }; typedef struct _ThriftHiveMetastore_alter_table_with_cascade_presult__isset { @@ -4230,6 +4689,9 @@ typedef struct _ThriftHiveMetastore_alter_table_with_cascade_presult__isset { class ThriftHiveMetastore_alter_table_with_cascade_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_table_with_cascade_presult() throw(); InvalidOperationException o1; @@ -4239,6 +4701,7 @@ class ThriftHiveMetastore_alter_table_with_cascade_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_table_with_cascade_presult& obj); }; typedef struct _ThriftHiveMetastore_add_partition_args__isset { @@ -4249,6 +4712,9 @@ typedef struct _ThriftHiveMetastore_add_partition_args__isset { class ThriftHiveMetastore_add_partition_args { public: + static const char* ascii_fingerprint; // = "F5444A7689497C86E64C580BAEB32527"; + static const uint8_t binary_fingerprint[16]; // = {0xF5,0x44,0x4A,0x76,0x89,0x49,0x7C,0x86,0xE6,0x4C,0x58,0x0B,0xAE,0xB3,0x25,0x27}; + ThriftHiveMetastore_add_partition_args(const ThriftHiveMetastore_add_partition_args&); ThriftHiveMetastore_add_partition_args& operator=(const ThriftHiveMetastore_add_partition_args&); ThriftHiveMetastore_add_partition_args() { @@ -4276,18 +4742,23 @@ class ThriftHiveMetastore_add_partition_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partition_args& obj); }; class ThriftHiveMetastore_add_partition_pargs { public: + static const char* ascii_fingerprint; // = "F5444A7689497C86E64C580BAEB32527"; + static const uint8_t binary_fingerprint[16]; // = {0xF5,0x44,0x4A,0x76,0x89,0x49,0x7C,0x86,0xE6,0x4C,0x58,0x0B,0xAE,0xB3,0x25,0x27}; + virtual ~ThriftHiveMetastore_add_partition_pargs() throw(); const Partition* new_part; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partition_pargs& obj); }; typedef struct _ThriftHiveMetastore_add_partition_result__isset { @@ -4301,6 +4772,9 @@ typedef struct _ThriftHiveMetastore_add_partition_result__isset { class ThriftHiveMetastore_add_partition_result { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + ThriftHiveMetastore_add_partition_result(const ThriftHiveMetastore_add_partition_result&); ThriftHiveMetastore_add_partition_result& operator=(const ThriftHiveMetastore_add_partition_result&); ThriftHiveMetastore_add_partition_result() { @@ -4343,6 +4817,7 @@ class ThriftHiveMetastore_add_partition_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partition_result& obj); }; typedef struct _ThriftHiveMetastore_add_partition_presult__isset { @@ -4356,6 +4831,9 @@ typedef struct _ThriftHiveMetastore_add_partition_presult__isset { class ThriftHiveMetastore_add_partition_presult { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + virtual ~ThriftHiveMetastore_add_partition_presult() throw(); Partition* success; @@ -4367,6 +4845,7 @@ class ThriftHiveMetastore_add_partition_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partition_presult& obj); }; typedef struct _ThriftHiveMetastore_add_partition_with_environment_context_args__isset { @@ -4378,6 +4857,9 @@ typedef struct _ThriftHiveMetastore_add_partition_with_environment_context_args_ class ThriftHiveMetastore_add_partition_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "24928BFE56AA2AF75431FDB106AACAB2"; + static const uint8_t binary_fingerprint[16]; // = {0x24,0x92,0x8B,0xFE,0x56,0xAA,0x2A,0xF7,0x54,0x31,0xFD,0xB1,0x06,0xAA,0xCA,0xB2}; + ThriftHiveMetastore_add_partition_with_environment_context_args(const ThriftHiveMetastore_add_partition_with_environment_context_args&); ThriftHiveMetastore_add_partition_with_environment_context_args& operator=(const ThriftHiveMetastore_add_partition_with_environment_context_args&); ThriftHiveMetastore_add_partition_with_environment_context_args() { @@ -4410,12 +4892,16 @@ class ThriftHiveMetastore_add_partition_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partition_with_environment_context_args& obj); }; class ThriftHiveMetastore_add_partition_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "24928BFE56AA2AF75431FDB106AACAB2"; + static const uint8_t binary_fingerprint[16]; // = {0x24,0x92,0x8B,0xFE,0x56,0xAA,0x2A,0xF7,0x54,0x31,0xFD,0xB1,0x06,0xAA,0xCA,0xB2}; + virtual ~ThriftHiveMetastore_add_partition_with_environment_context_pargs() throw(); const Partition* new_part; @@ -4423,6 +4909,7 @@ class ThriftHiveMetastore_add_partition_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partition_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_add_partition_with_environment_context_result__isset { @@ -4436,6 +4923,9 @@ typedef struct _ThriftHiveMetastore_add_partition_with_environment_context_resul class ThriftHiveMetastore_add_partition_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + ThriftHiveMetastore_add_partition_with_environment_context_result(const ThriftHiveMetastore_add_partition_with_environment_context_result&); ThriftHiveMetastore_add_partition_with_environment_context_result& operator=(const ThriftHiveMetastore_add_partition_with_environment_context_result&); ThriftHiveMetastore_add_partition_with_environment_context_result() { @@ -4478,6 +4968,7 @@ class ThriftHiveMetastore_add_partition_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partition_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_add_partition_with_environment_context_presult__isset { @@ -4491,6 +4982,9 @@ typedef struct _ThriftHiveMetastore_add_partition_with_environment_context_presu class ThriftHiveMetastore_add_partition_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + virtual ~ThriftHiveMetastore_add_partition_with_environment_context_presult() throw(); Partition* success; @@ -4502,6 +4996,7 @@ class ThriftHiveMetastore_add_partition_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partition_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_args__isset { @@ -4512,6 +5007,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_args__isset { class ThriftHiveMetastore_add_partitions_args { public: + static const char* ascii_fingerprint; // = "A048235CB9A257C8A74E3691BEFE0674"; + static const uint8_t binary_fingerprint[16]; // = {0xA0,0x48,0x23,0x5C,0xB9,0xA2,0x57,0xC8,0xA7,0x4E,0x36,0x91,0xBE,0xFE,0x06,0x74}; + ThriftHiveMetastore_add_partitions_args(const ThriftHiveMetastore_add_partitions_args&); ThriftHiveMetastore_add_partitions_args& operator=(const ThriftHiveMetastore_add_partitions_args&); ThriftHiveMetastore_add_partitions_args() { @@ -4539,18 +5037,23 @@ class ThriftHiveMetastore_add_partitions_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_args& obj); }; class ThriftHiveMetastore_add_partitions_pargs { public: + static const char* ascii_fingerprint; // = "A048235CB9A257C8A74E3691BEFE0674"; + static const uint8_t binary_fingerprint[16]; // = {0xA0,0x48,0x23,0x5C,0xB9,0xA2,0x57,0xC8,0xA7,0x4E,0x36,0x91,0xBE,0xFE,0x06,0x74}; + virtual ~ThriftHiveMetastore_add_partitions_pargs() throw(); const std::vector * new_parts; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_pargs& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_result__isset { @@ -4564,6 +5067,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_result__isset { class ThriftHiveMetastore_add_partitions_result { public: + static const char* ascii_fingerprint; // = "A8DF404A59E14B5F23CD3B54D6A25FB2"; + static const uint8_t binary_fingerprint[16]; // = {0xA8,0xDF,0x40,0x4A,0x59,0xE1,0x4B,0x5F,0x23,0xCD,0x3B,0x54,0xD6,0xA2,0x5F,0xB2}; + ThriftHiveMetastore_add_partitions_result(const ThriftHiveMetastore_add_partitions_result&); ThriftHiveMetastore_add_partitions_result& operator=(const ThriftHiveMetastore_add_partitions_result&); ThriftHiveMetastore_add_partitions_result() : success(0) { @@ -4606,6 +5112,7 @@ class ThriftHiveMetastore_add_partitions_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_result& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_presult__isset { @@ -4619,6 +5126,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_presult__isset { class ThriftHiveMetastore_add_partitions_presult { public: + static const char* ascii_fingerprint; // = "A8DF404A59E14B5F23CD3B54D6A25FB2"; + static const uint8_t binary_fingerprint[16]; // = {0xA8,0xDF,0x40,0x4A,0x59,0xE1,0x4B,0x5F,0x23,0xCD,0x3B,0x54,0xD6,0xA2,0x5F,0xB2}; + virtual ~ThriftHiveMetastore_add_partitions_presult() throw(); int32_t* success; @@ -4630,6 +5140,7 @@ class ThriftHiveMetastore_add_partitions_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_presult& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_pspec_args__isset { @@ -4640,6 +5151,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_pspec_args__isset { class ThriftHiveMetastore_add_partitions_pspec_args { public: + static const char* ascii_fingerprint; // = "2ECEF55070C86971F609ED920B644E09"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0xCE,0xF5,0x50,0x70,0xC8,0x69,0x71,0xF6,0x09,0xED,0x92,0x0B,0x64,0x4E,0x09}; + ThriftHiveMetastore_add_partitions_pspec_args(const ThriftHiveMetastore_add_partitions_pspec_args&); ThriftHiveMetastore_add_partitions_pspec_args& operator=(const ThriftHiveMetastore_add_partitions_pspec_args&); ThriftHiveMetastore_add_partitions_pspec_args() { @@ -4667,18 +5181,23 @@ class ThriftHiveMetastore_add_partitions_pspec_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_pspec_args& obj); }; class ThriftHiveMetastore_add_partitions_pspec_pargs { public: + static const char* ascii_fingerprint; // = "2ECEF55070C86971F609ED920B644E09"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0xCE,0xF5,0x50,0x70,0xC8,0x69,0x71,0xF6,0x09,0xED,0x92,0x0B,0x64,0x4E,0x09}; + virtual ~ThriftHiveMetastore_add_partitions_pspec_pargs() throw(); const std::vector * new_parts; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_pspec_pargs& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_pspec_result__isset { @@ -4692,6 +5211,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_pspec_result__isset { class ThriftHiveMetastore_add_partitions_pspec_result { public: + static const char* ascii_fingerprint; // = "A8DF404A59E14B5F23CD3B54D6A25FB2"; + static const uint8_t binary_fingerprint[16]; // = {0xA8,0xDF,0x40,0x4A,0x59,0xE1,0x4B,0x5F,0x23,0xCD,0x3B,0x54,0xD6,0xA2,0x5F,0xB2}; + ThriftHiveMetastore_add_partitions_pspec_result(const ThriftHiveMetastore_add_partitions_pspec_result&); ThriftHiveMetastore_add_partitions_pspec_result& operator=(const ThriftHiveMetastore_add_partitions_pspec_result&); ThriftHiveMetastore_add_partitions_pspec_result() : success(0) { @@ -4734,6 +5256,7 @@ class ThriftHiveMetastore_add_partitions_pspec_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_pspec_result& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_pspec_presult__isset { @@ -4747,6 +5270,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_pspec_presult__isset { class ThriftHiveMetastore_add_partitions_pspec_presult { public: + static const char* ascii_fingerprint; // = "A8DF404A59E14B5F23CD3B54D6A25FB2"; + static const uint8_t binary_fingerprint[16]; // = {0xA8,0xDF,0x40,0x4A,0x59,0xE1,0x4B,0x5F,0x23,0xCD,0x3B,0x54,0xD6,0xA2,0x5F,0xB2}; + virtual ~ThriftHiveMetastore_add_partitions_pspec_presult() throw(); int32_t* success; @@ -4758,6 +5284,7 @@ class ThriftHiveMetastore_add_partitions_pspec_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_pspec_presult& obj); }; typedef struct _ThriftHiveMetastore_append_partition_args__isset { @@ -4770,6 +5297,9 @@ typedef struct _ThriftHiveMetastore_append_partition_args__isset { class ThriftHiveMetastore_append_partition_args { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + ThriftHiveMetastore_append_partition_args(const ThriftHiveMetastore_append_partition_args&); ThriftHiveMetastore_append_partition_args& operator=(const ThriftHiveMetastore_append_partition_args&); ThriftHiveMetastore_append_partition_args() : db_name(), tbl_name() { @@ -4807,12 +5337,16 @@ class ThriftHiveMetastore_append_partition_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_args& obj); }; class ThriftHiveMetastore_append_partition_pargs { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + virtual ~ThriftHiveMetastore_append_partition_pargs() throw(); const std::string* db_name; @@ -4821,6 +5355,7 @@ class ThriftHiveMetastore_append_partition_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_pargs& obj); }; typedef struct _ThriftHiveMetastore_append_partition_result__isset { @@ -4834,6 +5369,9 @@ typedef struct _ThriftHiveMetastore_append_partition_result__isset { class ThriftHiveMetastore_append_partition_result { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + ThriftHiveMetastore_append_partition_result(const ThriftHiveMetastore_append_partition_result&); ThriftHiveMetastore_append_partition_result& operator=(const ThriftHiveMetastore_append_partition_result&); ThriftHiveMetastore_append_partition_result() { @@ -4876,6 +5414,7 @@ class ThriftHiveMetastore_append_partition_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_result& obj); }; typedef struct _ThriftHiveMetastore_append_partition_presult__isset { @@ -4889,6 +5428,9 @@ typedef struct _ThriftHiveMetastore_append_partition_presult__isset { class ThriftHiveMetastore_append_partition_presult { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + virtual ~ThriftHiveMetastore_append_partition_presult() throw(); Partition* success; @@ -4900,6 +5442,7 @@ class ThriftHiveMetastore_append_partition_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_presult& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_req_args__isset { @@ -4910,6 +5453,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_req_args__isset { class ThriftHiveMetastore_add_partitions_req_args { public: + static const char* ascii_fingerprint; // = "3EA418BCD4759F81DF13C49A7F8E9A4A"; + static const uint8_t binary_fingerprint[16]; // = {0x3E,0xA4,0x18,0xBC,0xD4,0x75,0x9F,0x81,0xDF,0x13,0xC4,0x9A,0x7F,0x8E,0x9A,0x4A}; + ThriftHiveMetastore_add_partitions_req_args(const ThriftHiveMetastore_add_partitions_req_args&); ThriftHiveMetastore_add_partitions_req_args& operator=(const ThriftHiveMetastore_add_partitions_req_args&); ThriftHiveMetastore_add_partitions_req_args() { @@ -4937,18 +5483,23 @@ class ThriftHiveMetastore_add_partitions_req_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_req_args& obj); }; class ThriftHiveMetastore_add_partitions_req_pargs { public: + static const char* ascii_fingerprint; // = "3EA418BCD4759F81DF13C49A7F8E9A4A"; + static const uint8_t binary_fingerprint[16]; // = {0x3E,0xA4,0x18,0xBC,0xD4,0x75,0x9F,0x81,0xDF,0x13,0xC4,0x9A,0x7F,0x8E,0x9A,0x4A}; + virtual ~ThriftHiveMetastore_add_partitions_req_pargs() throw(); const AddPartitionsRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_req_pargs& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_req_result__isset { @@ -4962,6 +5513,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_req_result__isset { class ThriftHiveMetastore_add_partitions_req_result { public: + static const char* ascii_fingerprint; // = "AB3E87CB19D96319B6FFA521E7ADE781"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x3E,0x87,0xCB,0x19,0xD9,0x63,0x19,0xB6,0xFF,0xA5,0x21,0xE7,0xAD,0xE7,0x81}; + ThriftHiveMetastore_add_partitions_req_result(const ThriftHiveMetastore_add_partitions_req_result&); ThriftHiveMetastore_add_partitions_req_result& operator=(const ThriftHiveMetastore_add_partitions_req_result&); ThriftHiveMetastore_add_partitions_req_result() { @@ -5004,6 +5558,7 @@ class ThriftHiveMetastore_add_partitions_req_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_req_result& obj); }; typedef struct _ThriftHiveMetastore_add_partitions_req_presult__isset { @@ -5017,6 +5572,9 @@ typedef struct _ThriftHiveMetastore_add_partitions_req_presult__isset { class ThriftHiveMetastore_add_partitions_req_presult { public: + static const char* ascii_fingerprint; // = "AB3E87CB19D96319B6FFA521E7ADE781"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x3E,0x87,0xCB,0x19,0xD9,0x63,0x19,0xB6,0xFF,0xA5,0x21,0xE7,0xAD,0xE7,0x81}; + virtual ~ThriftHiveMetastore_add_partitions_req_presult() throw(); AddPartitionsResult* success; @@ -5028,6 +5586,7 @@ class ThriftHiveMetastore_add_partitions_req_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_partitions_req_presult& obj); }; typedef struct _ThriftHiveMetastore_append_partition_with_environment_context_args__isset { @@ -5041,6 +5600,9 @@ typedef struct _ThriftHiveMetastore_append_partition_with_environment_context_ar class ThriftHiveMetastore_append_partition_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "592145D593BCF8C09E7E04A61124F80C"; + static const uint8_t binary_fingerprint[16]; // = {0x59,0x21,0x45,0xD5,0x93,0xBC,0xF8,0xC0,0x9E,0x7E,0x04,0xA6,0x11,0x24,0xF8,0x0C}; + ThriftHiveMetastore_append_partition_with_environment_context_args(const ThriftHiveMetastore_append_partition_with_environment_context_args&); ThriftHiveMetastore_append_partition_with_environment_context_args& operator=(const ThriftHiveMetastore_append_partition_with_environment_context_args&); ThriftHiveMetastore_append_partition_with_environment_context_args() : db_name(), tbl_name() { @@ -5083,12 +5645,16 @@ class ThriftHiveMetastore_append_partition_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_with_environment_context_args& obj); }; class ThriftHiveMetastore_append_partition_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "592145D593BCF8C09E7E04A61124F80C"; + static const uint8_t binary_fingerprint[16]; // = {0x59,0x21,0x45,0xD5,0x93,0xBC,0xF8,0xC0,0x9E,0x7E,0x04,0xA6,0x11,0x24,0xF8,0x0C}; + virtual ~ThriftHiveMetastore_append_partition_with_environment_context_pargs() throw(); const std::string* db_name; @@ -5098,6 +5664,7 @@ class ThriftHiveMetastore_append_partition_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_append_partition_with_environment_context_result__isset { @@ -5111,6 +5678,9 @@ typedef struct _ThriftHiveMetastore_append_partition_with_environment_context_re class ThriftHiveMetastore_append_partition_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + ThriftHiveMetastore_append_partition_with_environment_context_result(const ThriftHiveMetastore_append_partition_with_environment_context_result&); ThriftHiveMetastore_append_partition_with_environment_context_result& operator=(const ThriftHiveMetastore_append_partition_with_environment_context_result&); ThriftHiveMetastore_append_partition_with_environment_context_result() { @@ -5153,6 +5723,7 @@ class ThriftHiveMetastore_append_partition_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_append_partition_with_environment_context_presult__isset { @@ -5166,6 +5737,9 @@ typedef struct _ThriftHiveMetastore_append_partition_with_environment_context_pr class ThriftHiveMetastore_append_partition_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + virtual ~ThriftHiveMetastore_append_partition_with_environment_context_presult() throw(); Partition* success; @@ -5177,6 +5751,7 @@ class ThriftHiveMetastore_append_partition_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_append_partition_by_name_args__isset { @@ -5189,6 +5764,9 @@ typedef struct _ThriftHiveMetastore_append_partition_by_name_args__isset { class ThriftHiveMetastore_append_partition_by_name_args { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + ThriftHiveMetastore_append_partition_by_name_args(const ThriftHiveMetastore_append_partition_by_name_args&); ThriftHiveMetastore_append_partition_by_name_args& operator=(const ThriftHiveMetastore_append_partition_by_name_args&); ThriftHiveMetastore_append_partition_by_name_args() : db_name(), tbl_name(), part_name() { @@ -5226,12 +5804,16 @@ class ThriftHiveMetastore_append_partition_by_name_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_by_name_args& obj); }; class ThriftHiveMetastore_append_partition_by_name_pargs { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + virtual ~ThriftHiveMetastore_append_partition_by_name_pargs() throw(); const std::string* db_name; @@ -5240,6 +5822,7 @@ class ThriftHiveMetastore_append_partition_by_name_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_by_name_pargs& obj); }; typedef struct _ThriftHiveMetastore_append_partition_by_name_result__isset { @@ -5253,6 +5836,9 @@ typedef struct _ThriftHiveMetastore_append_partition_by_name_result__isset { class ThriftHiveMetastore_append_partition_by_name_result { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + ThriftHiveMetastore_append_partition_by_name_result(const ThriftHiveMetastore_append_partition_by_name_result&); ThriftHiveMetastore_append_partition_by_name_result& operator=(const ThriftHiveMetastore_append_partition_by_name_result&); ThriftHiveMetastore_append_partition_by_name_result() { @@ -5295,6 +5881,7 @@ class ThriftHiveMetastore_append_partition_by_name_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_by_name_result& obj); }; typedef struct _ThriftHiveMetastore_append_partition_by_name_presult__isset { @@ -5308,6 +5895,9 @@ typedef struct _ThriftHiveMetastore_append_partition_by_name_presult__isset { class ThriftHiveMetastore_append_partition_by_name_presult { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + virtual ~ThriftHiveMetastore_append_partition_by_name_presult() throw(); Partition* success; @@ -5319,6 +5909,7 @@ class ThriftHiveMetastore_append_partition_by_name_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_by_name_presult& obj); }; typedef struct _ThriftHiveMetastore_append_partition_by_name_with_environment_context_args__isset { @@ -5332,6 +5923,9 @@ typedef struct _ThriftHiveMetastore_append_partition_by_name_with_environment_co class ThriftHiveMetastore_append_partition_by_name_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "4C7C33DADFC48E61680A3964D657CB87"; + static const uint8_t binary_fingerprint[16]; // = {0x4C,0x7C,0x33,0xDA,0xDF,0xC4,0x8E,0x61,0x68,0x0A,0x39,0x64,0xD6,0x57,0xCB,0x87}; + ThriftHiveMetastore_append_partition_by_name_with_environment_context_args(const ThriftHiveMetastore_append_partition_by_name_with_environment_context_args&); ThriftHiveMetastore_append_partition_by_name_with_environment_context_args& operator=(const ThriftHiveMetastore_append_partition_by_name_with_environment_context_args&); ThriftHiveMetastore_append_partition_by_name_with_environment_context_args() : db_name(), tbl_name(), part_name() { @@ -5374,12 +5968,16 @@ class ThriftHiveMetastore_append_partition_by_name_with_environment_context_args uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_by_name_with_environment_context_args& obj); }; class ThriftHiveMetastore_append_partition_by_name_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "4C7C33DADFC48E61680A3964D657CB87"; + static const uint8_t binary_fingerprint[16]; // = {0x4C,0x7C,0x33,0xDA,0xDF,0xC4,0x8E,0x61,0x68,0x0A,0x39,0x64,0xD6,0x57,0xCB,0x87}; + virtual ~ThriftHiveMetastore_append_partition_by_name_with_environment_context_pargs() throw(); const std::string* db_name; @@ -5389,6 +5987,7 @@ class ThriftHiveMetastore_append_partition_by_name_with_environment_context_parg uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_by_name_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_append_partition_by_name_with_environment_context_result__isset { @@ -5402,6 +6001,9 @@ typedef struct _ThriftHiveMetastore_append_partition_by_name_with_environment_co class ThriftHiveMetastore_append_partition_by_name_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + ThriftHiveMetastore_append_partition_by_name_with_environment_context_result(const ThriftHiveMetastore_append_partition_by_name_with_environment_context_result&); ThriftHiveMetastore_append_partition_by_name_with_environment_context_result& operator=(const ThriftHiveMetastore_append_partition_by_name_with_environment_context_result&); ThriftHiveMetastore_append_partition_by_name_with_environment_context_result() { @@ -5444,6 +6046,7 @@ class ThriftHiveMetastore_append_partition_by_name_with_environment_context_resu uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_by_name_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_append_partition_by_name_with_environment_context_presult__isset { @@ -5457,6 +6060,9 @@ typedef struct _ThriftHiveMetastore_append_partition_by_name_with_environment_co class ThriftHiveMetastore_append_partition_by_name_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "3F4DFAAB8B93880DD939F610024AF1BF"; + static const uint8_t binary_fingerprint[16]; // = {0x3F,0x4D,0xFA,0xAB,0x8B,0x93,0x88,0x0D,0xD9,0x39,0xF6,0x10,0x02,0x4A,0xF1,0xBF}; + virtual ~ThriftHiveMetastore_append_partition_by_name_with_environment_context_presult() throw(); Partition* success; @@ -5468,6 +6074,7 @@ class ThriftHiveMetastore_append_partition_by_name_with_environment_context_pres uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_append_partition_by_name_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_args__isset { @@ -5481,6 +6088,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_args__isset { class ThriftHiveMetastore_drop_partition_args { public: + static const char* ascii_fingerprint; // = "8222263D6AD664C570FA0215EE8D26A0"; + static const uint8_t binary_fingerprint[16]; // = {0x82,0x22,0x26,0x3D,0x6A,0xD6,0x64,0xC5,0x70,0xFA,0x02,0x15,0xEE,0x8D,0x26,0xA0}; + ThriftHiveMetastore_drop_partition_args(const ThriftHiveMetastore_drop_partition_args&); ThriftHiveMetastore_drop_partition_args& operator=(const ThriftHiveMetastore_drop_partition_args&); ThriftHiveMetastore_drop_partition_args() : db_name(), tbl_name(), deleteData(0) { @@ -5523,12 +6133,16 @@ class ThriftHiveMetastore_drop_partition_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_args& obj); }; class ThriftHiveMetastore_drop_partition_pargs { public: + static const char* ascii_fingerprint; // = "8222263D6AD664C570FA0215EE8D26A0"; + static const uint8_t binary_fingerprint[16]; // = {0x82,0x22,0x26,0x3D,0x6A,0xD6,0x64,0xC5,0x70,0xFA,0x02,0x15,0xEE,0x8D,0x26,0xA0}; + virtual ~ThriftHiveMetastore_drop_partition_pargs() throw(); const std::string* db_name; @@ -5538,6 +6152,7 @@ class ThriftHiveMetastore_drop_partition_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_result__isset { @@ -5550,6 +6165,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_result__isset { class ThriftHiveMetastore_drop_partition_result { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + ThriftHiveMetastore_drop_partition_result(const ThriftHiveMetastore_drop_partition_result&); ThriftHiveMetastore_drop_partition_result& operator=(const ThriftHiveMetastore_drop_partition_result&); ThriftHiveMetastore_drop_partition_result() : success(0) { @@ -5587,6 +6205,7 @@ class ThriftHiveMetastore_drop_partition_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_result& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_presult__isset { @@ -5599,6 +6218,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_presult__isset { class ThriftHiveMetastore_drop_partition_presult { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + virtual ~ThriftHiveMetastore_drop_partition_presult() throw(); bool* success; @@ -5609,6 +6231,7 @@ class ThriftHiveMetastore_drop_partition_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_with_environment_context_args__isset { @@ -5623,6 +6246,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_with_environment_context_args class ThriftHiveMetastore_drop_partition_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "718899EA1E33D9DB4318A4E3743041B5"; + static const uint8_t binary_fingerprint[16]; // = {0x71,0x88,0x99,0xEA,0x1E,0x33,0xD9,0xDB,0x43,0x18,0xA4,0xE3,0x74,0x30,0x41,0xB5}; + ThriftHiveMetastore_drop_partition_with_environment_context_args(const ThriftHiveMetastore_drop_partition_with_environment_context_args&); ThriftHiveMetastore_drop_partition_with_environment_context_args& operator=(const ThriftHiveMetastore_drop_partition_with_environment_context_args&); ThriftHiveMetastore_drop_partition_with_environment_context_args() : db_name(), tbl_name(), deleteData(0) { @@ -5670,12 +6296,16 @@ class ThriftHiveMetastore_drop_partition_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_with_environment_context_args& obj); }; class ThriftHiveMetastore_drop_partition_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "718899EA1E33D9DB4318A4E3743041B5"; + static const uint8_t binary_fingerprint[16]; // = {0x71,0x88,0x99,0xEA,0x1E,0x33,0xD9,0xDB,0x43,0x18,0xA4,0xE3,0x74,0x30,0x41,0xB5}; + virtual ~ThriftHiveMetastore_drop_partition_with_environment_context_pargs() throw(); const std::string* db_name; @@ -5686,6 +6316,7 @@ class ThriftHiveMetastore_drop_partition_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_with_environment_context_result__isset { @@ -5698,6 +6329,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_with_environment_context_resu class ThriftHiveMetastore_drop_partition_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + ThriftHiveMetastore_drop_partition_with_environment_context_result(const ThriftHiveMetastore_drop_partition_with_environment_context_result&); ThriftHiveMetastore_drop_partition_with_environment_context_result& operator=(const ThriftHiveMetastore_drop_partition_with_environment_context_result&); ThriftHiveMetastore_drop_partition_with_environment_context_result() : success(0) { @@ -5735,6 +6369,7 @@ class ThriftHiveMetastore_drop_partition_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_with_environment_context_presult__isset { @@ -5747,6 +6382,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_with_environment_context_pres class ThriftHiveMetastore_drop_partition_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + virtual ~ThriftHiveMetastore_drop_partition_with_environment_context_presult() throw(); bool* success; @@ -5757,6 +6395,7 @@ class ThriftHiveMetastore_drop_partition_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_by_name_args__isset { @@ -5770,6 +6409,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_by_name_args__isset { class ThriftHiveMetastore_drop_partition_by_name_args { public: + static const char* ascii_fingerprint; // = "557CE3E1F35DD5D74A3999FB1200CAB8"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0x7C,0xE3,0xE1,0xF3,0x5D,0xD5,0xD7,0x4A,0x39,0x99,0xFB,0x12,0x00,0xCA,0xB8}; + ThriftHiveMetastore_drop_partition_by_name_args(const ThriftHiveMetastore_drop_partition_by_name_args&); ThriftHiveMetastore_drop_partition_by_name_args& operator=(const ThriftHiveMetastore_drop_partition_by_name_args&); ThriftHiveMetastore_drop_partition_by_name_args() : db_name(), tbl_name(), part_name(), deleteData(0) { @@ -5812,12 +6454,16 @@ class ThriftHiveMetastore_drop_partition_by_name_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_by_name_args& obj); }; class ThriftHiveMetastore_drop_partition_by_name_pargs { public: + static const char* ascii_fingerprint; // = "557CE3E1F35DD5D74A3999FB1200CAB8"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0x7C,0xE3,0xE1,0xF3,0x5D,0xD5,0xD7,0x4A,0x39,0x99,0xFB,0x12,0x00,0xCA,0xB8}; + virtual ~ThriftHiveMetastore_drop_partition_by_name_pargs() throw(); const std::string* db_name; @@ -5827,6 +6473,7 @@ class ThriftHiveMetastore_drop_partition_by_name_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_by_name_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_by_name_result__isset { @@ -5839,6 +6486,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_by_name_result__isset { class ThriftHiveMetastore_drop_partition_by_name_result { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + ThriftHiveMetastore_drop_partition_by_name_result(const ThriftHiveMetastore_drop_partition_by_name_result&); ThriftHiveMetastore_drop_partition_by_name_result& operator=(const ThriftHiveMetastore_drop_partition_by_name_result&); ThriftHiveMetastore_drop_partition_by_name_result() : success(0) { @@ -5876,6 +6526,7 @@ class ThriftHiveMetastore_drop_partition_by_name_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_by_name_result& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_by_name_presult__isset { @@ -5888,6 +6539,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_by_name_presult__isset { class ThriftHiveMetastore_drop_partition_by_name_presult { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + virtual ~ThriftHiveMetastore_drop_partition_by_name_presult() throw(); bool* success; @@ -5898,6 +6552,7 @@ class ThriftHiveMetastore_drop_partition_by_name_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_by_name_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args__isset { @@ -5912,6 +6567,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_by_name_with_environment_cont class ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "B1CAA0531B4466AF765CDC7D12D54533"; + static const uint8_t binary_fingerprint[16]; // = {0xB1,0xCA,0xA0,0x53,0x1B,0x44,0x66,0xAF,0x76,0x5C,0xDC,0x7D,0x12,0xD5,0x45,0x33}; + ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args(const ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args&); ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args& operator=(const ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args&); ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args() : db_name(), tbl_name(), part_name(), deleteData(0) { @@ -5959,12 +6617,16 @@ class ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_by_name_with_environment_context_args& obj); }; class ThriftHiveMetastore_drop_partition_by_name_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "B1CAA0531B4466AF765CDC7D12D54533"; + static const uint8_t binary_fingerprint[16]; // = {0xB1,0xCA,0xA0,0x53,0x1B,0x44,0x66,0xAF,0x76,0x5C,0xDC,0x7D,0x12,0xD5,0x45,0x33}; + virtual ~ThriftHiveMetastore_drop_partition_by_name_with_environment_context_pargs() throw(); const std::string* db_name; @@ -5975,6 +6637,7 @@ class ThriftHiveMetastore_drop_partition_by_name_with_environment_context_pargs uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_by_name_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result__isset { @@ -5987,6 +6650,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_by_name_with_environment_cont class ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result(const ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result&); ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result& operator=(const ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result&); ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result() : success(0) { @@ -6024,6 +6690,7 @@ class ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_by_name_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_drop_partition_by_name_with_environment_context_presult__isset { @@ -6036,6 +6703,9 @@ typedef struct _ThriftHiveMetastore_drop_partition_by_name_with_environment_cont class ThriftHiveMetastore_drop_partition_by_name_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + virtual ~ThriftHiveMetastore_drop_partition_by_name_with_environment_context_presult() throw(); bool* success; @@ -6046,6 +6716,7 @@ class ThriftHiveMetastore_drop_partition_by_name_with_environment_context_presul uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partition_by_name_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_partitions_req_args__isset { @@ -6056,6 +6727,9 @@ typedef struct _ThriftHiveMetastore_drop_partitions_req_args__isset { class ThriftHiveMetastore_drop_partitions_req_args { public: + static const char* ascii_fingerprint; // = "1FE0193BCF98F9809B4F69740E3946F0"; + static const uint8_t binary_fingerprint[16]; // = {0x1F,0xE0,0x19,0x3B,0xCF,0x98,0xF9,0x80,0x9B,0x4F,0x69,0x74,0x0E,0x39,0x46,0xF0}; + ThriftHiveMetastore_drop_partitions_req_args(const ThriftHiveMetastore_drop_partitions_req_args&); ThriftHiveMetastore_drop_partitions_req_args& operator=(const ThriftHiveMetastore_drop_partitions_req_args&); ThriftHiveMetastore_drop_partitions_req_args() { @@ -6083,18 +6757,23 @@ class ThriftHiveMetastore_drop_partitions_req_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partitions_req_args& obj); }; class ThriftHiveMetastore_drop_partitions_req_pargs { public: + static const char* ascii_fingerprint; // = "1FE0193BCF98F9809B4F69740E3946F0"; + static const uint8_t binary_fingerprint[16]; // = {0x1F,0xE0,0x19,0x3B,0xCF,0x98,0xF9,0x80,0x9B,0x4F,0x69,0x74,0x0E,0x39,0x46,0xF0}; + virtual ~ThriftHiveMetastore_drop_partitions_req_pargs() throw(); const DropPartitionsRequest* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partitions_req_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_partitions_req_result__isset { @@ -6107,6 +6786,9 @@ typedef struct _ThriftHiveMetastore_drop_partitions_req_result__isset { class ThriftHiveMetastore_drop_partitions_req_result { public: + static const char* ascii_fingerprint; // = "F3D2F7B3EAE648736972C093DE1EC122"; + static const uint8_t binary_fingerprint[16]; // = {0xF3,0xD2,0xF7,0xB3,0xEA,0xE6,0x48,0x73,0x69,0x72,0xC0,0x93,0xDE,0x1E,0xC1,0x22}; + ThriftHiveMetastore_drop_partitions_req_result(const ThriftHiveMetastore_drop_partitions_req_result&); ThriftHiveMetastore_drop_partitions_req_result& operator=(const ThriftHiveMetastore_drop_partitions_req_result&); ThriftHiveMetastore_drop_partitions_req_result() { @@ -6144,6 +6826,7 @@ class ThriftHiveMetastore_drop_partitions_req_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partitions_req_result& obj); }; typedef struct _ThriftHiveMetastore_drop_partitions_req_presult__isset { @@ -6156,6 +6839,9 @@ typedef struct _ThriftHiveMetastore_drop_partitions_req_presult__isset { class ThriftHiveMetastore_drop_partitions_req_presult { public: + static const char* ascii_fingerprint; // = "F3D2F7B3EAE648736972C093DE1EC122"; + static const uint8_t binary_fingerprint[16]; // = {0xF3,0xD2,0xF7,0xB3,0xEA,0xE6,0x48,0x73,0x69,0x72,0xC0,0x93,0xDE,0x1E,0xC1,0x22}; + virtual ~ThriftHiveMetastore_drop_partitions_req_presult() throw(); DropPartitionsResult* success; @@ -6166,6 +6852,7 @@ class ThriftHiveMetastore_drop_partitions_req_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_partitions_req_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partition_args__isset { @@ -6178,6 +6865,9 @@ typedef struct _ThriftHiveMetastore_get_partition_args__isset { class ThriftHiveMetastore_get_partition_args { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + ThriftHiveMetastore_get_partition_args(const ThriftHiveMetastore_get_partition_args&); ThriftHiveMetastore_get_partition_args& operator=(const ThriftHiveMetastore_get_partition_args&); ThriftHiveMetastore_get_partition_args() : db_name(), tbl_name() { @@ -6215,12 +6905,16 @@ class ThriftHiveMetastore_get_partition_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_args& obj); }; class ThriftHiveMetastore_get_partition_pargs { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + virtual ~ThriftHiveMetastore_get_partition_pargs() throw(); const std::string* db_name; @@ -6229,6 +6923,7 @@ class ThriftHiveMetastore_get_partition_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partition_result__isset { @@ -6241,6 +6936,9 @@ typedef struct _ThriftHiveMetastore_get_partition_result__isset { class ThriftHiveMetastore_get_partition_result { public: + static const char* ascii_fingerprint; // = "6591CFEC63F6441E3EB54208B3348AB2"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x91,0xCF,0xEC,0x63,0xF6,0x44,0x1E,0x3E,0xB5,0x42,0x08,0xB3,0x34,0x8A,0xB2}; + ThriftHiveMetastore_get_partition_result(const ThriftHiveMetastore_get_partition_result&); ThriftHiveMetastore_get_partition_result& operator=(const ThriftHiveMetastore_get_partition_result&); ThriftHiveMetastore_get_partition_result() { @@ -6278,6 +6976,7 @@ class ThriftHiveMetastore_get_partition_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_result& obj); }; typedef struct _ThriftHiveMetastore_get_partition_presult__isset { @@ -6290,6 +6989,9 @@ typedef struct _ThriftHiveMetastore_get_partition_presult__isset { class ThriftHiveMetastore_get_partition_presult { public: + static const char* ascii_fingerprint; // = "6591CFEC63F6441E3EB54208B3348AB2"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x91,0xCF,0xEC,0x63,0xF6,0x44,0x1E,0x3E,0xB5,0x42,0x08,0xB3,0x34,0x8A,0xB2}; + virtual ~ThriftHiveMetastore_get_partition_presult() throw(); Partition* success; @@ -6300,6 +7002,7 @@ class ThriftHiveMetastore_get_partition_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_presult& obj); }; typedef struct _ThriftHiveMetastore_exchange_partition_args__isset { @@ -6314,6 +7017,9 @@ typedef struct _ThriftHiveMetastore_exchange_partition_args__isset { class ThriftHiveMetastore_exchange_partition_args { public: + static const char* ascii_fingerprint; // = "14D07CC2D6D857D1A741287E7A6EBF6E"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0xD0,0x7C,0xC2,0xD6,0xD8,0x57,0xD1,0xA7,0x41,0x28,0x7E,0x7A,0x6E,0xBF,0x6E}; + ThriftHiveMetastore_exchange_partition_args(const ThriftHiveMetastore_exchange_partition_args&); ThriftHiveMetastore_exchange_partition_args& operator=(const ThriftHiveMetastore_exchange_partition_args&); ThriftHiveMetastore_exchange_partition_args() : source_db(), source_table_name(), dest_db(), dest_table_name() { @@ -6361,12 +7067,16 @@ class ThriftHiveMetastore_exchange_partition_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_exchange_partition_args& obj); }; class ThriftHiveMetastore_exchange_partition_pargs { public: + static const char* ascii_fingerprint; // = "14D07CC2D6D857D1A741287E7A6EBF6E"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0xD0,0x7C,0xC2,0xD6,0xD8,0x57,0xD1,0xA7,0x41,0x28,0x7E,0x7A,0x6E,0xBF,0x6E}; + virtual ~ThriftHiveMetastore_exchange_partition_pargs() throw(); const std::map * partitionSpecs; @@ -6377,6 +7087,7 @@ class ThriftHiveMetastore_exchange_partition_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_exchange_partition_pargs& obj); }; typedef struct _ThriftHiveMetastore_exchange_partition_result__isset { @@ -6391,6 +7102,9 @@ typedef struct _ThriftHiveMetastore_exchange_partition_result__isset { class ThriftHiveMetastore_exchange_partition_result { public: + static const char* ascii_fingerprint; // = "993C8A5EF08B1972D46727E8C012FA79"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x3C,0x8A,0x5E,0xF0,0x8B,0x19,0x72,0xD4,0x67,0x27,0xE8,0xC0,0x12,0xFA,0x79}; + ThriftHiveMetastore_exchange_partition_result(const ThriftHiveMetastore_exchange_partition_result&); ThriftHiveMetastore_exchange_partition_result& operator=(const ThriftHiveMetastore_exchange_partition_result&); ThriftHiveMetastore_exchange_partition_result() { @@ -6438,6 +7152,7 @@ class ThriftHiveMetastore_exchange_partition_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_exchange_partition_result& obj); }; typedef struct _ThriftHiveMetastore_exchange_partition_presult__isset { @@ -6452,6 +7167,9 @@ typedef struct _ThriftHiveMetastore_exchange_partition_presult__isset { class ThriftHiveMetastore_exchange_partition_presult { public: + static const char* ascii_fingerprint; // = "993C8A5EF08B1972D46727E8C012FA79"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x3C,0x8A,0x5E,0xF0,0x8B,0x19,0x72,0xD4,0x67,0x27,0xE8,0xC0,0x12,0xFA,0x79}; + virtual ~ThriftHiveMetastore_exchange_partition_presult() throw(); Partition* success; @@ -6464,6 +7182,7 @@ class ThriftHiveMetastore_exchange_partition_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_exchange_partition_presult& obj); }; typedef struct _ThriftHiveMetastore_exchange_partitions_args__isset { @@ -6478,6 +7197,9 @@ typedef struct _ThriftHiveMetastore_exchange_partitions_args__isset { class ThriftHiveMetastore_exchange_partitions_args { public: + static const char* ascii_fingerprint; // = "14D07CC2D6D857D1A741287E7A6EBF6E"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0xD0,0x7C,0xC2,0xD6,0xD8,0x57,0xD1,0xA7,0x41,0x28,0x7E,0x7A,0x6E,0xBF,0x6E}; + ThriftHiveMetastore_exchange_partitions_args(const ThriftHiveMetastore_exchange_partitions_args&); ThriftHiveMetastore_exchange_partitions_args& operator=(const ThriftHiveMetastore_exchange_partitions_args&); ThriftHiveMetastore_exchange_partitions_args() : source_db(), source_table_name(), dest_db(), dest_table_name() { @@ -6525,12 +7247,16 @@ class ThriftHiveMetastore_exchange_partitions_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_exchange_partitions_args& obj); }; class ThriftHiveMetastore_exchange_partitions_pargs { public: + static const char* ascii_fingerprint; // = "14D07CC2D6D857D1A741287E7A6EBF6E"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0xD0,0x7C,0xC2,0xD6,0xD8,0x57,0xD1,0xA7,0x41,0x28,0x7E,0x7A,0x6E,0xBF,0x6E}; + virtual ~ThriftHiveMetastore_exchange_partitions_pargs() throw(); const std::map * partitionSpecs; @@ -6541,6 +7267,7 @@ class ThriftHiveMetastore_exchange_partitions_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_exchange_partitions_pargs& obj); }; typedef struct _ThriftHiveMetastore_exchange_partitions_result__isset { @@ -6555,6 +7282,9 @@ typedef struct _ThriftHiveMetastore_exchange_partitions_result__isset { class ThriftHiveMetastore_exchange_partitions_result { public: + static const char* ascii_fingerprint; // = "6DC72289D4DE76AA1484E58C41EBF31F"; + static const uint8_t binary_fingerprint[16]; // = {0x6D,0xC7,0x22,0x89,0xD4,0xDE,0x76,0xAA,0x14,0x84,0xE5,0x8C,0x41,0xEB,0xF3,0x1F}; + ThriftHiveMetastore_exchange_partitions_result(const ThriftHiveMetastore_exchange_partitions_result&); ThriftHiveMetastore_exchange_partitions_result& operator=(const ThriftHiveMetastore_exchange_partitions_result&); ThriftHiveMetastore_exchange_partitions_result() { @@ -6602,6 +7332,7 @@ class ThriftHiveMetastore_exchange_partitions_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_exchange_partitions_result& obj); }; typedef struct _ThriftHiveMetastore_exchange_partitions_presult__isset { @@ -6616,6 +7347,9 @@ typedef struct _ThriftHiveMetastore_exchange_partitions_presult__isset { class ThriftHiveMetastore_exchange_partitions_presult { public: + static const char* ascii_fingerprint; // = "6DC72289D4DE76AA1484E58C41EBF31F"; + static const uint8_t binary_fingerprint[16]; // = {0x6D,0xC7,0x22,0x89,0xD4,0xDE,0x76,0xAA,0x14,0x84,0xE5,0x8C,0x41,0xEB,0xF3,0x1F}; + virtual ~ThriftHiveMetastore_exchange_partitions_presult() throw(); std::vector * success; @@ -6628,6 +7362,7 @@ class ThriftHiveMetastore_exchange_partitions_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_exchange_partitions_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partition_with_auth_args__isset { @@ -6642,6 +7377,9 @@ typedef struct _ThriftHiveMetastore_get_partition_with_auth_args__isset { class ThriftHiveMetastore_get_partition_with_auth_args { public: + static const char* ascii_fingerprint; // = "75808EDCBA7F876F099BCD38BE91EDB3"; + static const uint8_t binary_fingerprint[16]; // = {0x75,0x80,0x8E,0xDC,0xBA,0x7F,0x87,0x6F,0x09,0x9B,0xCD,0x38,0xBE,0x91,0xED,0xB3}; + ThriftHiveMetastore_get_partition_with_auth_args(const ThriftHiveMetastore_get_partition_with_auth_args&); ThriftHiveMetastore_get_partition_with_auth_args& operator=(const ThriftHiveMetastore_get_partition_with_auth_args&); ThriftHiveMetastore_get_partition_with_auth_args() : db_name(), tbl_name(), user_name() { @@ -6689,12 +7427,16 @@ class ThriftHiveMetastore_get_partition_with_auth_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_with_auth_args& obj); }; class ThriftHiveMetastore_get_partition_with_auth_pargs { public: + static const char* ascii_fingerprint; // = "75808EDCBA7F876F099BCD38BE91EDB3"; + static const uint8_t binary_fingerprint[16]; // = {0x75,0x80,0x8E,0xDC,0xBA,0x7F,0x87,0x6F,0x09,0x9B,0xCD,0x38,0xBE,0x91,0xED,0xB3}; + virtual ~ThriftHiveMetastore_get_partition_with_auth_pargs() throw(); const std::string* db_name; @@ -6705,6 +7447,7 @@ class ThriftHiveMetastore_get_partition_with_auth_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_with_auth_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partition_with_auth_result__isset { @@ -6717,6 +7460,9 @@ typedef struct _ThriftHiveMetastore_get_partition_with_auth_result__isset { class ThriftHiveMetastore_get_partition_with_auth_result { public: + static const char* ascii_fingerprint; // = "6591CFEC63F6441E3EB54208B3348AB2"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x91,0xCF,0xEC,0x63,0xF6,0x44,0x1E,0x3E,0xB5,0x42,0x08,0xB3,0x34,0x8A,0xB2}; + ThriftHiveMetastore_get_partition_with_auth_result(const ThriftHiveMetastore_get_partition_with_auth_result&); ThriftHiveMetastore_get_partition_with_auth_result& operator=(const ThriftHiveMetastore_get_partition_with_auth_result&); ThriftHiveMetastore_get_partition_with_auth_result() { @@ -6754,6 +7500,7 @@ class ThriftHiveMetastore_get_partition_with_auth_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_with_auth_result& obj); }; typedef struct _ThriftHiveMetastore_get_partition_with_auth_presult__isset { @@ -6766,6 +7513,9 @@ typedef struct _ThriftHiveMetastore_get_partition_with_auth_presult__isset { class ThriftHiveMetastore_get_partition_with_auth_presult { public: + static const char* ascii_fingerprint; // = "6591CFEC63F6441E3EB54208B3348AB2"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x91,0xCF,0xEC,0x63,0xF6,0x44,0x1E,0x3E,0xB5,0x42,0x08,0xB3,0x34,0x8A,0xB2}; + virtual ~ThriftHiveMetastore_get_partition_with_auth_presult() throw(); Partition* success; @@ -6776,6 +7526,7 @@ class ThriftHiveMetastore_get_partition_with_auth_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_with_auth_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partition_by_name_args__isset { @@ -6788,6 +7539,9 @@ typedef struct _ThriftHiveMetastore_get_partition_by_name_args__isset { class ThriftHiveMetastore_get_partition_by_name_args { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + ThriftHiveMetastore_get_partition_by_name_args(const ThriftHiveMetastore_get_partition_by_name_args&); ThriftHiveMetastore_get_partition_by_name_args& operator=(const ThriftHiveMetastore_get_partition_by_name_args&); ThriftHiveMetastore_get_partition_by_name_args() : db_name(), tbl_name(), part_name() { @@ -6825,12 +7579,16 @@ class ThriftHiveMetastore_get_partition_by_name_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_by_name_args& obj); }; class ThriftHiveMetastore_get_partition_by_name_pargs { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + virtual ~ThriftHiveMetastore_get_partition_by_name_pargs() throw(); const std::string* db_name; @@ -6839,6 +7597,7 @@ class ThriftHiveMetastore_get_partition_by_name_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_by_name_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partition_by_name_result__isset { @@ -6851,6 +7610,9 @@ typedef struct _ThriftHiveMetastore_get_partition_by_name_result__isset { class ThriftHiveMetastore_get_partition_by_name_result { public: + static const char* ascii_fingerprint; // = "6591CFEC63F6441E3EB54208B3348AB2"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x91,0xCF,0xEC,0x63,0xF6,0x44,0x1E,0x3E,0xB5,0x42,0x08,0xB3,0x34,0x8A,0xB2}; + ThriftHiveMetastore_get_partition_by_name_result(const ThriftHiveMetastore_get_partition_by_name_result&); ThriftHiveMetastore_get_partition_by_name_result& operator=(const ThriftHiveMetastore_get_partition_by_name_result&); ThriftHiveMetastore_get_partition_by_name_result() { @@ -6888,6 +7650,7 @@ class ThriftHiveMetastore_get_partition_by_name_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_by_name_result& obj); }; typedef struct _ThriftHiveMetastore_get_partition_by_name_presult__isset { @@ -6900,6 +7663,9 @@ typedef struct _ThriftHiveMetastore_get_partition_by_name_presult__isset { class ThriftHiveMetastore_get_partition_by_name_presult { public: + static const char* ascii_fingerprint; // = "6591CFEC63F6441E3EB54208B3348AB2"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x91,0xCF,0xEC,0x63,0xF6,0x44,0x1E,0x3E,0xB5,0x42,0x08,0xB3,0x34,0x8A,0xB2}; + virtual ~ThriftHiveMetastore_get_partition_by_name_presult() throw(); Partition* success; @@ -6910,6 +7676,7 @@ class ThriftHiveMetastore_get_partition_by_name_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_by_name_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_args__isset { @@ -6922,6 +7689,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_args__isset { class ThriftHiveMetastore_get_partitions_args { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + ThriftHiveMetastore_get_partitions_args(const ThriftHiveMetastore_get_partitions_args&); ThriftHiveMetastore_get_partitions_args& operator=(const ThriftHiveMetastore_get_partitions_args&); ThriftHiveMetastore_get_partitions_args() : db_name(), tbl_name(), max_parts(-1) { @@ -6959,12 +7729,16 @@ class ThriftHiveMetastore_get_partitions_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_args& obj); }; class ThriftHiveMetastore_get_partitions_pargs { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + virtual ~ThriftHiveMetastore_get_partitions_pargs() throw(); const std::string* db_name; @@ -6973,6 +7747,7 @@ class ThriftHiveMetastore_get_partitions_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_result__isset { @@ -6985,6 +7760,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_result__isset { class ThriftHiveMetastore_get_partitions_result { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + ThriftHiveMetastore_get_partitions_result(const ThriftHiveMetastore_get_partitions_result&); ThriftHiveMetastore_get_partitions_result& operator=(const ThriftHiveMetastore_get_partitions_result&); ThriftHiveMetastore_get_partitions_result() { @@ -7022,6 +7800,7 @@ class ThriftHiveMetastore_get_partitions_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_presult__isset { @@ -7034,6 +7813,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_presult__isset { class ThriftHiveMetastore_get_partitions_presult { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + virtual ~ThriftHiveMetastore_get_partitions_presult() throw(); std::vector * success; @@ -7044,6 +7826,7 @@ class ThriftHiveMetastore_get_partitions_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_with_auth_args__isset { @@ -7058,6 +7841,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_with_auth_args__isset { class ThriftHiveMetastore_get_partitions_with_auth_args { public: + static const char* ascii_fingerprint; // = "D4ED309E57FB5536267FF51643506588"; + static const uint8_t binary_fingerprint[16]; // = {0xD4,0xED,0x30,0x9E,0x57,0xFB,0x55,0x36,0x26,0x7F,0xF5,0x16,0x43,0x50,0x65,0x88}; + ThriftHiveMetastore_get_partitions_with_auth_args(const ThriftHiveMetastore_get_partitions_with_auth_args&); ThriftHiveMetastore_get_partitions_with_auth_args& operator=(const ThriftHiveMetastore_get_partitions_with_auth_args&); ThriftHiveMetastore_get_partitions_with_auth_args() : db_name(), tbl_name(), max_parts(-1), user_name() { @@ -7105,12 +7891,16 @@ class ThriftHiveMetastore_get_partitions_with_auth_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_with_auth_args& obj); }; class ThriftHiveMetastore_get_partitions_with_auth_pargs { public: + static const char* ascii_fingerprint; // = "D4ED309E57FB5536267FF51643506588"; + static const uint8_t binary_fingerprint[16]; // = {0xD4,0xED,0x30,0x9E,0x57,0xFB,0x55,0x36,0x26,0x7F,0xF5,0x16,0x43,0x50,0x65,0x88}; + virtual ~ThriftHiveMetastore_get_partitions_with_auth_pargs() throw(); const std::string* db_name; @@ -7121,6 +7911,7 @@ class ThriftHiveMetastore_get_partitions_with_auth_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_with_auth_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_with_auth_result__isset { @@ -7133,6 +7924,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_with_auth_result__isset { class ThriftHiveMetastore_get_partitions_with_auth_result { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + ThriftHiveMetastore_get_partitions_with_auth_result(const ThriftHiveMetastore_get_partitions_with_auth_result&); ThriftHiveMetastore_get_partitions_with_auth_result& operator=(const ThriftHiveMetastore_get_partitions_with_auth_result&); ThriftHiveMetastore_get_partitions_with_auth_result() { @@ -7170,6 +7964,7 @@ class ThriftHiveMetastore_get_partitions_with_auth_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_with_auth_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_with_auth_presult__isset { @@ -7182,6 +7977,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_with_auth_presult__isset { class ThriftHiveMetastore_get_partitions_with_auth_presult { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + virtual ~ThriftHiveMetastore_get_partitions_with_auth_presult() throw(); std::vector * success; @@ -7192,6 +7990,7 @@ class ThriftHiveMetastore_get_partitions_with_auth_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_with_auth_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_pspec_args__isset { @@ -7204,6 +8003,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_pspec_args__isset { class ThriftHiveMetastore_get_partitions_pspec_args { public: + static const char* ascii_fingerprint; // = "343DA57F446177400B333DC49B037B0C"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x3D,0xA5,0x7F,0x44,0x61,0x77,0x40,0x0B,0x33,0x3D,0xC4,0x9B,0x03,0x7B,0x0C}; + ThriftHiveMetastore_get_partitions_pspec_args(const ThriftHiveMetastore_get_partitions_pspec_args&); ThriftHiveMetastore_get_partitions_pspec_args& operator=(const ThriftHiveMetastore_get_partitions_pspec_args&); ThriftHiveMetastore_get_partitions_pspec_args() : db_name(), tbl_name(), max_parts(-1) { @@ -7241,12 +8043,16 @@ class ThriftHiveMetastore_get_partitions_pspec_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_pspec_args& obj); }; class ThriftHiveMetastore_get_partitions_pspec_pargs { public: + static const char* ascii_fingerprint; // = "343DA57F446177400B333DC49B037B0C"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x3D,0xA5,0x7F,0x44,0x61,0x77,0x40,0x0B,0x33,0x3D,0xC4,0x9B,0x03,0x7B,0x0C}; + virtual ~ThriftHiveMetastore_get_partitions_pspec_pargs() throw(); const std::string* db_name; @@ -7255,6 +8061,7 @@ class ThriftHiveMetastore_get_partitions_pspec_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_pspec_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_pspec_result__isset { @@ -7267,6 +8074,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_pspec_result__isset { class ThriftHiveMetastore_get_partitions_pspec_result { public: + static const char* ascii_fingerprint; // = "834C6ED9007DE3A504DF5B1F3BBEC56E"; + static const uint8_t binary_fingerprint[16]; // = {0x83,0x4C,0x6E,0xD9,0x00,0x7D,0xE3,0xA5,0x04,0xDF,0x5B,0x1F,0x3B,0xBE,0xC5,0x6E}; + ThriftHiveMetastore_get_partitions_pspec_result(const ThriftHiveMetastore_get_partitions_pspec_result&); ThriftHiveMetastore_get_partitions_pspec_result& operator=(const ThriftHiveMetastore_get_partitions_pspec_result&); ThriftHiveMetastore_get_partitions_pspec_result() { @@ -7304,6 +8114,7 @@ class ThriftHiveMetastore_get_partitions_pspec_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_pspec_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_pspec_presult__isset { @@ -7316,6 +8127,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_pspec_presult__isset { class ThriftHiveMetastore_get_partitions_pspec_presult { public: + static const char* ascii_fingerprint; // = "834C6ED9007DE3A504DF5B1F3BBEC56E"; + static const uint8_t binary_fingerprint[16]; // = {0x83,0x4C,0x6E,0xD9,0x00,0x7D,0xE3,0xA5,0x04,0xDF,0x5B,0x1F,0x3B,0xBE,0xC5,0x6E}; + virtual ~ThriftHiveMetastore_get_partitions_pspec_presult() throw(); std::vector * success; @@ -7326,6 +8140,7 @@ class ThriftHiveMetastore_get_partitions_pspec_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_pspec_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partition_names_args__isset { @@ -7338,6 +8153,9 @@ typedef struct _ThriftHiveMetastore_get_partition_names_args__isset { class ThriftHiveMetastore_get_partition_names_args { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + ThriftHiveMetastore_get_partition_names_args(const ThriftHiveMetastore_get_partition_names_args&); ThriftHiveMetastore_get_partition_names_args& operator=(const ThriftHiveMetastore_get_partition_names_args&); ThriftHiveMetastore_get_partition_names_args() : db_name(), tbl_name(), max_parts(-1) { @@ -7375,12 +8193,16 @@ class ThriftHiveMetastore_get_partition_names_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_names_args& obj); }; class ThriftHiveMetastore_get_partition_names_pargs { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + virtual ~ThriftHiveMetastore_get_partition_names_pargs() throw(); const std::string* db_name; @@ -7389,6 +8211,7 @@ class ThriftHiveMetastore_get_partition_names_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_names_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partition_names_result__isset { @@ -7400,6 +8223,9 @@ typedef struct _ThriftHiveMetastore_get_partition_names_result__isset { class ThriftHiveMetastore_get_partition_names_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_get_partition_names_result(const ThriftHiveMetastore_get_partition_names_result&); ThriftHiveMetastore_get_partition_names_result& operator=(const ThriftHiveMetastore_get_partition_names_result&); ThriftHiveMetastore_get_partition_names_result() { @@ -7432,6 +8258,7 @@ class ThriftHiveMetastore_get_partition_names_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_names_result& obj); }; typedef struct _ThriftHiveMetastore_get_partition_names_presult__isset { @@ -7443,6 +8270,9 @@ typedef struct _ThriftHiveMetastore_get_partition_names_presult__isset { class ThriftHiveMetastore_get_partition_names_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_get_partition_names_presult() throw(); std::vector * success; @@ -7452,6 +8282,7 @@ class ThriftHiveMetastore_get_partition_names_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_names_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_ps_args__isset { @@ -7465,6 +8296,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_ps_args__isset { class ThriftHiveMetastore_get_partitions_ps_args { public: + static const char* ascii_fingerprint; // = "1C50C967F7E8CEAC7E98218C57BAAA80"; + static const uint8_t binary_fingerprint[16]; // = {0x1C,0x50,0xC9,0x67,0xF7,0xE8,0xCE,0xAC,0x7E,0x98,0x21,0x8C,0x57,0xBA,0xAA,0x80}; + ThriftHiveMetastore_get_partitions_ps_args(const ThriftHiveMetastore_get_partitions_ps_args&); ThriftHiveMetastore_get_partitions_ps_args& operator=(const ThriftHiveMetastore_get_partitions_ps_args&); ThriftHiveMetastore_get_partitions_ps_args() : db_name(), tbl_name(), max_parts(-1) { @@ -7507,12 +8341,16 @@ class ThriftHiveMetastore_get_partitions_ps_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_ps_args& obj); }; class ThriftHiveMetastore_get_partitions_ps_pargs { public: + static const char* ascii_fingerprint; // = "1C50C967F7E8CEAC7E98218C57BAAA80"; + static const uint8_t binary_fingerprint[16]; // = {0x1C,0x50,0xC9,0x67,0xF7,0xE8,0xCE,0xAC,0x7E,0x98,0x21,0x8C,0x57,0xBA,0xAA,0x80}; + virtual ~ThriftHiveMetastore_get_partitions_ps_pargs() throw(); const std::string* db_name; @@ -7522,6 +8360,7 @@ class ThriftHiveMetastore_get_partitions_ps_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_ps_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_ps_result__isset { @@ -7534,6 +8373,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_ps_result__isset { class ThriftHiveMetastore_get_partitions_ps_result { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + ThriftHiveMetastore_get_partitions_ps_result(const ThriftHiveMetastore_get_partitions_ps_result&); ThriftHiveMetastore_get_partitions_ps_result& operator=(const ThriftHiveMetastore_get_partitions_ps_result&); ThriftHiveMetastore_get_partitions_ps_result() { @@ -7571,6 +8413,7 @@ class ThriftHiveMetastore_get_partitions_ps_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_ps_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_ps_presult__isset { @@ -7583,6 +8426,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_ps_presult__isset { class ThriftHiveMetastore_get_partitions_ps_presult { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + virtual ~ThriftHiveMetastore_get_partitions_ps_presult() throw(); std::vector * success; @@ -7593,6 +8439,7 @@ class ThriftHiveMetastore_get_partitions_ps_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_ps_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_ps_with_auth_args__isset { @@ -7608,6 +8455,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_ps_with_auth_args__isset { class ThriftHiveMetastore_get_partitions_ps_with_auth_args { public: + static const char* ascii_fingerprint; // = "364E51B33D0A4C6D16C48359C6314201"; + static const uint8_t binary_fingerprint[16]; // = {0x36,0x4E,0x51,0xB3,0x3D,0x0A,0x4C,0x6D,0x16,0xC4,0x83,0x59,0xC6,0x31,0x42,0x01}; + ThriftHiveMetastore_get_partitions_ps_with_auth_args(const ThriftHiveMetastore_get_partitions_ps_with_auth_args&); ThriftHiveMetastore_get_partitions_ps_with_auth_args& operator=(const ThriftHiveMetastore_get_partitions_ps_with_auth_args&); ThriftHiveMetastore_get_partitions_ps_with_auth_args() : db_name(), tbl_name(), max_parts(-1), user_name() { @@ -7660,12 +8510,16 @@ class ThriftHiveMetastore_get_partitions_ps_with_auth_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_ps_with_auth_args& obj); }; class ThriftHiveMetastore_get_partitions_ps_with_auth_pargs { public: + static const char* ascii_fingerprint; // = "364E51B33D0A4C6D16C48359C6314201"; + static const uint8_t binary_fingerprint[16]; // = {0x36,0x4E,0x51,0xB3,0x3D,0x0A,0x4C,0x6D,0x16,0xC4,0x83,0x59,0xC6,0x31,0x42,0x01}; + virtual ~ThriftHiveMetastore_get_partitions_ps_with_auth_pargs() throw(); const std::string* db_name; @@ -7677,6 +8531,7 @@ class ThriftHiveMetastore_get_partitions_ps_with_auth_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_ps_with_auth_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_ps_with_auth_result__isset { @@ -7689,6 +8544,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_ps_with_auth_result__isset { class ThriftHiveMetastore_get_partitions_ps_with_auth_result { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + ThriftHiveMetastore_get_partitions_ps_with_auth_result(const ThriftHiveMetastore_get_partitions_ps_with_auth_result&); ThriftHiveMetastore_get_partitions_ps_with_auth_result& operator=(const ThriftHiveMetastore_get_partitions_ps_with_auth_result&); ThriftHiveMetastore_get_partitions_ps_with_auth_result() { @@ -7726,6 +8584,7 @@ class ThriftHiveMetastore_get_partitions_ps_with_auth_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_ps_with_auth_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_ps_with_auth_presult__isset { @@ -7738,6 +8597,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_ps_with_auth_presult__isset { class ThriftHiveMetastore_get_partitions_ps_with_auth_presult { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + virtual ~ThriftHiveMetastore_get_partitions_ps_with_auth_presult() throw(); std::vector * success; @@ -7748,6 +8610,7 @@ class ThriftHiveMetastore_get_partitions_ps_with_auth_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_ps_with_auth_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partition_names_ps_args__isset { @@ -7761,6 +8624,9 @@ typedef struct _ThriftHiveMetastore_get_partition_names_ps_args__isset { class ThriftHiveMetastore_get_partition_names_ps_args { public: + static const char* ascii_fingerprint; // = "1C50C967F7E8CEAC7E98218C57BAAA80"; + static const uint8_t binary_fingerprint[16]; // = {0x1C,0x50,0xC9,0x67,0xF7,0xE8,0xCE,0xAC,0x7E,0x98,0x21,0x8C,0x57,0xBA,0xAA,0x80}; + ThriftHiveMetastore_get_partition_names_ps_args(const ThriftHiveMetastore_get_partition_names_ps_args&); ThriftHiveMetastore_get_partition_names_ps_args& operator=(const ThriftHiveMetastore_get_partition_names_ps_args&); ThriftHiveMetastore_get_partition_names_ps_args() : db_name(), tbl_name(), max_parts(-1) { @@ -7803,12 +8669,16 @@ class ThriftHiveMetastore_get_partition_names_ps_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_names_ps_args& obj); }; class ThriftHiveMetastore_get_partition_names_ps_pargs { public: + static const char* ascii_fingerprint; // = "1C50C967F7E8CEAC7E98218C57BAAA80"; + static const uint8_t binary_fingerprint[16]; // = {0x1C,0x50,0xC9,0x67,0xF7,0xE8,0xCE,0xAC,0x7E,0x98,0x21,0x8C,0x57,0xBA,0xAA,0x80}; + virtual ~ThriftHiveMetastore_get_partition_names_ps_pargs() throw(); const std::string* db_name; @@ -7818,6 +8688,7 @@ class ThriftHiveMetastore_get_partition_names_ps_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_names_ps_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partition_names_ps_result__isset { @@ -7830,6 +8701,9 @@ typedef struct _ThriftHiveMetastore_get_partition_names_ps_result__isset { class ThriftHiveMetastore_get_partition_names_ps_result { public: + static const char* ascii_fingerprint; // = "6F932EA4FD66B00D80C9FE769EA07088"; + static const uint8_t binary_fingerprint[16]; // = {0x6F,0x93,0x2E,0xA4,0xFD,0x66,0xB0,0x0D,0x80,0xC9,0xFE,0x76,0x9E,0xA0,0x70,0x88}; + ThriftHiveMetastore_get_partition_names_ps_result(const ThriftHiveMetastore_get_partition_names_ps_result&); ThriftHiveMetastore_get_partition_names_ps_result& operator=(const ThriftHiveMetastore_get_partition_names_ps_result&); ThriftHiveMetastore_get_partition_names_ps_result() { @@ -7867,6 +8741,7 @@ class ThriftHiveMetastore_get_partition_names_ps_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_names_ps_result& obj); }; typedef struct _ThriftHiveMetastore_get_partition_names_ps_presult__isset { @@ -7879,6 +8754,9 @@ typedef struct _ThriftHiveMetastore_get_partition_names_ps_presult__isset { class ThriftHiveMetastore_get_partition_names_ps_presult { public: + static const char* ascii_fingerprint; // = "6F932EA4FD66B00D80C9FE769EA07088"; + static const uint8_t binary_fingerprint[16]; // = {0x6F,0x93,0x2E,0xA4,0xFD,0x66,0xB0,0x0D,0x80,0xC9,0xFE,0x76,0x9E,0xA0,0x70,0x88}; + virtual ~ThriftHiveMetastore_get_partition_names_ps_presult() throw(); std::vector * success; @@ -7889,6 +8767,7 @@ class ThriftHiveMetastore_get_partition_names_ps_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_names_ps_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_filter_args__isset { @@ -7902,6 +8781,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_filter_args__isset { class ThriftHiveMetastore_get_partitions_by_filter_args { public: + static const char* ascii_fingerprint; // = "21F9D8180F10C46A8E03BC2CEBC0E996"; + static const uint8_t binary_fingerprint[16]; // = {0x21,0xF9,0xD8,0x18,0x0F,0x10,0xC4,0x6A,0x8E,0x03,0xBC,0x2C,0xEB,0xC0,0xE9,0x96}; + ThriftHiveMetastore_get_partitions_by_filter_args(const ThriftHiveMetastore_get_partitions_by_filter_args&); ThriftHiveMetastore_get_partitions_by_filter_args& operator=(const ThriftHiveMetastore_get_partitions_by_filter_args&); ThriftHiveMetastore_get_partitions_by_filter_args() : db_name(), tbl_name(), filter(), max_parts(-1) { @@ -7944,12 +8826,16 @@ class ThriftHiveMetastore_get_partitions_by_filter_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_filter_args& obj); }; class ThriftHiveMetastore_get_partitions_by_filter_pargs { public: + static const char* ascii_fingerprint; // = "21F9D8180F10C46A8E03BC2CEBC0E996"; + static const uint8_t binary_fingerprint[16]; // = {0x21,0xF9,0xD8,0x18,0x0F,0x10,0xC4,0x6A,0x8E,0x03,0xBC,0x2C,0xEB,0xC0,0xE9,0x96}; + virtual ~ThriftHiveMetastore_get_partitions_by_filter_pargs() throw(); const std::string* db_name; @@ -7959,6 +8845,7 @@ class ThriftHiveMetastore_get_partitions_by_filter_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_filter_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_filter_result__isset { @@ -7971,6 +8858,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_filter_result__isset { class ThriftHiveMetastore_get_partitions_by_filter_result { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + ThriftHiveMetastore_get_partitions_by_filter_result(const ThriftHiveMetastore_get_partitions_by_filter_result&); ThriftHiveMetastore_get_partitions_by_filter_result& operator=(const ThriftHiveMetastore_get_partitions_by_filter_result&); ThriftHiveMetastore_get_partitions_by_filter_result() { @@ -8008,6 +8898,7 @@ class ThriftHiveMetastore_get_partitions_by_filter_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_filter_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_filter_presult__isset { @@ -8020,6 +8911,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_filter_presult__isset { class ThriftHiveMetastore_get_partitions_by_filter_presult { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + virtual ~ThriftHiveMetastore_get_partitions_by_filter_presult() throw(); std::vector * success; @@ -8030,6 +8924,7 @@ class ThriftHiveMetastore_get_partitions_by_filter_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_filter_presult& obj); }; typedef struct _ThriftHiveMetastore_get_part_specs_by_filter_args__isset { @@ -8043,6 +8938,9 @@ typedef struct _ThriftHiveMetastore_get_part_specs_by_filter_args__isset { class ThriftHiveMetastore_get_part_specs_by_filter_args { public: + static const char* ascii_fingerprint; // = "194A357BC9EE908DC4763D0A5147760A"; + static const uint8_t binary_fingerprint[16]; // = {0x19,0x4A,0x35,0x7B,0xC9,0xEE,0x90,0x8D,0xC4,0x76,0x3D,0x0A,0x51,0x47,0x76,0x0A}; + ThriftHiveMetastore_get_part_specs_by_filter_args(const ThriftHiveMetastore_get_part_specs_by_filter_args&); ThriftHiveMetastore_get_part_specs_by_filter_args& operator=(const ThriftHiveMetastore_get_part_specs_by_filter_args&); ThriftHiveMetastore_get_part_specs_by_filter_args() : db_name(), tbl_name(), filter(), max_parts(-1) { @@ -8085,12 +8983,16 @@ class ThriftHiveMetastore_get_part_specs_by_filter_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_part_specs_by_filter_args& obj); }; class ThriftHiveMetastore_get_part_specs_by_filter_pargs { public: + static const char* ascii_fingerprint; // = "194A357BC9EE908DC4763D0A5147760A"; + static const uint8_t binary_fingerprint[16]; // = {0x19,0x4A,0x35,0x7B,0xC9,0xEE,0x90,0x8D,0xC4,0x76,0x3D,0x0A,0x51,0x47,0x76,0x0A}; + virtual ~ThriftHiveMetastore_get_part_specs_by_filter_pargs() throw(); const std::string* db_name; @@ -8100,6 +9002,7 @@ class ThriftHiveMetastore_get_part_specs_by_filter_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_part_specs_by_filter_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_part_specs_by_filter_result__isset { @@ -8112,6 +9015,9 @@ typedef struct _ThriftHiveMetastore_get_part_specs_by_filter_result__isset { class ThriftHiveMetastore_get_part_specs_by_filter_result { public: + static const char* ascii_fingerprint; // = "834C6ED9007DE3A504DF5B1F3BBEC56E"; + static const uint8_t binary_fingerprint[16]; // = {0x83,0x4C,0x6E,0xD9,0x00,0x7D,0xE3,0xA5,0x04,0xDF,0x5B,0x1F,0x3B,0xBE,0xC5,0x6E}; + ThriftHiveMetastore_get_part_specs_by_filter_result(const ThriftHiveMetastore_get_part_specs_by_filter_result&); ThriftHiveMetastore_get_part_specs_by_filter_result& operator=(const ThriftHiveMetastore_get_part_specs_by_filter_result&); ThriftHiveMetastore_get_part_specs_by_filter_result() { @@ -8149,6 +9055,7 @@ class ThriftHiveMetastore_get_part_specs_by_filter_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_part_specs_by_filter_result& obj); }; typedef struct _ThriftHiveMetastore_get_part_specs_by_filter_presult__isset { @@ -8161,6 +9068,9 @@ typedef struct _ThriftHiveMetastore_get_part_specs_by_filter_presult__isset { class ThriftHiveMetastore_get_part_specs_by_filter_presult { public: + static const char* ascii_fingerprint; // = "834C6ED9007DE3A504DF5B1F3BBEC56E"; + static const uint8_t binary_fingerprint[16]; // = {0x83,0x4C,0x6E,0xD9,0x00,0x7D,0xE3,0xA5,0x04,0xDF,0x5B,0x1F,0x3B,0xBE,0xC5,0x6E}; + virtual ~ThriftHiveMetastore_get_part_specs_by_filter_presult() throw(); std::vector * success; @@ -8171,6 +9081,7 @@ class ThriftHiveMetastore_get_part_specs_by_filter_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_part_specs_by_filter_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_expr_args__isset { @@ -8181,6 +9092,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_expr_args__isset { class ThriftHiveMetastore_get_partitions_by_expr_args { public: + static const char* ascii_fingerprint; // = "56414E62F1C6E6E2663E4A4ED377A9A3"; + static const uint8_t binary_fingerprint[16]; // = {0x56,0x41,0x4E,0x62,0xF1,0xC6,0xE6,0xE2,0x66,0x3E,0x4A,0x4E,0xD3,0x77,0xA9,0xA3}; + ThriftHiveMetastore_get_partitions_by_expr_args(const ThriftHiveMetastore_get_partitions_by_expr_args&); ThriftHiveMetastore_get_partitions_by_expr_args& operator=(const ThriftHiveMetastore_get_partitions_by_expr_args&); ThriftHiveMetastore_get_partitions_by_expr_args() { @@ -8208,18 +9122,23 @@ class ThriftHiveMetastore_get_partitions_by_expr_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_expr_args& obj); }; class ThriftHiveMetastore_get_partitions_by_expr_pargs { public: + static const char* ascii_fingerprint; // = "56414E62F1C6E6E2663E4A4ED377A9A3"; + static const uint8_t binary_fingerprint[16]; // = {0x56,0x41,0x4E,0x62,0xF1,0xC6,0xE6,0xE2,0x66,0x3E,0x4A,0x4E,0xD3,0x77,0xA9,0xA3}; + virtual ~ThriftHiveMetastore_get_partitions_by_expr_pargs() throw(); const PartitionsByExprRequest* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_expr_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_expr_result__isset { @@ -8232,6 +9151,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_expr_result__isset { class ThriftHiveMetastore_get_partitions_by_expr_result { public: + static const char* ascii_fingerprint; // = "242F6F513EE9C5B2355CC78A01843831"; + static const uint8_t binary_fingerprint[16]; // = {0x24,0x2F,0x6F,0x51,0x3E,0xE9,0xC5,0xB2,0x35,0x5C,0xC7,0x8A,0x01,0x84,0x38,0x31}; + ThriftHiveMetastore_get_partitions_by_expr_result(const ThriftHiveMetastore_get_partitions_by_expr_result&); ThriftHiveMetastore_get_partitions_by_expr_result& operator=(const ThriftHiveMetastore_get_partitions_by_expr_result&); ThriftHiveMetastore_get_partitions_by_expr_result() { @@ -8269,6 +9191,7 @@ class ThriftHiveMetastore_get_partitions_by_expr_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_expr_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_expr_presult__isset { @@ -8281,6 +9204,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_expr_presult__isset { class ThriftHiveMetastore_get_partitions_by_expr_presult { public: + static const char* ascii_fingerprint; // = "242F6F513EE9C5B2355CC78A01843831"; + static const uint8_t binary_fingerprint[16]; // = {0x24,0x2F,0x6F,0x51,0x3E,0xE9,0xC5,0xB2,0x35,0x5C,0xC7,0x8A,0x01,0x84,0x38,0x31}; + virtual ~ThriftHiveMetastore_get_partitions_by_expr_presult() throw(); PartitionsByExprResult* success; @@ -8291,6 +9217,157 @@ class ThriftHiveMetastore_get_partitions_by_expr_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_expr_presult& obj); +}; + +typedef struct _ThriftHiveMetastore_get_num_partitions_by_filter_args__isset { + _ThriftHiveMetastore_get_num_partitions_by_filter_args__isset() : db_name(false), tbl_name(false), filter(false) {} + bool db_name :1; + bool tbl_name :1; + bool filter :1; +} _ThriftHiveMetastore_get_num_partitions_by_filter_args__isset; + +class ThriftHiveMetastore_get_num_partitions_by_filter_args { + public: + + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + + ThriftHiveMetastore_get_num_partitions_by_filter_args(const ThriftHiveMetastore_get_num_partitions_by_filter_args&); + ThriftHiveMetastore_get_num_partitions_by_filter_args& operator=(const ThriftHiveMetastore_get_num_partitions_by_filter_args&); + ThriftHiveMetastore_get_num_partitions_by_filter_args() : db_name(), tbl_name(), filter() { + } + + virtual ~ThriftHiveMetastore_get_num_partitions_by_filter_args() throw(); + std::string db_name; + std::string tbl_name; + std::string filter; + + _ThriftHiveMetastore_get_num_partitions_by_filter_args__isset __isset; + + void __set_db_name(const std::string& val); + + void __set_tbl_name(const std::string& val); + + void __set_filter(const std::string& val); + + bool operator == (const ThriftHiveMetastore_get_num_partitions_by_filter_args & rhs) const + { + if (!(db_name == rhs.db_name)) + return false; + if (!(tbl_name == rhs.tbl_name)) + return false; + if (!(filter == rhs.filter)) + return false; + return true; + } + bool operator != (const ThriftHiveMetastore_get_num_partitions_by_filter_args &rhs) const { + return !(*this == rhs); + } + + bool operator < (const ThriftHiveMetastore_get_num_partitions_by_filter_args & ) const; + + uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_num_partitions_by_filter_args& obj); +}; + + +class ThriftHiveMetastore_get_num_partitions_by_filter_pargs { + public: + + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + + + virtual ~ThriftHiveMetastore_get_num_partitions_by_filter_pargs() throw(); + const std::string* db_name; + const std::string* tbl_name; + const std::string* filter; + + uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_num_partitions_by_filter_pargs& obj); +}; + +typedef struct _ThriftHiveMetastore_get_num_partitions_by_filter_result__isset { + _ThriftHiveMetastore_get_num_partitions_by_filter_result__isset() : success(false), o1(false), o2(false) {} + bool success :1; + bool o1 :1; + bool o2 :1; +} _ThriftHiveMetastore_get_num_partitions_by_filter_result__isset; + +class ThriftHiveMetastore_get_num_partitions_by_filter_result { + public: + + static const char* ascii_fingerprint; // = "4EF32A04E57E205D4855C62F7F70A48C"; + static const uint8_t binary_fingerprint[16]; // = {0x4E,0xF3,0x2A,0x04,0xE5,0x7E,0x20,0x5D,0x48,0x55,0xC6,0x2F,0x7F,0x70,0xA4,0x8C}; + + ThriftHiveMetastore_get_num_partitions_by_filter_result(const ThriftHiveMetastore_get_num_partitions_by_filter_result&); + ThriftHiveMetastore_get_num_partitions_by_filter_result& operator=(const ThriftHiveMetastore_get_num_partitions_by_filter_result&); + ThriftHiveMetastore_get_num_partitions_by_filter_result() : success(0) { + } + + virtual ~ThriftHiveMetastore_get_num_partitions_by_filter_result() throw(); + int32_t success; + MetaException o1; + NoSuchObjectException o2; + + _ThriftHiveMetastore_get_num_partitions_by_filter_result__isset __isset; + + void __set_success(const int32_t val); + + void __set_o1(const MetaException& val); + + void __set_o2(const NoSuchObjectException& val); + + bool operator == (const ThriftHiveMetastore_get_num_partitions_by_filter_result & rhs) const + { + if (!(success == rhs.success)) + return false; + if (!(o1 == rhs.o1)) + return false; + if (!(o2 == rhs.o2)) + return false; + return true; + } + bool operator != (const ThriftHiveMetastore_get_num_partitions_by_filter_result &rhs) const { + return !(*this == rhs); + } + + bool operator < (const ThriftHiveMetastore_get_num_partitions_by_filter_result & ) const; + + uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_num_partitions_by_filter_result& obj); +}; + +typedef struct _ThriftHiveMetastore_get_num_partitions_by_filter_presult__isset { + _ThriftHiveMetastore_get_num_partitions_by_filter_presult__isset() : success(false), o1(false), o2(false) {} + bool success :1; + bool o1 :1; + bool o2 :1; +} _ThriftHiveMetastore_get_num_partitions_by_filter_presult__isset; + +class ThriftHiveMetastore_get_num_partitions_by_filter_presult { + public: + + static const char* ascii_fingerprint; // = "4EF32A04E57E205D4855C62F7F70A48C"; + static const uint8_t binary_fingerprint[16]; // = {0x4E,0xF3,0x2A,0x04,0xE5,0x7E,0x20,0x5D,0x48,0x55,0xC6,0x2F,0x7F,0x70,0xA4,0x8C}; + + + virtual ~ThriftHiveMetastore_get_num_partitions_by_filter_presult() throw(); + int32_t* success; + MetaException o1; + NoSuchObjectException o2; + + _ThriftHiveMetastore_get_num_partitions_by_filter_presult__isset __isset; + + uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_num_partitions_by_filter_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_names_args__isset { @@ -8303,6 +9380,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_names_args__isset { class ThriftHiveMetastore_get_partitions_by_names_args { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + ThriftHiveMetastore_get_partitions_by_names_args(const ThriftHiveMetastore_get_partitions_by_names_args&); ThriftHiveMetastore_get_partitions_by_names_args& operator=(const ThriftHiveMetastore_get_partitions_by_names_args&); ThriftHiveMetastore_get_partitions_by_names_args() : db_name(), tbl_name() { @@ -8340,12 +9420,16 @@ class ThriftHiveMetastore_get_partitions_by_names_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_names_args& obj); }; class ThriftHiveMetastore_get_partitions_by_names_pargs { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + virtual ~ThriftHiveMetastore_get_partitions_by_names_pargs() throw(); const std::string* db_name; @@ -8354,6 +9438,7 @@ class ThriftHiveMetastore_get_partitions_by_names_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_names_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_names_result__isset { @@ -8366,6 +9451,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_names_result__isset { class ThriftHiveMetastore_get_partitions_by_names_result { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + ThriftHiveMetastore_get_partitions_by_names_result(const ThriftHiveMetastore_get_partitions_by_names_result&); ThriftHiveMetastore_get_partitions_by_names_result& operator=(const ThriftHiveMetastore_get_partitions_by_names_result&); ThriftHiveMetastore_get_partitions_by_names_result() { @@ -8403,6 +9491,7 @@ class ThriftHiveMetastore_get_partitions_by_names_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_names_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_by_names_presult__isset { @@ -8415,6 +9504,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_by_names_presult__isset { class ThriftHiveMetastore_get_partitions_by_names_presult { public: + static const char* ascii_fingerprint; // = "148076CF62AE4011A584C2CA00E22295"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x80,0x76,0xCF,0x62,0xAE,0x40,0x11,0xA5,0x84,0xC2,0xCA,0x00,0xE2,0x22,0x95}; + virtual ~ThriftHiveMetastore_get_partitions_by_names_presult() throw(); std::vector * success; @@ -8425,6 +9517,7 @@ class ThriftHiveMetastore_get_partitions_by_names_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_by_names_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_partition_args__isset { @@ -8437,6 +9530,9 @@ typedef struct _ThriftHiveMetastore_alter_partition_args__isset { class ThriftHiveMetastore_alter_partition_args { public: + static const char* ascii_fingerprint; // = "7B108A31A32515A46E0A4575C730F980"; + static const uint8_t binary_fingerprint[16]; // = {0x7B,0x10,0x8A,0x31,0xA3,0x25,0x15,0xA4,0x6E,0x0A,0x45,0x75,0xC7,0x30,0xF9,0x80}; + ThriftHiveMetastore_alter_partition_args(const ThriftHiveMetastore_alter_partition_args&); ThriftHiveMetastore_alter_partition_args& operator=(const ThriftHiveMetastore_alter_partition_args&); ThriftHiveMetastore_alter_partition_args() : db_name(), tbl_name() { @@ -8474,12 +9570,16 @@ class ThriftHiveMetastore_alter_partition_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partition_args& obj); }; class ThriftHiveMetastore_alter_partition_pargs { public: + static const char* ascii_fingerprint; // = "7B108A31A32515A46E0A4575C730F980"; + static const uint8_t binary_fingerprint[16]; // = {0x7B,0x10,0x8A,0x31,0xA3,0x25,0x15,0xA4,0x6E,0x0A,0x45,0x75,0xC7,0x30,0xF9,0x80}; + virtual ~ThriftHiveMetastore_alter_partition_pargs() throw(); const std::string* db_name; @@ -8488,6 +9588,7 @@ class ThriftHiveMetastore_alter_partition_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partition_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_partition_result__isset { @@ -8499,6 +9600,9 @@ typedef struct _ThriftHiveMetastore_alter_partition_result__isset { class ThriftHiveMetastore_alter_partition_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_partition_result(const ThriftHiveMetastore_alter_partition_result&); ThriftHiveMetastore_alter_partition_result& operator=(const ThriftHiveMetastore_alter_partition_result&); ThriftHiveMetastore_alter_partition_result() { @@ -8531,6 +9635,7 @@ class ThriftHiveMetastore_alter_partition_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partition_result& obj); }; typedef struct _ThriftHiveMetastore_alter_partition_presult__isset { @@ -8542,6 +9647,9 @@ typedef struct _ThriftHiveMetastore_alter_partition_presult__isset { class ThriftHiveMetastore_alter_partition_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_partition_presult() throw(); InvalidOperationException o1; @@ -8551,6 +9659,7 @@ class ThriftHiveMetastore_alter_partition_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partition_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_partitions_args__isset { @@ -8563,6 +9672,9 @@ typedef struct _ThriftHiveMetastore_alter_partitions_args__isset { class ThriftHiveMetastore_alter_partitions_args { public: + static const char* ascii_fingerprint; // = "38BD172057C9BB46C5A3BA10DB12F25D"; + static const uint8_t binary_fingerprint[16]; // = {0x38,0xBD,0x17,0x20,0x57,0xC9,0xBB,0x46,0xC5,0xA3,0xBA,0x10,0xDB,0x12,0xF2,0x5D}; + ThriftHiveMetastore_alter_partitions_args(const ThriftHiveMetastore_alter_partitions_args&); ThriftHiveMetastore_alter_partitions_args& operator=(const ThriftHiveMetastore_alter_partitions_args&); ThriftHiveMetastore_alter_partitions_args() : db_name(), tbl_name() { @@ -8600,12 +9712,16 @@ class ThriftHiveMetastore_alter_partitions_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partitions_args& obj); }; class ThriftHiveMetastore_alter_partitions_pargs { public: + static const char* ascii_fingerprint; // = "38BD172057C9BB46C5A3BA10DB12F25D"; + static const uint8_t binary_fingerprint[16]; // = {0x38,0xBD,0x17,0x20,0x57,0xC9,0xBB,0x46,0xC5,0xA3,0xBA,0x10,0xDB,0x12,0xF2,0x5D}; + virtual ~ThriftHiveMetastore_alter_partitions_pargs() throw(); const std::string* db_name; @@ -8614,6 +9730,7 @@ class ThriftHiveMetastore_alter_partitions_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partitions_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_partitions_result__isset { @@ -8625,6 +9742,9 @@ typedef struct _ThriftHiveMetastore_alter_partitions_result__isset { class ThriftHiveMetastore_alter_partitions_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_partitions_result(const ThriftHiveMetastore_alter_partitions_result&); ThriftHiveMetastore_alter_partitions_result& operator=(const ThriftHiveMetastore_alter_partitions_result&); ThriftHiveMetastore_alter_partitions_result() { @@ -8657,6 +9777,7 @@ class ThriftHiveMetastore_alter_partitions_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partitions_result& obj); }; typedef struct _ThriftHiveMetastore_alter_partitions_presult__isset { @@ -8668,6 +9789,9 @@ typedef struct _ThriftHiveMetastore_alter_partitions_presult__isset { class ThriftHiveMetastore_alter_partitions_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_partitions_presult() throw(); InvalidOperationException o1; @@ -8677,6 +9801,7 @@ class ThriftHiveMetastore_alter_partitions_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partitions_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_partition_with_environment_context_args__isset { @@ -8690,6 +9815,9 @@ typedef struct _ThriftHiveMetastore_alter_partition_with_environment_context_arg class ThriftHiveMetastore_alter_partition_with_environment_context_args { public: + static const char* ascii_fingerprint; // = "9D0F8EA60BA9E363E0CE891CDBC419D0"; + static const uint8_t binary_fingerprint[16]; // = {0x9D,0x0F,0x8E,0xA6,0x0B,0xA9,0xE3,0x63,0xE0,0xCE,0x89,0x1C,0xDB,0xC4,0x19,0xD0}; + ThriftHiveMetastore_alter_partition_with_environment_context_args(const ThriftHiveMetastore_alter_partition_with_environment_context_args&); ThriftHiveMetastore_alter_partition_with_environment_context_args& operator=(const ThriftHiveMetastore_alter_partition_with_environment_context_args&); ThriftHiveMetastore_alter_partition_with_environment_context_args() : db_name(), tbl_name() { @@ -8732,12 +9860,16 @@ class ThriftHiveMetastore_alter_partition_with_environment_context_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partition_with_environment_context_args& obj); }; class ThriftHiveMetastore_alter_partition_with_environment_context_pargs { public: + static const char* ascii_fingerprint; // = "9D0F8EA60BA9E363E0CE891CDBC419D0"; + static const uint8_t binary_fingerprint[16]; // = {0x9D,0x0F,0x8E,0xA6,0x0B,0xA9,0xE3,0x63,0xE0,0xCE,0x89,0x1C,0xDB,0xC4,0x19,0xD0}; + virtual ~ThriftHiveMetastore_alter_partition_with_environment_context_pargs() throw(); const std::string* db_name; @@ -8747,6 +9879,7 @@ class ThriftHiveMetastore_alter_partition_with_environment_context_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partition_with_environment_context_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_partition_with_environment_context_result__isset { @@ -8758,6 +9891,9 @@ typedef struct _ThriftHiveMetastore_alter_partition_with_environment_context_res class ThriftHiveMetastore_alter_partition_with_environment_context_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_partition_with_environment_context_result(const ThriftHiveMetastore_alter_partition_with_environment_context_result&); ThriftHiveMetastore_alter_partition_with_environment_context_result& operator=(const ThriftHiveMetastore_alter_partition_with_environment_context_result&); ThriftHiveMetastore_alter_partition_with_environment_context_result() { @@ -8790,6 +9926,7 @@ class ThriftHiveMetastore_alter_partition_with_environment_context_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partition_with_environment_context_result& obj); }; typedef struct _ThriftHiveMetastore_alter_partition_with_environment_context_presult__isset { @@ -8801,6 +9938,9 @@ typedef struct _ThriftHiveMetastore_alter_partition_with_environment_context_pre class ThriftHiveMetastore_alter_partition_with_environment_context_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_partition_with_environment_context_presult() throw(); InvalidOperationException o1; @@ -8810,6 +9950,7 @@ class ThriftHiveMetastore_alter_partition_with_environment_context_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_partition_with_environment_context_presult& obj); }; typedef struct _ThriftHiveMetastore_rename_partition_args__isset { @@ -8823,6 +9964,9 @@ typedef struct _ThriftHiveMetastore_rename_partition_args__isset { class ThriftHiveMetastore_rename_partition_args { public: + static const char* ascii_fingerprint; // = "88B4E10590F3A92685C99DF7F8284437"; + static const uint8_t binary_fingerprint[16]; // = {0x88,0xB4,0xE1,0x05,0x90,0xF3,0xA9,0x26,0x85,0xC9,0x9D,0xF7,0xF8,0x28,0x44,0x37}; + ThriftHiveMetastore_rename_partition_args(const ThriftHiveMetastore_rename_partition_args&); ThriftHiveMetastore_rename_partition_args& operator=(const ThriftHiveMetastore_rename_partition_args&); ThriftHiveMetastore_rename_partition_args() : db_name(), tbl_name() { @@ -8865,12 +10009,16 @@ class ThriftHiveMetastore_rename_partition_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_rename_partition_args& obj); }; class ThriftHiveMetastore_rename_partition_pargs { public: + static const char* ascii_fingerprint; // = "88B4E10590F3A92685C99DF7F8284437"; + static const uint8_t binary_fingerprint[16]; // = {0x88,0xB4,0xE1,0x05,0x90,0xF3,0xA9,0x26,0x85,0xC9,0x9D,0xF7,0xF8,0x28,0x44,0x37}; + virtual ~ThriftHiveMetastore_rename_partition_pargs() throw(); const std::string* db_name; @@ -8880,6 +10028,7 @@ class ThriftHiveMetastore_rename_partition_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_rename_partition_pargs& obj); }; typedef struct _ThriftHiveMetastore_rename_partition_result__isset { @@ -8891,6 +10040,9 @@ typedef struct _ThriftHiveMetastore_rename_partition_result__isset { class ThriftHiveMetastore_rename_partition_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_rename_partition_result(const ThriftHiveMetastore_rename_partition_result&); ThriftHiveMetastore_rename_partition_result& operator=(const ThriftHiveMetastore_rename_partition_result&); ThriftHiveMetastore_rename_partition_result() { @@ -8923,6 +10075,7 @@ class ThriftHiveMetastore_rename_partition_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_rename_partition_result& obj); }; typedef struct _ThriftHiveMetastore_rename_partition_presult__isset { @@ -8934,6 +10087,9 @@ typedef struct _ThriftHiveMetastore_rename_partition_presult__isset { class ThriftHiveMetastore_rename_partition_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_rename_partition_presult() throw(); InvalidOperationException o1; @@ -8943,6 +10099,7 @@ class ThriftHiveMetastore_rename_partition_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_rename_partition_presult& obj); }; typedef struct _ThriftHiveMetastore_partition_name_has_valid_characters_args__isset { @@ -8954,6 +10111,9 @@ typedef struct _ThriftHiveMetastore_partition_name_has_valid_characters_args__is class ThriftHiveMetastore_partition_name_has_valid_characters_args { public: + static const char* ascii_fingerprint; // = "91B6D52A7BB8CAC890FB4C69B1CF4C4E"; + static const uint8_t binary_fingerprint[16]; // = {0x91,0xB6,0xD5,0x2A,0x7B,0xB8,0xCA,0xC8,0x90,0xFB,0x4C,0x69,0xB1,0xCF,0x4C,0x4E}; + ThriftHiveMetastore_partition_name_has_valid_characters_args(const ThriftHiveMetastore_partition_name_has_valid_characters_args&); ThriftHiveMetastore_partition_name_has_valid_characters_args& operator=(const ThriftHiveMetastore_partition_name_has_valid_characters_args&); ThriftHiveMetastore_partition_name_has_valid_characters_args() : throw_exception(0) { @@ -8986,12 +10146,16 @@ class ThriftHiveMetastore_partition_name_has_valid_characters_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_has_valid_characters_args& obj); }; class ThriftHiveMetastore_partition_name_has_valid_characters_pargs { public: + static const char* ascii_fingerprint; // = "91B6D52A7BB8CAC890FB4C69B1CF4C4E"; + static const uint8_t binary_fingerprint[16]; // = {0x91,0xB6,0xD5,0x2A,0x7B,0xB8,0xCA,0xC8,0x90,0xFB,0x4C,0x69,0xB1,0xCF,0x4C,0x4E}; + virtual ~ThriftHiveMetastore_partition_name_has_valid_characters_pargs() throw(); const std::vector * part_vals; @@ -8999,6 +10163,7 @@ class ThriftHiveMetastore_partition_name_has_valid_characters_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_has_valid_characters_pargs& obj); }; typedef struct _ThriftHiveMetastore_partition_name_has_valid_characters_result__isset { @@ -9010,6 +10175,9 @@ typedef struct _ThriftHiveMetastore_partition_name_has_valid_characters_result__ class ThriftHiveMetastore_partition_name_has_valid_characters_result { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + ThriftHiveMetastore_partition_name_has_valid_characters_result(const ThriftHiveMetastore_partition_name_has_valid_characters_result&); ThriftHiveMetastore_partition_name_has_valid_characters_result& operator=(const ThriftHiveMetastore_partition_name_has_valid_characters_result&); ThriftHiveMetastore_partition_name_has_valid_characters_result() : success(0) { @@ -9042,6 +10210,7 @@ class ThriftHiveMetastore_partition_name_has_valid_characters_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_has_valid_characters_result& obj); }; typedef struct _ThriftHiveMetastore_partition_name_has_valid_characters_presult__isset { @@ -9053,6 +10222,9 @@ typedef struct _ThriftHiveMetastore_partition_name_has_valid_characters_presult_ class ThriftHiveMetastore_partition_name_has_valid_characters_presult { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + virtual ~ThriftHiveMetastore_partition_name_has_valid_characters_presult() throw(); bool* success; @@ -9062,6 +10234,7 @@ class ThriftHiveMetastore_partition_name_has_valid_characters_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_has_valid_characters_presult& obj); }; typedef struct _ThriftHiveMetastore_get_config_value_args__isset { @@ -9073,6 +10246,9 @@ typedef struct _ThriftHiveMetastore_get_config_value_args__isset { class ThriftHiveMetastore_get_config_value_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_get_config_value_args(const ThriftHiveMetastore_get_config_value_args&); ThriftHiveMetastore_get_config_value_args& operator=(const ThriftHiveMetastore_get_config_value_args&); ThriftHiveMetastore_get_config_value_args() : name(), defaultValue() { @@ -9105,12 +10281,16 @@ class ThriftHiveMetastore_get_config_value_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_config_value_args& obj); }; class ThriftHiveMetastore_get_config_value_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_get_config_value_pargs() throw(); const std::string* name; @@ -9118,6 +10298,7 @@ class ThriftHiveMetastore_get_config_value_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_config_value_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_config_value_result__isset { @@ -9129,6 +10310,9 @@ typedef struct _ThriftHiveMetastore_get_config_value_result__isset { class ThriftHiveMetastore_get_config_value_result { public: + static const char* ascii_fingerprint; // = "FB3D66E547AE5D7F8EB046D752ECF5C1"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3D,0x66,0xE5,0x47,0xAE,0x5D,0x7F,0x8E,0xB0,0x46,0xD7,0x52,0xEC,0xF5,0xC1}; + ThriftHiveMetastore_get_config_value_result(const ThriftHiveMetastore_get_config_value_result&); ThriftHiveMetastore_get_config_value_result& operator=(const ThriftHiveMetastore_get_config_value_result&); ThriftHiveMetastore_get_config_value_result() : success() { @@ -9161,6 +10345,7 @@ class ThriftHiveMetastore_get_config_value_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_config_value_result& obj); }; typedef struct _ThriftHiveMetastore_get_config_value_presult__isset { @@ -9172,6 +10357,9 @@ typedef struct _ThriftHiveMetastore_get_config_value_presult__isset { class ThriftHiveMetastore_get_config_value_presult { public: + static const char* ascii_fingerprint; // = "FB3D66E547AE5D7F8EB046D752ECF5C1"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3D,0x66,0xE5,0x47,0xAE,0x5D,0x7F,0x8E,0xB0,0x46,0xD7,0x52,0xEC,0xF5,0xC1}; + virtual ~ThriftHiveMetastore_get_config_value_presult() throw(); std::string* success; @@ -9181,6 +10369,7 @@ class ThriftHiveMetastore_get_config_value_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_config_value_presult& obj); }; typedef struct _ThriftHiveMetastore_partition_name_to_vals_args__isset { @@ -9191,6 +10380,9 @@ typedef struct _ThriftHiveMetastore_partition_name_to_vals_args__isset { class ThriftHiveMetastore_partition_name_to_vals_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_partition_name_to_vals_args(const ThriftHiveMetastore_partition_name_to_vals_args&); ThriftHiveMetastore_partition_name_to_vals_args& operator=(const ThriftHiveMetastore_partition_name_to_vals_args&); ThriftHiveMetastore_partition_name_to_vals_args() : part_name() { @@ -9218,18 +10410,23 @@ class ThriftHiveMetastore_partition_name_to_vals_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_to_vals_args& obj); }; class ThriftHiveMetastore_partition_name_to_vals_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_partition_name_to_vals_pargs() throw(); const std::string* part_name; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_to_vals_pargs& obj); }; typedef struct _ThriftHiveMetastore_partition_name_to_vals_result__isset { @@ -9241,6 +10438,9 @@ typedef struct _ThriftHiveMetastore_partition_name_to_vals_result__isset { class ThriftHiveMetastore_partition_name_to_vals_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_partition_name_to_vals_result(const ThriftHiveMetastore_partition_name_to_vals_result&); ThriftHiveMetastore_partition_name_to_vals_result& operator=(const ThriftHiveMetastore_partition_name_to_vals_result&); ThriftHiveMetastore_partition_name_to_vals_result() { @@ -9273,6 +10473,7 @@ class ThriftHiveMetastore_partition_name_to_vals_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_to_vals_result& obj); }; typedef struct _ThriftHiveMetastore_partition_name_to_vals_presult__isset { @@ -9284,6 +10485,9 @@ typedef struct _ThriftHiveMetastore_partition_name_to_vals_presult__isset { class ThriftHiveMetastore_partition_name_to_vals_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_partition_name_to_vals_presult() throw(); std::vector * success; @@ -9293,6 +10497,7 @@ class ThriftHiveMetastore_partition_name_to_vals_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_to_vals_presult& obj); }; typedef struct _ThriftHiveMetastore_partition_name_to_spec_args__isset { @@ -9303,6 +10508,9 @@ typedef struct _ThriftHiveMetastore_partition_name_to_spec_args__isset { class ThriftHiveMetastore_partition_name_to_spec_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_partition_name_to_spec_args(const ThriftHiveMetastore_partition_name_to_spec_args&); ThriftHiveMetastore_partition_name_to_spec_args& operator=(const ThriftHiveMetastore_partition_name_to_spec_args&); ThriftHiveMetastore_partition_name_to_spec_args() : part_name() { @@ -9330,18 +10538,23 @@ class ThriftHiveMetastore_partition_name_to_spec_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_to_spec_args& obj); }; class ThriftHiveMetastore_partition_name_to_spec_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_partition_name_to_spec_pargs() throw(); const std::string* part_name; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_to_spec_pargs& obj); }; typedef struct _ThriftHiveMetastore_partition_name_to_spec_result__isset { @@ -9353,6 +10566,9 @@ typedef struct _ThriftHiveMetastore_partition_name_to_spec_result__isset { class ThriftHiveMetastore_partition_name_to_spec_result { public: + static const char* ascii_fingerprint; // = "4E721C6D80A641BBC78B7A6A96E9C5C8"; + static const uint8_t binary_fingerprint[16]; // = {0x4E,0x72,0x1C,0x6D,0x80,0xA6,0x41,0xBB,0xC7,0x8B,0x7A,0x6A,0x96,0xE9,0xC5,0xC8}; + ThriftHiveMetastore_partition_name_to_spec_result(const ThriftHiveMetastore_partition_name_to_spec_result&); ThriftHiveMetastore_partition_name_to_spec_result& operator=(const ThriftHiveMetastore_partition_name_to_spec_result&); ThriftHiveMetastore_partition_name_to_spec_result() { @@ -9385,6 +10601,7 @@ class ThriftHiveMetastore_partition_name_to_spec_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_to_spec_result& obj); }; typedef struct _ThriftHiveMetastore_partition_name_to_spec_presult__isset { @@ -9396,6 +10613,9 @@ typedef struct _ThriftHiveMetastore_partition_name_to_spec_presult__isset { class ThriftHiveMetastore_partition_name_to_spec_presult { public: + static const char* ascii_fingerprint; // = "4E721C6D80A641BBC78B7A6A96E9C5C8"; + static const uint8_t binary_fingerprint[16]; // = {0x4E,0x72,0x1C,0x6D,0x80,0xA6,0x41,0xBB,0xC7,0x8B,0x7A,0x6A,0x96,0xE9,0xC5,0xC8}; + virtual ~ThriftHiveMetastore_partition_name_to_spec_presult() throw(); std::map * success; @@ -9405,6 +10625,7 @@ class ThriftHiveMetastore_partition_name_to_spec_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_partition_name_to_spec_presult& obj); }; typedef struct _ThriftHiveMetastore_markPartitionForEvent_args__isset { @@ -9418,6 +10639,9 @@ typedef struct _ThriftHiveMetastore_markPartitionForEvent_args__isset { class ThriftHiveMetastore_markPartitionForEvent_args { public: + static const char* ascii_fingerprint; // = "55DED7525D4B4E203D2060AF66F31D5B"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0xDE,0xD7,0x52,0x5D,0x4B,0x4E,0x20,0x3D,0x20,0x60,0xAF,0x66,0xF3,0x1D,0x5B}; + ThriftHiveMetastore_markPartitionForEvent_args(const ThriftHiveMetastore_markPartitionForEvent_args&); ThriftHiveMetastore_markPartitionForEvent_args& operator=(const ThriftHiveMetastore_markPartitionForEvent_args&); ThriftHiveMetastore_markPartitionForEvent_args() : db_name(), tbl_name(), eventType((PartitionEventType::type)0) { @@ -9460,12 +10684,16 @@ class ThriftHiveMetastore_markPartitionForEvent_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_markPartitionForEvent_args& obj); }; class ThriftHiveMetastore_markPartitionForEvent_pargs { public: + static const char* ascii_fingerprint; // = "55DED7525D4B4E203D2060AF66F31D5B"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0xDE,0xD7,0x52,0x5D,0x4B,0x4E,0x20,0x3D,0x20,0x60,0xAF,0x66,0xF3,0x1D,0x5B}; + virtual ~ThriftHiveMetastore_markPartitionForEvent_pargs() throw(); const std::string* db_name; @@ -9475,6 +10703,7 @@ class ThriftHiveMetastore_markPartitionForEvent_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_markPartitionForEvent_pargs& obj); }; typedef struct _ThriftHiveMetastore_markPartitionForEvent_result__isset { @@ -9490,6 +10719,9 @@ typedef struct _ThriftHiveMetastore_markPartitionForEvent_result__isset { class ThriftHiveMetastore_markPartitionForEvent_result { public: + static const char* ascii_fingerprint; // = "0C100FB750BDB3340333F80C942B7F87"; + static const uint8_t binary_fingerprint[16]; // = {0x0C,0x10,0x0F,0xB7,0x50,0xBD,0xB3,0x34,0x03,0x33,0xF8,0x0C,0x94,0x2B,0x7F,0x87}; + ThriftHiveMetastore_markPartitionForEvent_result(const ThriftHiveMetastore_markPartitionForEvent_result&); ThriftHiveMetastore_markPartitionForEvent_result& operator=(const ThriftHiveMetastore_markPartitionForEvent_result&); ThriftHiveMetastore_markPartitionForEvent_result() { @@ -9542,6 +10774,7 @@ class ThriftHiveMetastore_markPartitionForEvent_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_markPartitionForEvent_result& obj); }; typedef struct _ThriftHiveMetastore_markPartitionForEvent_presult__isset { @@ -9557,6 +10790,9 @@ typedef struct _ThriftHiveMetastore_markPartitionForEvent_presult__isset { class ThriftHiveMetastore_markPartitionForEvent_presult { public: + static const char* ascii_fingerprint; // = "0C100FB750BDB3340333F80C942B7F87"; + static const uint8_t binary_fingerprint[16]; // = {0x0C,0x10,0x0F,0xB7,0x50,0xBD,0xB3,0x34,0x03,0x33,0xF8,0x0C,0x94,0x2B,0x7F,0x87}; + virtual ~ThriftHiveMetastore_markPartitionForEvent_presult() throw(); MetaException o1; @@ -9570,6 +10806,7 @@ class ThriftHiveMetastore_markPartitionForEvent_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_markPartitionForEvent_presult& obj); }; typedef struct _ThriftHiveMetastore_isPartitionMarkedForEvent_args__isset { @@ -9583,6 +10820,9 @@ typedef struct _ThriftHiveMetastore_isPartitionMarkedForEvent_args__isset { class ThriftHiveMetastore_isPartitionMarkedForEvent_args { public: + static const char* ascii_fingerprint; // = "55DED7525D4B4E203D2060AF66F31D5B"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0xDE,0xD7,0x52,0x5D,0x4B,0x4E,0x20,0x3D,0x20,0x60,0xAF,0x66,0xF3,0x1D,0x5B}; + ThriftHiveMetastore_isPartitionMarkedForEvent_args(const ThriftHiveMetastore_isPartitionMarkedForEvent_args&); ThriftHiveMetastore_isPartitionMarkedForEvent_args& operator=(const ThriftHiveMetastore_isPartitionMarkedForEvent_args&); ThriftHiveMetastore_isPartitionMarkedForEvent_args() : db_name(), tbl_name(), eventType((PartitionEventType::type)0) { @@ -9625,12 +10865,16 @@ class ThriftHiveMetastore_isPartitionMarkedForEvent_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_isPartitionMarkedForEvent_args& obj); }; class ThriftHiveMetastore_isPartitionMarkedForEvent_pargs { public: + static const char* ascii_fingerprint; // = "55DED7525D4B4E203D2060AF66F31D5B"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0xDE,0xD7,0x52,0x5D,0x4B,0x4E,0x20,0x3D,0x20,0x60,0xAF,0x66,0xF3,0x1D,0x5B}; + virtual ~ThriftHiveMetastore_isPartitionMarkedForEvent_pargs() throw(); const std::string* db_name; @@ -9640,6 +10884,7 @@ class ThriftHiveMetastore_isPartitionMarkedForEvent_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_isPartitionMarkedForEvent_pargs& obj); }; typedef struct _ThriftHiveMetastore_isPartitionMarkedForEvent_result__isset { @@ -9656,6 +10901,9 @@ typedef struct _ThriftHiveMetastore_isPartitionMarkedForEvent_result__isset { class ThriftHiveMetastore_isPartitionMarkedForEvent_result { public: + static const char* ascii_fingerprint; // = "7F79FC02338E2C85C59D237CC3B0E1EB"; + static const uint8_t binary_fingerprint[16]; // = {0x7F,0x79,0xFC,0x02,0x33,0x8E,0x2C,0x85,0xC5,0x9D,0x23,0x7C,0xC3,0xB0,0xE1,0xEB}; + ThriftHiveMetastore_isPartitionMarkedForEvent_result(const ThriftHiveMetastore_isPartitionMarkedForEvent_result&); ThriftHiveMetastore_isPartitionMarkedForEvent_result& operator=(const ThriftHiveMetastore_isPartitionMarkedForEvent_result&); ThriftHiveMetastore_isPartitionMarkedForEvent_result() : success(0) { @@ -9713,6 +10961,7 @@ class ThriftHiveMetastore_isPartitionMarkedForEvent_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_isPartitionMarkedForEvent_result& obj); }; typedef struct _ThriftHiveMetastore_isPartitionMarkedForEvent_presult__isset { @@ -9729,6 +10978,9 @@ typedef struct _ThriftHiveMetastore_isPartitionMarkedForEvent_presult__isset { class ThriftHiveMetastore_isPartitionMarkedForEvent_presult { public: + static const char* ascii_fingerprint; // = "7F79FC02338E2C85C59D237CC3B0E1EB"; + static const uint8_t binary_fingerprint[16]; // = {0x7F,0x79,0xFC,0x02,0x33,0x8E,0x2C,0x85,0xC5,0x9D,0x23,0x7C,0xC3,0xB0,0xE1,0xEB}; + virtual ~ThriftHiveMetastore_isPartitionMarkedForEvent_presult() throw(); bool* success; @@ -9743,6 +10995,7 @@ class ThriftHiveMetastore_isPartitionMarkedForEvent_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_isPartitionMarkedForEvent_presult& obj); }; typedef struct _ThriftHiveMetastore_add_index_args__isset { @@ -9754,6 +11007,9 @@ typedef struct _ThriftHiveMetastore_add_index_args__isset { class ThriftHiveMetastore_add_index_args { public: + static const char* ascii_fingerprint; // = "63E57E91A04A11631F8F252EF6E92344"; + static const uint8_t binary_fingerprint[16]; // = {0x63,0xE5,0x7E,0x91,0xA0,0x4A,0x11,0x63,0x1F,0x8F,0x25,0x2E,0xF6,0xE9,0x23,0x44}; + ThriftHiveMetastore_add_index_args(const ThriftHiveMetastore_add_index_args&); ThriftHiveMetastore_add_index_args& operator=(const ThriftHiveMetastore_add_index_args&); ThriftHiveMetastore_add_index_args() { @@ -9786,12 +11042,16 @@ class ThriftHiveMetastore_add_index_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_index_args& obj); }; class ThriftHiveMetastore_add_index_pargs { public: + static const char* ascii_fingerprint; // = "63E57E91A04A11631F8F252EF6E92344"; + static const uint8_t binary_fingerprint[16]; // = {0x63,0xE5,0x7E,0x91,0xA0,0x4A,0x11,0x63,0x1F,0x8F,0x25,0x2E,0xF6,0xE9,0x23,0x44}; + virtual ~ThriftHiveMetastore_add_index_pargs() throw(); const Index* new_index; @@ -9799,6 +11059,7 @@ class ThriftHiveMetastore_add_index_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_index_pargs& obj); }; typedef struct _ThriftHiveMetastore_add_index_result__isset { @@ -9812,6 +11073,9 @@ typedef struct _ThriftHiveMetastore_add_index_result__isset { class ThriftHiveMetastore_add_index_result { public: + static const char* ascii_fingerprint; // = "15E23986A4E294C2202C4DEC638256AF"; + static const uint8_t binary_fingerprint[16]; // = {0x15,0xE2,0x39,0x86,0xA4,0xE2,0x94,0xC2,0x20,0x2C,0x4D,0xEC,0x63,0x82,0x56,0xAF}; + ThriftHiveMetastore_add_index_result(const ThriftHiveMetastore_add_index_result&); ThriftHiveMetastore_add_index_result& operator=(const ThriftHiveMetastore_add_index_result&); ThriftHiveMetastore_add_index_result() { @@ -9854,6 +11118,7 @@ class ThriftHiveMetastore_add_index_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_index_result& obj); }; typedef struct _ThriftHiveMetastore_add_index_presult__isset { @@ -9867,6 +11132,9 @@ typedef struct _ThriftHiveMetastore_add_index_presult__isset { class ThriftHiveMetastore_add_index_presult { public: + static const char* ascii_fingerprint; // = "15E23986A4E294C2202C4DEC638256AF"; + static const uint8_t binary_fingerprint[16]; // = {0x15,0xE2,0x39,0x86,0xA4,0xE2,0x94,0xC2,0x20,0x2C,0x4D,0xEC,0x63,0x82,0x56,0xAF}; + virtual ~ThriftHiveMetastore_add_index_presult() throw(); Index* success; @@ -9878,6 +11146,7 @@ class ThriftHiveMetastore_add_index_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_index_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_index_args__isset { @@ -9891,6 +11160,9 @@ typedef struct _ThriftHiveMetastore_alter_index_args__isset { class ThriftHiveMetastore_alter_index_args { public: + static const char* ascii_fingerprint; // = "D0DAD0C573EB46AEAD958254D71EAE4D"; + static const uint8_t binary_fingerprint[16]; // = {0xD0,0xDA,0xD0,0xC5,0x73,0xEB,0x46,0xAE,0xAD,0x95,0x82,0x54,0xD7,0x1E,0xAE,0x4D}; + ThriftHiveMetastore_alter_index_args(const ThriftHiveMetastore_alter_index_args&); ThriftHiveMetastore_alter_index_args& operator=(const ThriftHiveMetastore_alter_index_args&); ThriftHiveMetastore_alter_index_args() : dbname(), base_tbl_name(), idx_name() { @@ -9933,12 +11205,16 @@ class ThriftHiveMetastore_alter_index_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_index_args& obj); }; class ThriftHiveMetastore_alter_index_pargs { public: + static const char* ascii_fingerprint; // = "D0DAD0C573EB46AEAD958254D71EAE4D"; + static const uint8_t binary_fingerprint[16]; // = {0xD0,0xDA,0xD0,0xC5,0x73,0xEB,0x46,0xAE,0xAD,0x95,0x82,0x54,0xD7,0x1E,0xAE,0x4D}; + virtual ~ThriftHiveMetastore_alter_index_pargs() throw(); const std::string* dbname; @@ -9948,6 +11224,7 @@ class ThriftHiveMetastore_alter_index_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_index_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_index_result__isset { @@ -9959,6 +11236,9 @@ typedef struct _ThriftHiveMetastore_alter_index_result__isset { class ThriftHiveMetastore_alter_index_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_index_result(const ThriftHiveMetastore_alter_index_result&); ThriftHiveMetastore_alter_index_result& operator=(const ThriftHiveMetastore_alter_index_result&); ThriftHiveMetastore_alter_index_result() { @@ -9991,6 +11271,7 @@ class ThriftHiveMetastore_alter_index_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_index_result& obj); }; typedef struct _ThriftHiveMetastore_alter_index_presult__isset { @@ -10002,6 +11283,9 @@ typedef struct _ThriftHiveMetastore_alter_index_presult__isset { class ThriftHiveMetastore_alter_index_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_index_presult() throw(); InvalidOperationException o1; @@ -10011,6 +11295,7 @@ class ThriftHiveMetastore_alter_index_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_index_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_index_by_name_args__isset { @@ -10024,6 +11309,9 @@ typedef struct _ThriftHiveMetastore_drop_index_by_name_args__isset { class ThriftHiveMetastore_drop_index_by_name_args { public: + static const char* ascii_fingerprint; // = "557CE3E1F35DD5D74A3999FB1200CAB8"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0x7C,0xE3,0xE1,0xF3,0x5D,0xD5,0xD7,0x4A,0x39,0x99,0xFB,0x12,0x00,0xCA,0xB8}; + ThriftHiveMetastore_drop_index_by_name_args(const ThriftHiveMetastore_drop_index_by_name_args&); ThriftHiveMetastore_drop_index_by_name_args& operator=(const ThriftHiveMetastore_drop_index_by_name_args&); ThriftHiveMetastore_drop_index_by_name_args() : db_name(), tbl_name(), index_name(), deleteData(0) { @@ -10066,12 +11354,16 @@ class ThriftHiveMetastore_drop_index_by_name_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_index_by_name_args& obj); }; class ThriftHiveMetastore_drop_index_by_name_pargs { public: + static const char* ascii_fingerprint; // = "557CE3E1F35DD5D74A3999FB1200CAB8"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0x7C,0xE3,0xE1,0xF3,0x5D,0xD5,0xD7,0x4A,0x39,0x99,0xFB,0x12,0x00,0xCA,0xB8}; + virtual ~ThriftHiveMetastore_drop_index_by_name_pargs() throw(); const std::string* db_name; @@ -10081,6 +11373,7 @@ class ThriftHiveMetastore_drop_index_by_name_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_index_by_name_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_index_by_name_result__isset { @@ -10093,6 +11386,9 @@ typedef struct _ThriftHiveMetastore_drop_index_by_name_result__isset { class ThriftHiveMetastore_drop_index_by_name_result { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + ThriftHiveMetastore_drop_index_by_name_result(const ThriftHiveMetastore_drop_index_by_name_result&); ThriftHiveMetastore_drop_index_by_name_result& operator=(const ThriftHiveMetastore_drop_index_by_name_result&); ThriftHiveMetastore_drop_index_by_name_result() : success(0) { @@ -10130,6 +11426,7 @@ class ThriftHiveMetastore_drop_index_by_name_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_index_by_name_result& obj); }; typedef struct _ThriftHiveMetastore_drop_index_by_name_presult__isset { @@ -10142,6 +11439,9 @@ typedef struct _ThriftHiveMetastore_drop_index_by_name_presult__isset { class ThriftHiveMetastore_drop_index_by_name_presult { public: + static const char* ascii_fingerprint; // = "3499095F5992356B85332339F1B55814"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x99,0x09,0x5F,0x59,0x92,0x35,0x6B,0x85,0x33,0x23,0x39,0xF1,0xB5,0x58,0x14}; + virtual ~ThriftHiveMetastore_drop_index_by_name_presult() throw(); bool* success; @@ -10152,6 +11452,7 @@ class ThriftHiveMetastore_drop_index_by_name_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_index_by_name_presult& obj); }; typedef struct _ThriftHiveMetastore_get_index_by_name_args__isset { @@ -10164,6 +11465,9 @@ typedef struct _ThriftHiveMetastore_get_index_by_name_args__isset { class ThriftHiveMetastore_get_index_by_name_args { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + ThriftHiveMetastore_get_index_by_name_args(const ThriftHiveMetastore_get_index_by_name_args&); ThriftHiveMetastore_get_index_by_name_args& operator=(const ThriftHiveMetastore_get_index_by_name_args&); ThriftHiveMetastore_get_index_by_name_args() : db_name(), tbl_name(), index_name() { @@ -10201,12 +11505,16 @@ class ThriftHiveMetastore_get_index_by_name_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_index_by_name_args& obj); }; class ThriftHiveMetastore_get_index_by_name_pargs { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + virtual ~ThriftHiveMetastore_get_index_by_name_pargs() throw(); const std::string* db_name; @@ -10215,6 +11523,7 @@ class ThriftHiveMetastore_get_index_by_name_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_index_by_name_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_index_by_name_result__isset { @@ -10227,6 +11536,9 @@ typedef struct _ThriftHiveMetastore_get_index_by_name_result__isset { class ThriftHiveMetastore_get_index_by_name_result { public: + static const char* ascii_fingerprint; // = "FFA6914B98796DA64D3007437901E7D6"; + static const uint8_t binary_fingerprint[16]; // = {0xFF,0xA6,0x91,0x4B,0x98,0x79,0x6D,0xA6,0x4D,0x30,0x07,0x43,0x79,0x01,0xE7,0xD6}; + ThriftHiveMetastore_get_index_by_name_result(const ThriftHiveMetastore_get_index_by_name_result&); ThriftHiveMetastore_get_index_by_name_result& operator=(const ThriftHiveMetastore_get_index_by_name_result&); ThriftHiveMetastore_get_index_by_name_result() { @@ -10264,6 +11576,7 @@ class ThriftHiveMetastore_get_index_by_name_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_index_by_name_result& obj); }; typedef struct _ThriftHiveMetastore_get_index_by_name_presult__isset { @@ -10276,6 +11589,9 @@ typedef struct _ThriftHiveMetastore_get_index_by_name_presult__isset { class ThriftHiveMetastore_get_index_by_name_presult { public: + static const char* ascii_fingerprint; // = "FFA6914B98796DA64D3007437901E7D6"; + static const uint8_t binary_fingerprint[16]; // = {0xFF,0xA6,0x91,0x4B,0x98,0x79,0x6D,0xA6,0x4D,0x30,0x07,0x43,0x79,0x01,0xE7,0xD6}; + virtual ~ThriftHiveMetastore_get_index_by_name_presult() throw(); Index* success; @@ -10286,6 +11602,7 @@ class ThriftHiveMetastore_get_index_by_name_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_index_by_name_presult& obj); }; typedef struct _ThriftHiveMetastore_get_indexes_args__isset { @@ -10298,6 +11615,9 @@ typedef struct _ThriftHiveMetastore_get_indexes_args__isset { class ThriftHiveMetastore_get_indexes_args { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + ThriftHiveMetastore_get_indexes_args(const ThriftHiveMetastore_get_indexes_args&); ThriftHiveMetastore_get_indexes_args& operator=(const ThriftHiveMetastore_get_indexes_args&); ThriftHiveMetastore_get_indexes_args() : db_name(), tbl_name(), max_indexes(-1) { @@ -10335,12 +11655,16 @@ class ThriftHiveMetastore_get_indexes_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_indexes_args& obj); }; class ThriftHiveMetastore_get_indexes_pargs { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + virtual ~ThriftHiveMetastore_get_indexes_pargs() throw(); const std::string* db_name; @@ -10349,6 +11673,7 @@ class ThriftHiveMetastore_get_indexes_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_indexes_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_indexes_result__isset { @@ -10361,6 +11686,9 @@ typedef struct _ThriftHiveMetastore_get_indexes_result__isset { class ThriftHiveMetastore_get_indexes_result { public: + static const char* ascii_fingerprint; // = "0A01F435C57042F7C45EC1B945498138"; + static const uint8_t binary_fingerprint[16]; // = {0x0A,0x01,0xF4,0x35,0xC5,0x70,0x42,0xF7,0xC4,0x5E,0xC1,0xB9,0x45,0x49,0x81,0x38}; + ThriftHiveMetastore_get_indexes_result(const ThriftHiveMetastore_get_indexes_result&); ThriftHiveMetastore_get_indexes_result& operator=(const ThriftHiveMetastore_get_indexes_result&); ThriftHiveMetastore_get_indexes_result() { @@ -10398,6 +11726,7 @@ class ThriftHiveMetastore_get_indexes_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_indexes_result& obj); }; typedef struct _ThriftHiveMetastore_get_indexes_presult__isset { @@ -10410,6 +11739,9 @@ typedef struct _ThriftHiveMetastore_get_indexes_presult__isset { class ThriftHiveMetastore_get_indexes_presult { public: + static const char* ascii_fingerprint; // = "0A01F435C57042F7C45EC1B945498138"; + static const uint8_t binary_fingerprint[16]; // = {0x0A,0x01,0xF4,0x35,0xC5,0x70,0x42,0xF7,0xC4,0x5E,0xC1,0xB9,0x45,0x49,0x81,0x38}; + virtual ~ThriftHiveMetastore_get_indexes_presult() throw(); std::vector * success; @@ -10420,6 +11752,7 @@ class ThriftHiveMetastore_get_indexes_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_indexes_presult& obj); }; typedef struct _ThriftHiveMetastore_get_index_names_args__isset { @@ -10432,6 +11765,9 @@ typedef struct _ThriftHiveMetastore_get_index_names_args__isset { class ThriftHiveMetastore_get_index_names_args { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + ThriftHiveMetastore_get_index_names_args(const ThriftHiveMetastore_get_index_names_args&); ThriftHiveMetastore_get_index_names_args& operator=(const ThriftHiveMetastore_get_index_names_args&); ThriftHiveMetastore_get_index_names_args() : db_name(), tbl_name(), max_indexes(-1) { @@ -10469,12 +11805,16 @@ class ThriftHiveMetastore_get_index_names_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_index_names_args& obj); }; class ThriftHiveMetastore_get_index_names_pargs { public: + static const char* ascii_fingerprint; // = "52F7D5E8217C4B8FC14F1F30BF2EB41C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xF7,0xD5,0xE8,0x21,0x7C,0x4B,0x8F,0xC1,0x4F,0x1F,0x30,0xBF,0x2E,0xB4,0x1C}; + virtual ~ThriftHiveMetastore_get_index_names_pargs() throw(); const std::string* db_name; @@ -10483,6 +11823,7 @@ class ThriftHiveMetastore_get_index_names_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_index_names_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_index_names_result__isset { @@ -10494,6 +11835,9 @@ typedef struct _ThriftHiveMetastore_get_index_names_result__isset { class ThriftHiveMetastore_get_index_names_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_get_index_names_result(const ThriftHiveMetastore_get_index_names_result&); ThriftHiveMetastore_get_index_names_result& operator=(const ThriftHiveMetastore_get_index_names_result&); ThriftHiveMetastore_get_index_names_result() { @@ -10526,6 +11870,7 @@ class ThriftHiveMetastore_get_index_names_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_index_names_result& obj); }; typedef struct _ThriftHiveMetastore_get_index_names_presult__isset { @@ -10537,6 +11882,9 @@ typedef struct _ThriftHiveMetastore_get_index_names_presult__isset { class ThriftHiveMetastore_get_index_names_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_get_index_names_presult() throw(); std::vector * success; @@ -10546,6 +11894,7 @@ class ThriftHiveMetastore_get_index_names_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_index_names_presult& obj); }; typedef struct _ThriftHiveMetastore_update_table_column_statistics_args__isset { @@ -10556,6 +11905,9 @@ typedef struct _ThriftHiveMetastore_update_table_column_statistics_args__isset { class ThriftHiveMetastore_update_table_column_statistics_args { public: + static const char* ascii_fingerprint; // = "AE5C106737E1B22E685B7A2BFCECFFBE"; + static const uint8_t binary_fingerprint[16]; // = {0xAE,0x5C,0x10,0x67,0x37,0xE1,0xB2,0x2E,0x68,0x5B,0x7A,0x2B,0xFC,0xEC,0xFF,0xBE}; + ThriftHiveMetastore_update_table_column_statistics_args(const ThriftHiveMetastore_update_table_column_statistics_args&); ThriftHiveMetastore_update_table_column_statistics_args& operator=(const ThriftHiveMetastore_update_table_column_statistics_args&); ThriftHiveMetastore_update_table_column_statistics_args() { @@ -10583,18 +11935,23 @@ class ThriftHiveMetastore_update_table_column_statistics_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_update_table_column_statistics_args& obj); }; class ThriftHiveMetastore_update_table_column_statistics_pargs { public: + static const char* ascii_fingerprint; // = "AE5C106737E1B22E685B7A2BFCECFFBE"; + static const uint8_t binary_fingerprint[16]; // = {0xAE,0x5C,0x10,0x67,0x37,0xE1,0xB2,0x2E,0x68,0x5B,0x7A,0x2B,0xFC,0xEC,0xFF,0xBE}; + virtual ~ThriftHiveMetastore_update_table_column_statistics_pargs() throw(); const ColumnStatistics* stats_obj; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_update_table_column_statistics_pargs& obj); }; typedef struct _ThriftHiveMetastore_update_table_column_statistics_result__isset { @@ -10609,6 +11966,9 @@ typedef struct _ThriftHiveMetastore_update_table_column_statistics_result__isset class ThriftHiveMetastore_update_table_column_statistics_result { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + ThriftHiveMetastore_update_table_column_statistics_result(const ThriftHiveMetastore_update_table_column_statistics_result&); ThriftHiveMetastore_update_table_column_statistics_result& operator=(const ThriftHiveMetastore_update_table_column_statistics_result&); ThriftHiveMetastore_update_table_column_statistics_result() : success(0) { @@ -10656,6 +12016,7 @@ class ThriftHiveMetastore_update_table_column_statistics_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_update_table_column_statistics_result& obj); }; typedef struct _ThriftHiveMetastore_update_table_column_statistics_presult__isset { @@ -10670,6 +12031,9 @@ typedef struct _ThriftHiveMetastore_update_table_column_statistics_presult__isse class ThriftHiveMetastore_update_table_column_statistics_presult { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + virtual ~ThriftHiveMetastore_update_table_column_statistics_presult() throw(); bool* success; @@ -10682,6 +12046,7 @@ class ThriftHiveMetastore_update_table_column_statistics_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_update_table_column_statistics_presult& obj); }; typedef struct _ThriftHiveMetastore_update_partition_column_statistics_args__isset { @@ -10692,6 +12057,9 @@ typedef struct _ThriftHiveMetastore_update_partition_column_statistics_args__iss class ThriftHiveMetastore_update_partition_column_statistics_args { public: + static const char* ascii_fingerprint; // = "AE5C106737E1B22E685B7A2BFCECFFBE"; + static const uint8_t binary_fingerprint[16]; // = {0xAE,0x5C,0x10,0x67,0x37,0xE1,0xB2,0x2E,0x68,0x5B,0x7A,0x2B,0xFC,0xEC,0xFF,0xBE}; + ThriftHiveMetastore_update_partition_column_statistics_args(const ThriftHiveMetastore_update_partition_column_statistics_args&); ThriftHiveMetastore_update_partition_column_statistics_args& operator=(const ThriftHiveMetastore_update_partition_column_statistics_args&); ThriftHiveMetastore_update_partition_column_statistics_args() { @@ -10719,18 +12087,23 @@ class ThriftHiveMetastore_update_partition_column_statistics_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_update_partition_column_statistics_args& obj); }; class ThriftHiveMetastore_update_partition_column_statistics_pargs { public: + static const char* ascii_fingerprint; // = "AE5C106737E1B22E685B7A2BFCECFFBE"; + static const uint8_t binary_fingerprint[16]; // = {0xAE,0x5C,0x10,0x67,0x37,0xE1,0xB2,0x2E,0x68,0x5B,0x7A,0x2B,0xFC,0xEC,0xFF,0xBE}; + virtual ~ThriftHiveMetastore_update_partition_column_statistics_pargs() throw(); const ColumnStatistics* stats_obj; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_update_partition_column_statistics_pargs& obj); }; typedef struct _ThriftHiveMetastore_update_partition_column_statistics_result__isset { @@ -10745,6 +12118,9 @@ typedef struct _ThriftHiveMetastore_update_partition_column_statistics_result__i class ThriftHiveMetastore_update_partition_column_statistics_result { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + ThriftHiveMetastore_update_partition_column_statistics_result(const ThriftHiveMetastore_update_partition_column_statistics_result&); ThriftHiveMetastore_update_partition_column_statistics_result& operator=(const ThriftHiveMetastore_update_partition_column_statistics_result&); ThriftHiveMetastore_update_partition_column_statistics_result() : success(0) { @@ -10792,6 +12168,7 @@ class ThriftHiveMetastore_update_partition_column_statistics_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_update_partition_column_statistics_result& obj); }; typedef struct _ThriftHiveMetastore_update_partition_column_statistics_presult__isset { @@ -10806,6 +12183,9 @@ typedef struct _ThriftHiveMetastore_update_partition_column_statistics_presult__ class ThriftHiveMetastore_update_partition_column_statistics_presult { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + virtual ~ThriftHiveMetastore_update_partition_column_statistics_presult() throw(); bool* success; @@ -10818,6 +12198,7 @@ class ThriftHiveMetastore_update_partition_column_statistics_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_update_partition_column_statistics_presult& obj); }; typedef struct _ThriftHiveMetastore_get_table_column_statistics_args__isset { @@ -10830,6 +12211,9 @@ typedef struct _ThriftHiveMetastore_get_table_column_statistics_args__isset { class ThriftHiveMetastore_get_table_column_statistics_args { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + ThriftHiveMetastore_get_table_column_statistics_args(const ThriftHiveMetastore_get_table_column_statistics_args&); ThriftHiveMetastore_get_table_column_statistics_args& operator=(const ThriftHiveMetastore_get_table_column_statistics_args&); ThriftHiveMetastore_get_table_column_statistics_args() : db_name(), tbl_name(), col_name() { @@ -10867,12 +12251,16 @@ class ThriftHiveMetastore_get_table_column_statistics_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_column_statistics_args& obj); }; class ThriftHiveMetastore_get_table_column_statistics_pargs { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + virtual ~ThriftHiveMetastore_get_table_column_statistics_pargs() throw(); const std::string* db_name; @@ -10881,6 +12269,7 @@ class ThriftHiveMetastore_get_table_column_statistics_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_column_statistics_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_table_column_statistics_result__isset { @@ -10895,6 +12284,9 @@ typedef struct _ThriftHiveMetastore_get_table_column_statistics_result__isset { class ThriftHiveMetastore_get_table_column_statistics_result { public: + static const char* ascii_fingerprint; // = "408B83AEA8B721681928BFF5B3F9FEE9"; + static const uint8_t binary_fingerprint[16]; // = {0x40,0x8B,0x83,0xAE,0xA8,0xB7,0x21,0x68,0x19,0x28,0xBF,0xF5,0xB3,0xF9,0xFE,0xE9}; + ThriftHiveMetastore_get_table_column_statistics_result(const ThriftHiveMetastore_get_table_column_statistics_result&); ThriftHiveMetastore_get_table_column_statistics_result& operator=(const ThriftHiveMetastore_get_table_column_statistics_result&); ThriftHiveMetastore_get_table_column_statistics_result() { @@ -10942,6 +12334,7 @@ class ThriftHiveMetastore_get_table_column_statistics_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_column_statistics_result& obj); }; typedef struct _ThriftHiveMetastore_get_table_column_statistics_presult__isset { @@ -10956,6 +12349,9 @@ typedef struct _ThriftHiveMetastore_get_table_column_statistics_presult__isset { class ThriftHiveMetastore_get_table_column_statistics_presult { public: + static const char* ascii_fingerprint; // = "408B83AEA8B721681928BFF5B3F9FEE9"; + static const uint8_t binary_fingerprint[16]; // = {0x40,0x8B,0x83,0xAE,0xA8,0xB7,0x21,0x68,0x19,0x28,0xBF,0xF5,0xB3,0xF9,0xFE,0xE9}; + virtual ~ThriftHiveMetastore_get_table_column_statistics_presult() throw(); ColumnStatistics* success; @@ -10968,6 +12364,7 @@ class ThriftHiveMetastore_get_table_column_statistics_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_column_statistics_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partition_column_statistics_args__isset { @@ -10981,6 +12378,9 @@ typedef struct _ThriftHiveMetastore_get_partition_column_statistics_args__isset class ThriftHiveMetastore_get_partition_column_statistics_args { public: + static const char* ascii_fingerprint; // = "C93D890311F28844166CF6E571EB3AC2"; + static const uint8_t binary_fingerprint[16]; // = {0xC9,0x3D,0x89,0x03,0x11,0xF2,0x88,0x44,0x16,0x6C,0xF6,0xE5,0x71,0xEB,0x3A,0xC2}; + ThriftHiveMetastore_get_partition_column_statistics_args(const ThriftHiveMetastore_get_partition_column_statistics_args&); ThriftHiveMetastore_get_partition_column_statistics_args& operator=(const ThriftHiveMetastore_get_partition_column_statistics_args&); ThriftHiveMetastore_get_partition_column_statistics_args() : db_name(), tbl_name(), part_name(), col_name() { @@ -11023,12 +12423,16 @@ class ThriftHiveMetastore_get_partition_column_statistics_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_column_statistics_args& obj); }; class ThriftHiveMetastore_get_partition_column_statistics_pargs { public: + static const char* ascii_fingerprint; // = "C93D890311F28844166CF6E571EB3AC2"; + static const uint8_t binary_fingerprint[16]; // = {0xC9,0x3D,0x89,0x03,0x11,0xF2,0x88,0x44,0x16,0x6C,0xF6,0xE5,0x71,0xEB,0x3A,0xC2}; + virtual ~ThriftHiveMetastore_get_partition_column_statistics_pargs() throw(); const std::string* db_name; @@ -11038,6 +12442,7 @@ class ThriftHiveMetastore_get_partition_column_statistics_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_column_statistics_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partition_column_statistics_result__isset { @@ -11052,6 +12457,9 @@ typedef struct _ThriftHiveMetastore_get_partition_column_statistics_result__isse class ThriftHiveMetastore_get_partition_column_statistics_result { public: + static const char* ascii_fingerprint; // = "408B83AEA8B721681928BFF5B3F9FEE9"; + static const uint8_t binary_fingerprint[16]; // = {0x40,0x8B,0x83,0xAE,0xA8,0xB7,0x21,0x68,0x19,0x28,0xBF,0xF5,0xB3,0xF9,0xFE,0xE9}; + ThriftHiveMetastore_get_partition_column_statistics_result(const ThriftHiveMetastore_get_partition_column_statistics_result&); ThriftHiveMetastore_get_partition_column_statistics_result& operator=(const ThriftHiveMetastore_get_partition_column_statistics_result&); ThriftHiveMetastore_get_partition_column_statistics_result() { @@ -11099,6 +12507,7 @@ class ThriftHiveMetastore_get_partition_column_statistics_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_column_statistics_result& obj); }; typedef struct _ThriftHiveMetastore_get_partition_column_statistics_presult__isset { @@ -11113,6 +12522,9 @@ typedef struct _ThriftHiveMetastore_get_partition_column_statistics_presult__iss class ThriftHiveMetastore_get_partition_column_statistics_presult { public: + static const char* ascii_fingerprint; // = "408B83AEA8B721681928BFF5B3F9FEE9"; + static const uint8_t binary_fingerprint[16]; // = {0x40,0x8B,0x83,0xAE,0xA8,0xB7,0x21,0x68,0x19,0x28,0xBF,0xF5,0xB3,0xF9,0xFE,0xE9}; + virtual ~ThriftHiveMetastore_get_partition_column_statistics_presult() throw(); ColumnStatistics* success; @@ -11125,6 +12537,7 @@ class ThriftHiveMetastore_get_partition_column_statistics_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partition_column_statistics_presult& obj); }; typedef struct _ThriftHiveMetastore_get_table_statistics_req_args__isset { @@ -11135,6 +12548,9 @@ typedef struct _ThriftHiveMetastore_get_table_statistics_req_args__isset { class ThriftHiveMetastore_get_table_statistics_req_args { public: + static const char* ascii_fingerprint; // = "94867D168B0639FA344D11EEF0E85291"; + static const uint8_t binary_fingerprint[16]; // = {0x94,0x86,0x7D,0x16,0x8B,0x06,0x39,0xFA,0x34,0x4D,0x11,0xEE,0xF0,0xE8,0x52,0x91}; + ThriftHiveMetastore_get_table_statistics_req_args(const ThriftHiveMetastore_get_table_statistics_req_args&); ThriftHiveMetastore_get_table_statistics_req_args& operator=(const ThriftHiveMetastore_get_table_statistics_req_args&); ThriftHiveMetastore_get_table_statistics_req_args() { @@ -11162,18 +12578,23 @@ class ThriftHiveMetastore_get_table_statistics_req_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_statistics_req_args& obj); }; class ThriftHiveMetastore_get_table_statistics_req_pargs { public: + static const char* ascii_fingerprint; // = "94867D168B0639FA344D11EEF0E85291"; + static const uint8_t binary_fingerprint[16]; // = {0x94,0x86,0x7D,0x16,0x8B,0x06,0x39,0xFA,0x34,0x4D,0x11,0xEE,0xF0,0xE8,0x52,0x91}; + virtual ~ThriftHiveMetastore_get_table_statistics_req_pargs() throw(); const TableStatsRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_statistics_req_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_table_statistics_req_result__isset { @@ -11186,6 +12607,9 @@ typedef struct _ThriftHiveMetastore_get_table_statistics_req_result__isset { class ThriftHiveMetastore_get_table_statistics_req_result { public: + static const char* ascii_fingerprint; // = "328719A3F540356B9FACCD1AA2690E89"; + static const uint8_t binary_fingerprint[16]; // = {0x32,0x87,0x19,0xA3,0xF5,0x40,0x35,0x6B,0x9F,0xAC,0xCD,0x1A,0xA2,0x69,0x0E,0x89}; + ThriftHiveMetastore_get_table_statistics_req_result(const ThriftHiveMetastore_get_table_statistics_req_result&); ThriftHiveMetastore_get_table_statistics_req_result& operator=(const ThriftHiveMetastore_get_table_statistics_req_result&); ThriftHiveMetastore_get_table_statistics_req_result() { @@ -11223,6 +12647,7 @@ class ThriftHiveMetastore_get_table_statistics_req_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_statistics_req_result& obj); }; typedef struct _ThriftHiveMetastore_get_table_statistics_req_presult__isset { @@ -11235,6 +12660,9 @@ typedef struct _ThriftHiveMetastore_get_table_statistics_req_presult__isset { class ThriftHiveMetastore_get_table_statistics_req_presult { public: + static const char* ascii_fingerprint; // = "328719A3F540356B9FACCD1AA2690E89"; + static const uint8_t binary_fingerprint[16]; // = {0x32,0x87,0x19,0xA3,0xF5,0x40,0x35,0x6B,0x9F,0xAC,0xCD,0x1A,0xA2,0x69,0x0E,0x89}; + virtual ~ThriftHiveMetastore_get_table_statistics_req_presult() throw(); TableStatsResult* success; @@ -11245,6 +12673,7 @@ class ThriftHiveMetastore_get_table_statistics_req_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_table_statistics_req_presult& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_statistics_req_args__isset { @@ -11255,6 +12684,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_statistics_req_args__isset { class ThriftHiveMetastore_get_partitions_statistics_req_args { public: + static const char* ascii_fingerprint; // = "A16CD6655F15DFD35925BCD2DD68C45C"; + static const uint8_t binary_fingerprint[16]; // = {0xA1,0x6C,0xD6,0x65,0x5F,0x15,0xDF,0xD3,0x59,0x25,0xBC,0xD2,0xDD,0x68,0xC4,0x5C}; + ThriftHiveMetastore_get_partitions_statistics_req_args(const ThriftHiveMetastore_get_partitions_statistics_req_args&); ThriftHiveMetastore_get_partitions_statistics_req_args& operator=(const ThriftHiveMetastore_get_partitions_statistics_req_args&); ThriftHiveMetastore_get_partitions_statistics_req_args() { @@ -11282,18 +12714,23 @@ class ThriftHiveMetastore_get_partitions_statistics_req_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_statistics_req_args& obj); }; class ThriftHiveMetastore_get_partitions_statistics_req_pargs { public: + static const char* ascii_fingerprint; // = "A16CD6655F15DFD35925BCD2DD68C45C"; + static const uint8_t binary_fingerprint[16]; // = {0xA1,0x6C,0xD6,0x65,0x5F,0x15,0xDF,0xD3,0x59,0x25,0xBC,0xD2,0xDD,0x68,0xC4,0x5C}; + virtual ~ThriftHiveMetastore_get_partitions_statistics_req_pargs() throw(); const PartitionsStatsRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_statistics_req_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_statistics_req_result__isset { @@ -11306,6 +12743,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_statistics_req_result__isset class ThriftHiveMetastore_get_partitions_statistics_req_result { public: + static const char* ascii_fingerprint; // = "F9DEAB4687D23290CB7B628227A6CD9A"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xDE,0xAB,0x46,0x87,0xD2,0x32,0x90,0xCB,0x7B,0x62,0x82,0x27,0xA6,0xCD,0x9A}; + ThriftHiveMetastore_get_partitions_statistics_req_result(const ThriftHiveMetastore_get_partitions_statistics_req_result&); ThriftHiveMetastore_get_partitions_statistics_req_result& operator=(const ThriftHiveMetastore_get_partitions_statistics_req_result&); ThriftHiveMetastore_get_partitions_statistics_req_result() { @@ -11343,6 +12783,7 @@ class ThriftHiveMetastore_get_partitions_statistics_req_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_statistics_req_result& obj); }; typedef struct _ThriftHiveMetastore_get_partitions_statistics_req_presult__isset { @@ -11355,6 +12796,9 @@ typedef struct _ThriftHiveMetastore_get_partitions_statistics_req_presult__isset class ThriftHiveMetastore_get_partitions_statistics_req_presult { public: + static const char* ascii_fingerprint; // = "F9DEAB4687D23290CB7B628227A6CD9A"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xDE,0xAB,0x46,0x87,0xD2,0x32,0x90,0xCB,0x7B,0x62,0x82,0x27,0xA6,0xCD,0x9A}; + virtual ~ThriftHiveMetastore_get_partitions_statistics_req_presult() throw(); PartitionsStatsResult* success; @@ -11365,6 +12809,7 @@ class ThriftHiveMetastore_get_partitions_statistics_req_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_partitions_statistics_req_presult& obj); }; typedef struct _ThriftHiveMetastore_get_aggr_stats_for_args__isset { @@ -11375,6 +12820,9 @@ typedef struct _ThriftHiveMetastore_get_aggr_stats_for_args__isset { class ThriftHiveMetastore_get_aggr_stats_for_args { public: + static const char* ascii_fingerprint; // = "A16CD6655F15DFD35925BCD2DD68C45C"; + static const uint8_t binary_fingerprint[16]; // = {0xA1,0x6C,0xD6,0x65,0x5F,0x15,0xDF,0xD3,0x59,0x25,0xBC,0xD2,0xDD,0x68,0xC4,0x5C}; + ThriftHiveMetastore_get_aggr_stats_for_args(const ThriftHiveMetastore_get_aggr_stats_for_args&); ThriftHiveMetastore_get_aggr_stats_for_args& operator=(const ThriftHiveMetastore_get_aggr_stats_for_args&); ThriftHiveMetastore_get_aggr_stats_for_args() { @@ -11402,18 +12850,23 @@ class ThriftHiveMetastore_get_aggr_stats_for_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_aggr_stats_for_args& obj); }; class ThriftHiveMetastore_get_aggr_stats_for_pargs { public: + static const char* ascii_fingerprint; // = "A16CD6655F15DFD35925BCD2DD68C45C"; + static const uint8_t binary_fingerprint[16]; // = {0xA1,0x6C,0xD6,0x65,0x5F,0x15,0xDF,0xD3,0x59,0x25,0xBC,0xD2,0xDD,0x68,0xC4,0x5C}; + virtual ~ThriftHiveMetastore_get_aggr_stats_for_pargs() throw(); const PartitionsStatsRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_aggr_stats_for_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_aggr_stats_for_result__isset { @@ -11426,6 +12879,9 @@ typedef struct _ThriftHiveMetastore_get_aggr_stats_for_result__isset { class ThriftHiveMetastore_get_aggr_stats_for_result { public: + static const char* ascii_fingerprint; // = "0E2499DB10F2A2BF347E7097A9A92119"; + static const uint8_t binary_fingerprint[16]; // = {0x0E,0x24,0x99,0xDB,0x10,0xF2,0xA2,0xBF,0x34,0x7E,0x70,0x97,0xA9,0xA9,0x21,0x19}; + ThriftHiveMetastore_get_aggr_stats_for_result(const ThriftHiveMetastore_get_aggr_stats_for_result&); ThriftHiveMetastore_get_aggr_stats_for_result& operator=(const ThriftHiveMetastore_get_aggr_stats_for_result&); ThriftHiveMetastore_get_aggr_stats_for_result() { @@ -11463,6 +12919,7 @@ class ThriftHiveMetastore_get_aggr_stats_for_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_aggr_stats_for_result& obj); }; typedef struct _ThriftHiveMetastore_get_aggr_stats_for_presult__isset { @@ -11475,6 +12932,9 @@ typedef struct _ThriftHiveMetastore_get_aggr_stats_for_presult__isset { class ThriftHiveMetastore_get_aggr_stats_for_presult { public: + static const char* ascii_fingerprint; // = "0E2499DB10F2A2BF347E7097A9A92119"; + static const uint8_t binary_fingerprint[16]; // = {0x0E,0x24,0x99,0xDB,0x10,0xF2,0xA2,0xBF,0x34,0x7E,0x70,0x97,0xA9,0xA9,0x21,0x19}; + virtual ~ThriftHiveMetastore_get_aggr_stats_for_presult() throw(); AggrStats* success; @@ -11485,6 +12945,7 @@ class ThriftHiveMetastore_get_aggr_stats_for_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_aggr_stats_for_presult& obj); }; typedef struct _ThriftHiveMetastore_set_aggr_stats_for_args__isset { @@ -11495,6 +12956,9 @@ typedef struct _ThriftHiveMetastore_set_aggr_stats_for_args__isset { class ThriftHiveMetastore_set_aggr_stats_for_args { public: + static const char* ascii_fingerprint; // = "E4DB88667062633838D02B63FB572DFC"; + static const uint8_t binary_fingerprint[16]; // = {0xE4,0xDB,0x88,0x66,0x70,0x62,0x63,0x38,0x38,0xD0,0x2B,0x63,0xFB,0x57,0x2D,0xFC}; + ThriftHiveMetastore_set_aggr_stats_for_args(const ThriftHiveMetastore_set_aggr_stats_for_args&); ThriftHiveMetastore_set_aggr_stats_for_args& operator=(const ThriftHiveMetastore_set_aggr_stats_for_args&); ThriftHiveMetastore_set_aggr_stats_for_args() { @@ -11522,18 +12986,23 @@ class ThriftHiveMetastore_set_aggr_stats_for_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_set_aggr_stats_for_args& obj); }; class ThriftHiveMetastore_set_aggr_stats_for_pargs { public: + static const char* ascii_fingerprint; // = "E4DB88667062633838D02B63FB572DFC"; + static const uint8_t binary_fingerprint[16]; // = {0xE4,0xDB,0x88,0x66,0x70,0x62,0x63,0x38,0x38,0xD0,0x2B,0x63,0xFB,0x57,0x2D,0xFC}; + virtual ~ThriftHiveMetastore_set_aggr_stats_for_pargs() throw(); const SetPartitionsStatsRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_set_aggr_stats_for_pargs& obj); }; typedef struct _ThriftHiveMetastore_set_aggr_stats_for_result__isset { @@ -11548,6 +13017,9 @@ typedef struct _ThriftHiveMetastore_set_aggr_stats_for_result__isset { class ThriftHiveMetastore_set_aggr_stats_for_result { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + ThriftHiveMetastore_set_aggr_stats_for_result(const ThriftHiveMetastore_set_aggr_stats_for_result&); ThriftHiveMetastore_set_aggr_stats_for_result& operator=(const ThriftHiveMetastore_set_aggr_stats_for_result&); ThriftHiveMetastore_set_aggr_stats_for_result() : success(0) { @@ -11595,6 +13067,7 @@ class ThriftHiveMetastore_set_aggr_stats_for_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_set_aggr_stats_for_result& obj); }; typedef struct _ThriftHiveMetastore_set_aggr_stats_for_presult__isset { @@ -11609,6 +13082,9 @@ typedef struct _ThriftHiveMetastore_set_aggr_stats_for_presult__isset { class ThriftHiveMetastore_set_aggr_stats_for_presult { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + virtual ~ThriftHiveMetastore_set_aggr_stats_for_presult() throw(); bool* success; @@ -11621,6 +13097,7 @@ class ThriftHiveMetastore_set_aggr_stats_for_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_set_aggr_stats_for_presult& obj); }; typedef struct _ThriftHiveMetastore_delete_partition_column_statistics_args__isset { @@ -11634,6 +13111,9 @@ typedef struct _ThriftHiveMetastore_delete_partition_column_statistics_args__iss class ThriftHiveMetastore_delete_partition_column_statistics_args { public: + static const char* ascii_fingerprint; // = "C93D890311F28844166CF6E571EB3AC2"; + static const uint8_t binary_fingerprint[16]; // = {0xC9,0x3D,0x89,0x03,0x11,0xF2,0x88,0x44,0x16,0x6C,0xF6,0xE5,0x71,0xEB,0x3A,0xC2}; + ThriftHiveMetastore_delete_partition_column_statistics_args(const ThriftHiveMetastore_delete_partition_column_statistics_args&); ThriftHiveMetastore_delete_partition_column_statistics_args& operator=(const ThriftHiveMetastore_delete_partition_column_statistics_args&); ThriftHiveMetastore_delete_partition_column_statistics_args() : db_name(), tbl_name(), part_name(), col_name() { @@ -11676,12 +13156,16 @@ class ThriftHiveMetastore_delete_partition_column_statistics_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_delete_partition_column_statistics_args& obj); }; class ThriftHiveMetastore_delete_partition_column_statistics_pargs { public: + static const char* ascii_fingerprint; // = "C93D890311F28844166CF6E571EB3AC2"; + static const uint8_t binary_fingerprint[16]; // = {0xC9,0x3D,0x89,0x03,0x11,0xF2,0x88,0x44,0x16,0x6C,0xF6,0xE5,0x71,0xEB,0x3A,0xC2}; + virtual ~ThriftHiveMetastore_delete_partition_column_statistics_pargs() throw(); const std::string* db_name; @@ -11691,6 +13175,7 @@ class ThriftHiveMetastore_delete_partition_column_statistics_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_delete_partition_column_statistics_pargs& obj); }; typedef struct _ThriftHiveMetastore_delete_partition_column_statistics_result__isset { @@ -11705,6 +13190,9 @@ typedef struct _ThriftHiveMetastore_delete_partition_column_statistics_result__i class ThriftHiveMetastore_delete_partition_column_statistics_result { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + ThriftHiveMetastore_delete_partition_column_statistics_result(const ThriftHiveMetastore_delete_partition_column_statistics_result&); ThriftHiveMetastore_delete_partition_column_statistics_result& operator=(const ThriftHiveMetastore_delete_partition_column_statistics_result&); ThriftHiveMetastore_delete_partition_column_statistics_result() : success(0) { @@ -11752,6 +13240,7 @@ class ThriftHiveMetastore_delete_partition_column_statistics_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_delete_partition_column_statistics_result& obj); }; typedef struct _ThriftHiveMetastore_delete_partition_column_statistics_presult__isset { @@ -11766,6 +13255,9 @@ typedef struct _ThriftHiveMetastore_delete_partition_column_statistics_presult__ class ThriftHiveMetastore_delete_partition_column_statistics_presult { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + virtual ~ThriftHiveMetastore_delete_partition_column_statistics_presult() throw(); bool* success; @@ -11778,6 +13270,7 @@ class ThriftHiveMetastore_delete_partition_column_statistics_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_delete_partition_column_statistics_presult& obj); }; typedef struct _ThriftHiveMetastore_delete_table_column_statistics_args__isset { @@ -11790,6 +13283,9 @@ typedef struct _ThriftHiveMetastore_delete_table_column_statistics_args__isset { class ThriftHiveMetastore_delete_table_column_statistics_args { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + ThriftHiveMetastore_delete_table_column_statistics_args(const ThriftHiveMetastore_delete_table_column_statistics_args&); ThriftHiveMetastore_delete_table_column_statistics_args& operator=(const ThriftHiveMetastore_delete_table_column_statistics_args&); ThriftHiveMetastore_delete_table_column_statistics_args() : db_name(), tbl_name(), col_name() { @@ -11827,12 +13323,16 @@ class ThriftHiveMetastore_delete_table_column_statistics_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_delete_table_column_statistics_args& obj); }; class ThriftHiveMetastore_delete_table_column_statistics_pargs { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + virtual ~ThriftHiveMetastore_delete_table_column_statistics_pargs() throw(); const std::string* db_name; @@ -11841,6 +13341,7 @@ class ThriftHiveMetastore_delete_table_column_statistics_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_delete_table_column_statistics_pargs& obj); }; typedef struct _ThriftHiveMetastore_delete_table_column_statistics_result__isset { @@ -11855,6 +13356,9 @@ typedef struct _ThriftHiveMetastore_delete_table_column_statistics_result__isset class ThriftHiveMetastore_delete_table_column_statistics_result { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + ThriftHiveMetastore_delete_table_column_statistics_result(const ThriftHiveMetastore_delete_table_column_statistics_result&); ThriftHiveMetastore_delete_table_column_statistics_result& operator=(const ThriftHiveMetastore_delete_table_column_statistics_result&); ThriftHiveMetastore_delete_table_column_statistics_result() : success(0) { @@ -11902,6 +13406,7 @@ class ThriftHiveMetastore_delete_table_column_statistics_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_delete_table_column_statistics_result& obj); }; typedef struct _ThriftHiveMetastore_delete_table_column_statistics_presult__isset { @@ -11916,6 +13421,9 @@ typedef struct _ThriftHiveMetastore_delete_table_column_statistics_presult__isse class ThriftHiveMetastore_delete_table_column_statistics_presult { public: + static const char* ascii_fingerprint; // = "E8B013EAAAC242F4CEBBF1AC05253E9C"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0xB0,0x13,0xEA,0xAA,0xC2,0x42,0xF4,0xCE,0xBB,0xF1,0xAC,0x05,0x25,0x3E,0x9C}; + virtual ~ThriftHiveMetastore_delete_table_column_statistics_presult() throw(); bool* success; @@ -11928,6 +13436,7 @@ class ThriftHiveMetastore_delete_table_column_statistics_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_delete_table_column_statistics_presult& obj); }; typedef struct _ThriftHiveMetastore_create_function_args__isset { @@ -11938,6 +13447,9 @@ typedef struct _ThriftHiveMetastore_create_function_args__isset { class ThriftHiveMetastore_create_function_args { public: + static const char* ascii_fingerprint; // = "25614A3E61B5684636724A881FC768D7"; + static const uint8_t binary_fingerprint[16]; // = {0x25,0x61,0x4A,0x3E,0x61,0xB5,0x68,0x46,0x36,0x72,0x4A,0x88,0x1F,0xC7,0x68,0xD7}; + ThriftHiveMetastore_create_function_args(const ThriftHiveMetastore_create_function_args&); ThriftHiveMetastore_create_function_args& operator=(const ThriftHiveMetastore_create_function_args&); ThriftHiveMetastore_create_function_args() { @@ -11965,18 +13477,23 @@ class ThriftHiveMetastore_create_function_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_function_args& obj); }; class ThriftHiveMetastore_create_function_pargs { public: + static const char* ascii_fingerprint; // = "25614A3E61B5684636724A881FC768D7"; + static const uint8_t binary_fingerprint[16]; // = {0x25,0x61,0x4A,0x3E,0x61,0xB5,0x68,0x46,0x36,0x72,0x4A,0x88,0x1F,0xC7,0x68,0xD7}; + virtual ~ThriftHiveMetastore_create_function_pargs() throw(); const Function* func; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_function_pargs& obj); }; typedef struct _ThriftHiveMetastore_create_function_result__isset { @@ -11990,6 +13507,9 @@ typedef struct _ThriftHiveMetastore_create_function_result__isset { class ThriftHiveMetastore_create_function_result { public: + static const char* ascii_fingerprint; // = "F9EF8E19A6AC2C4E08D282524B9828EB"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB}; + ThriftHiveMetastore_create_function_result(const ThriftHiveMetastore_create_function_result&); ThriftHiveMetastore_create_function_result& operator=(const ThriftHiveMetastore_create_function_result&); ThriftHiveMetastore_create_function_result() { @@ -12032,6 +13552,7 @@ class ThriftHiveMetastore_create_function_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_function_result& obj); }; typedef struct _ThriftHiveMetastore_create_function_presult__isset { @@ -12045,6 +13566,9 @@ typedef struct _ThriftHiveMetastore_create_function_presult__isset { class ThriftHiveMetastore_create_function_presult { public: + static const char* ascii_fingerprint; // = "F9EF8E19A6AC2C4E08D282524B9828EB"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xEF,0x8E,0x19,0xA6,0xAC,0x2C,0x4E,0x08,0xD2,0x82,0x52,0x4B,0x98,0x28,0xEB}; + virtual ~ThriftHiveMetastore_create_function_presult() throw(); AlreadyExistsException o1; @@ -12056,6 +13580,7 @@ class ThriftHiveMetastore_create_function_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_function_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_function_args__isset { @@ -12067,6 +13592,9 @@ typedef struct _ThriftHiveMetastore_drop_function_args__isset { class ThriftHiveMetastore_drop_function_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_drop_function_args(const ThriftHiveMetastore_drop_function_args&); ThriftHiveMetastore_drop_function_args& operator=(const ThriftHiveMetastore_drop_function_args&); ThriftHiveMetastore_drop_function_args() : dbName(), funcName() { @@ -12099,12 +13627,16 @@ class ThriftHiveMetastore_drop_function_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_function_args& obj); }; class ThriftHiveMetastore_drop_function_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_drop_function_pargs() throw(); const std::string* dbName; @@ -12112,6 +13644,7 @@ class ThriftHiveMetastore_drop_function_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_function_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_function_result__isset { @@ -12123,6 +13656,9 @@ typedef struct _ThriftHiveMetastore_drop_function_result__isset { class ThriftHiveMetastore_drop_function_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_drop_function_result(const ThriftHiveMetastore_drop_function_result&); ThriftHiveMetastore_drop_function_result& operator=(const ThriftHiveMetastore_drop_function_result&); ThriftHiveMetastore_drop_function_result() { @@ -12155,6 +13691,7 @@ class ThriftHiveMetastore_drop_function_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_function_result& obj); }; typedef struct _ThriftHiveMetastore_drop_function_presult__isset { @@ -12166,6 +13703,9 @@ typedef struct _ThriftHiveMetastore_drop_function_presult__isset { class ThriftHiveMetastore_drop_function_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_drop_function_presult() throw(); NoSuchObjectException o1; @@ -12175,6 +13715,7 @@ class ThriftHiveMetastore_drop_function_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_function_presult& obj); }; typedef struct _ThriftHiveMetastore_alter_function_args__isset { @@ -12187,6 +13728,9 @@ typedef struct _ThriftHiveMetastore_alter_function_args__isset { class ThriftHiveMetastore_alter_function_args { public: + static const char* ascii_fingerprint; // = "2F8F1358572180A7FA1CDB1B1021A3E8"; + static const uint8_t binary_fingerprint[16]; // = {0x2F,0x8F,0x13,0x58,0x57,0x21,0x80,0xA7,0xFA,0x1C,0xDB,0x1B,0x10,0x21,0xA3,0xE8}; + ThriftHiveMetastore_alter_function_args(const ThriftHiveMetastore_alter_function_args&); ThriftHiveMetastore_alter_function_args& operator=(const ThriftHiveMetastore_alter_function_args&); ThriftHiveMetastore_alter_function_args() : dbName(), funcName() { @@ -12224,12 +13768,16 @@ class ThriftHiveMetastore_alter_function_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_function_args& obj); }; class ThriftHiveMetastore_alter_function_pargs { public: + static const char* ascii_fingerprint; // = "2F8F1358572180A7FA1CDB1B1021A3E8"; + static const uint8_t binary_fingerprint[16]; // = {0x2F,0x8F,0x13,0x58,0x57,0x21,0x80,0xA7,0xFA,0x1C,0xDB,0x1B,0x10,0x21,0xA3,0xE8}; + virtual ~ThriftHiveMetastore_alter_function_pargs() throw(); const std::string* dbName; @@ -12238,6 +13786,7 @@ class ThriftHiveMetastore_alter_function_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_function_pargs& obj); }; typedef struct _ThriftHiveMetastore_alter_function_result__isset { @@ -12249,6 +13798,9 @@ typedef struct _ThriftHiveMetastore_alter_function_result__isset { class ThriftHiveMetastore_alter_function_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_alter_function_result(const ThriftHiveMetastore_alter_function_result&); ThriftHiveMetastore_alter_function_result& operator=(const ThriftHiveMetastore_alter_function_result&); ThriftHiveMetastore_alter_function_result() { @@ -12281,6 +13833,7 @@ class ThriftHiveMetastore_alter_function_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_function_result& obj); }; typedef struct _ThriftHiveMetastore_alter_function_presult__isset { @@ -12292,6 +13845,9 @@ typedef struct _ThriftHiveMetastore_alter_function_presult__isset { class ThriftHiveMetastore_alter_function_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_alter_function_presult() throw(); InvalidOperationException o1; @@ -12301,6 +13857,7 @@ class ThriftHiveMetastore_alter_function_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_alter_function_presult& obj); }; typedef struct _ThriftHiveMetastore_get_functions_args__isset { @@ -12312,6 +13869,9 @@ typedef struct _ThriftHiveMetastore_get_functions_args__isset { class ThriftHiveMetastore_get_functions_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_get_functions_args(const ThriftHiveMetastore_get_functions_args&); ThriftHiveMetastore_get_functions_args& operator=(const ThriftHiveMetastore_get_functions_args&); ThriftHiveMetastore_get_functions_args() : dbName(), pattern() { @@ -12344,12 +13904,16 @@ class ThriftHiveMetastore_get_functions_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_functions_args& obj); }; class ThriftHiveMetastore_get_functions_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_get_functions_pargs() throw(); const std::string* dbName; @@ -12357,6 +13921,7 @@ class ThriftHiveMetastore_get_functions_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_functions_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_functions_result__isset { @@ -12368,6 +13933,9 @@ typedef struct _ThriftHiveMetastore_get_functions_result__isset { class ThriftHiveMetastore_get_functions_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_get_functions_result(const ThriftHiveMetastore_get_functions_result&); ThriftHiveMetastore_get_functions_result& operator=(const ThriftHiveMetastore_get_functions_result&); ThriftHiveMetastore_get_functions_result() { @@ -12400,6 +13968,7 @@ class ThriftHiveMetastore_get_functions_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_functions_result& obj); }; typedef struct _ThriftHiveMetastore_get_functions_presult__isset { @@ -12411,6 +13980,9 @@ typedef struct _ThriftHiveMetastore_get_functions_presult__isset { class ThriftHiveMetastore_get_functions_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_get_functions_presult() throw(); std::vector * success; @@ -12420,6 +13992,7 @@ class ThriftHiveMetastore_get_functions_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_functions_presult& obj); }; typedef struct _ThriftHiveMetastore_get_function_args__isset { @@ -12431,6 +14004,9 @@ typedef struct _ThriftHiveMetastore_get_function_args__isset { class ThriftHiveMetastore_get_function_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_get_function_args(const ThriftHiveMetastore_get_function_args&); ThriftHiveMetastore_get_function_args& operator=(const ThriftHiveMetastore_get_function_args&); ThriftHiveMetastore_get_function_args() : dbName(), funcName() { @@ -12463,12 +14039,16 @@ class ThriftHiveMetastore_get_function_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_function_args& obj); }; class ThriftHiveMetastore_get_function_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_get_function_pargs() throw(); const std::string* dbName; @@ -12476,6 +14056,7 @@ class ThriftHiveMetastore_get_function_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_function_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_function_result__isset { @@ -12488,6 +14069,9 @@ typedef struct _ThriftHiveMetastore_get_function_result__isset { class ThriftHiveMetastore_get_function_result { public: + static const char* ascii_fingerprint; // = "870289681A55022612B36FE7410680C6"; + static const uint8_t binary_fingerprint[16]; // = {0x87,0x02,0x89,0x68,0x1A,0x55,0x02,0x26,0x12,0xB3,0x6F,0xE7,0x41,0x06,0x80,0xC6}; + ThriftHiveMetastore_get_function_result(const ThriftHiveMetastore_get_function_result&); ThriftHiveMetastore_get_function_result& operator=(const ThriftHiveMetastore_get_function_result&); ThriftHiveMetastore_get_function_result() { @@ -12525,6 +14109,7 @@ class ThriftHiveMetastore_get_function_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_function_result& obj); }; typedef struct _ThriftHiveMetastore_get_function_presult__isset { @@ -12537,6 +14122,9 @@ typedef struct _ThriftHiveMetastore_get_function_presult__isset { class ThriftHiveMetastore_get_function_presult { public: + static const char* ascii_fingerprint; // = "870289681A55022612B36FE7410680C6"; + static const uint8_t binary_fingerprint[16]; // = {0x87,0x02,0x89,0x68,0x1A,0x55,0x02,0x26,0x12,0xB3,0x6F,0xE7,0x41,0x06,0x80,0xC6}; + virtual ~ThriftHiveMetastore_get_function_presult() throw(); Function* success; @@ -12547,12 +14135,16 @@ class ThriftHiveMetastore_get_function_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_function_presult& obj); }; class ThriftHiveMetastore_get_all_functions_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_get_all_functions_args(const ThriftHiveMetastore_get_all_functions_args&); ThriftHiveMetastore_get_all_functions_args& operator=(const ThriftHiveMetastore_get_all_functions_args&); ThriftHiveMetastore_get_all_functions_args() { @@ -12573,17 +14165,22 @@ class ThriftHiveMetastore_get_all_functions_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_functions_args& obj); }; class ThriftHiveMetastore_get_all_functions_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_get_all_functions_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_functions_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_all_functions_result__isset { @@ -12595,6 +14192,9 @@ typedef struct _ThriftHiveMetastore_get_all_functions_result__isset { class ThriftHiveMetastore_get_all_functions_result { public: + static const char* ascii_fingerprint; // = "06C8A68188A121F548981E73524438EF"; + static const uint8_t binary_fingerprint[16]; // = {0x06,0xC8,0xA6,0x81,0x88,0xA1,0x21,0xF5,0x48,0x98,0x1E,0x73,0x52,0x44,0x38,0xEF}; + ThriftHiveMetastore_get_all_functions_result(const ThriftHiveMetastore_get_all_functions_result&); ThriftHiveMetastore_get_all_functions_result& operator=(const ThriftHiveMetastore_get_all_functions_result&); ThriftHiveMetastore_get_all_functions_result() { @@ -12627,6 +14227,7 @@ class ThriftHiveMetastore_get_all_functions_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_functions_result& obj); }; typedef struct _ThriftHiveMetastore_get_all_functions_presult__isset { @@ -12638,6 +14239,9 @@ typedef struct _ThriftHiveMetastore_get_all_functions_presult__isset { class ThriftHiveMetastore_get_all_functions_presult { public: + static const char* ascii_fingerprint; // = "06C8A68188A121F548981E73524438EF"; + static const uint8_t binary_fingerprint[16]; // = {0x06,0xC8,0xA6,0x81,0x88,0xA1,0x21,0xF5,0x48,0x98,0x1E,0x73,0x52,0x44,0x38,0xEF}; + virtual ~ThriftHiveMetastore_get_all_functions_presult() throw(); GetAllFunctionsResponse* success; @@ -12647,6 +14251,7 @@ class ThriftHiveMetastore_get_all_functions_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_all_functions_presult& obj); }; typedef struct _ThriftHiveMetastore_create_role_args__isset { @@ -12657,6 +14262,9 @@ typedef struct _ThriftHiveMetastore_create_role_args__isset { class ThriftHiveMetastore_create_role_args { public: + static const char* ascii_fingerprint; // = "6AC6FD61CA5E3524E0174B0B96D6F9C0"; + static const uint8_t binary_fingerprint[16]; // = {0x6A,0xC6,0xFD,0x61,0xCA,0x5E,0x35,0x24,0xE0,0x17,0x4B,0x0B,0x96,0xD6,0xF9,0xC0}; + ThriftHiveMetastore_create_role_args(const ThriftHiveMetastore_create_role_args&); ThriftHiveMetastore_create_role_args& operator=(const ThriftHiveMetastore_create_role_args&); ThriftHiveMetastore_create_role_args() { @@ -12684,18 +14292,23 @@ class ThriftHiveMetastore_create_role_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_role_args& obj); }; class ThriftHiveMetastore_create_role_pargs { public: + static const char* ascii_fingerprint; // = "6AC6FD61CA5E3524E0174B0B96D6F9C0"; + static const uint8_t binary_fingerprint[16]; // = {0x6A,0xC6,0xFD,0x61,0xCA,0x5E,0x35,0x24,0xE0,0x17,0x4B,0x0B,0x96,0xD6,0xF9,0xC0}; + virtual ~ThriftHiveMetastore_create_role_pargs() throw(); const Role* role; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_role_pargs& obj); }; typedef struct _ThriftHiveMetastore_create_role_result__isset { @@ -12707,6 +14320,9 @@ typedef struct _ThriftHiveMetastore_create_role_result__isset { class ThriftHiveMetastore_create_role_result { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + ThriftHiveMetastore_create_role_result(const ThriftHiveMetastore_create_role_result&); ThriftHiveMetastore_create_role_result& operator=(const ThriftHiveMetastore_create_role_result&); ThriftHiveMetastore_create_role_result() : success(0) { @@ -12739,6 +14355,7 @@ class ThriftHiveMetastore_create_role_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_role_result& obj); }; typedef struct _ThriftHiveMetastore_create_role_presult__isset { @@ -12750,6 +14367,9 @@ typedef struct _ThriftHiveMetastore_create_role_presult__isset { class ThriftHiveMetastore_create_role_presult { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + virtual ~ThriftHiveMetastore_create_role_presult() throw(); bool* success; @@ -12759,6 +14379,7 @@ class ThriftHiveMetastore_create_role_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_create_role_presult& obj); }; typedef struct _ThriftHiveMetastore_drop_role_args__isset { @@ -12769,6 +14390,9 @@ typedef struct _ThriftHiveMetastore_drop_role_args__isset { class ThriftHiveMetastore_drop_role_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_drop_role_args(const ThriftHiveMetastore_drop_role_args&); ThriftHiveMetastore_drop_role_args& operator=(const ThriftHiveMetastore_drop_role_args&); ThriftHiveMetastore_drop_role_args() : role_name() { @@ -12796,18 +14420,23 @@ class ThriftHiveMetastore_drop_role_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_role_args& obj); }; class ThriftHiveMetastore_drop_role_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_drop_role_pargs() throw(); const std::string* role_name; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_role_pargs& obj); }; typedef struct _ThriftHiveMetastore_drop_role_result__isset { @@ -12819,6 +14448,9 @@ typedef struct _ThriftHiveMetastore_drop_role_result__isset { class ThriftHiveMetastore_drop_role_result { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + ThriftHiveMetastore_drop_role_result(const ThriftHiveMetastore_drop_role_result&); ThriftHiveMetastore_drop_role_result& operator=(const ThriftHiveMetastore_drop_role_result&); ThriftHiveMetastore_drop_role_result() : success(0) { @@ -12851,6 +14483,7 @@ class ThriftHiveMetastore_drop_role_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_role_result& obj); }; typedef struct _ThriftHiveMetastore_drop_role_presult__isset { @@ -12862,6 +14495,9 @@ typedef struct _ThriftHiveMetastore_drop_role_presult__isset { class ThriftHiveMetastore_drop_role_presult { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + virtual ~ThriftHiveMetastore_drop_role_presult() throw(); bool* success; @@ -12871,12 +14507,16 @@ class ThriftHiveMetastore_drop_role_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_drop_role_presult& obj); }; class ThriftHiveMetastore_get_role_names_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_get_role_names_args(const ThriftHiveMetastore_get_role_names_args&); ThriftHiveMetastore_get_role_names_args& operator=(const ThriftHiveMetastore_get_role_names_args&); ThriftHiveMetastore_get_role_names_args() { @@ -12897,17 +14537,22 @@ class ThriftHiveMetastore_get_role_names_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_role_names_args& obj); }; class ThriftHiveMetastore_get_role_names_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_get_role_names_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_role_names_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_role_names_result__isset { @@ -12919,6 +14564,9 @@ typedef struct _ThriftHiveMetastore_get_role_names_result__isset { class ThriftHiveMetastore_get_role_names_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_get_role_names_result(const ThriftHiveMetastore_get_role_names_result&); ThriftHiveMetastore_get_role_names_result& operator=(const ThriftHiveMetastore_get_role_names_result&); ThriftHiveMetastore_get_role_names_result() { @@ -12951,6 +14599,7 @@ class ThriftHiveMetastore_get_role_names_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_role_names_result& obj); }; typedef struct _ThriftHiveMetastore_get_role_names_presult__isset { @@ -12962,6 +14611,9 @@ typedef struct _ThriftHiveMetastore_get_role_names_presult__isset { class ThriftHiveMetastore_get_role_names_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_get_role_names_presult() throw(); std::vector * success; @@ -12971,6 +14623,7 @@ class ThriftHiveMetastore_get_role_names_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_role_names_presult& obj); }; typedef struct _ThriftHiveMetastore_grant_role_args__isset { @@ -12986,6 +14639,9 @@ typedef struct _ThriftHiveMetastore_grant_role_args__isset { class ThriftHiveMetastore_grant_role_args { public: + static const char* ascii_fingerprint; // = "133BD894291B139C46ECC5FBC7D159A2"; + static const uint8_t binary_fingerprint[16]; // = {0x13,0x3B,0xD8,0x94,0x29,0x1B,0x13,0x9C,0x46,0xEC,0xC5,0xFB,0xC7,0xD1,0x59,0xA2}; + ThriftHiveMetastore_grant_role_args(const ThriftHiveMetastore_grant_role_args&); ThriftHiveMetastore_grant_role_args& operator=(const ThriftHiveMetastore_grant_role_args&); ThriftHiveMetastore_grant_role_args() : role_name(), principal_name(), principal_type((PrincipalType::type)0), grantor(), grantorType((PrincipalType::type)0), grant_option(0) { @@ -13038,12 +14694,16 @@ class ThriftHiveMetastore_grant_role_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_role_args& obj); }; class ThriftHiveMetastore_grant_role_pargs { public: + static const char* ascii_fingerprint; // = "133BD894291B139C46ECC5FBC7D159A2"; + static const uint8_t binary_fingerprint[16]; // = {0x13,0x3B,0xD8,0x94,0x29,0x1B,0x13,0x9C,0x46,0xEC,0xC5,0xFB,0xC7,0xD1,0x59,0xA2}; + virtual ~ThriftHiveMetastore_grant_role_pargs() throw(); const std::string* role_name; @@ -13055,6 +14715,7 @@ class ThriftHiveMetastore_grant_role_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_role_pargs& obj); }; typedef struct _ThriftHiveMetastore_grant_role_result__isset { @@ -13066,6 +14727,9 @@ typedef struct _ThriftHiveMetastore_grant_role_result__isset { class ThriftHiveMetastore_grant_role_result { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + ThriftHiveMetastore_grant_role_result(const ThriftHiveMetastore_grant_role_result&); ThriftHiveMetastore_grant_role_result& operator=(const ThriftHiveMetastore_grant_role_result&); ThriftHiveMetastore_grant_role_result() : success(0) { @@ -13098,6 +14762,7 @@ class ThriftHiveMetastore_grant_role_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_role_result& obj); }; typedef struct _ThriftHiveMetastore_grant_role_presult__isset { @@ -13109,6 +14774,9 @@ typedef struct _ThriftHiveMetastore_grant_role_presult__isset { class ThriftHiveMetastore_grant_role_presult { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + virtual ~ThriftHiveMetastore_grant_role_presult() throw(); bool* success; @@ -13118,6 +14786,7 @@ class ThriftHiveMetastore_grant_role_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_role_presult& obj); }; typedef struct _ThriftHiveMetastore_revoke_role_args__isset { @@ -13130,6 +14799,9 @@ typedef struct _ThriftHiveMetastore_revoke_role_args__isset { class ThriftHiveMetastore_revoke_role_args { public: + static const char* ascii_fingerprint; // = "4F8ABE747D9A2DF14F7E84DDBE60D55C"; + static const uint8_t binary_fingerprint[16]; // = {0x4F,0x8A,0xBE,0x74,0x7D,0x9A,0x2D,0xF1,0x4F,0x7E,0x84,0xDD,0xBE,0x60,0xD5,0x5C}; + ThriftHiveMetastore_revoke_role_args(const ThriftHiveMetastore_revoke_role_args&); ThriftHiveMetastore_revoke_role_args& operator=(const ThriftHiveMetastore_revoke_role_args&); ThriftHiveMetastore_revoke_role_args() : role_name(), principal_name(), principal_type((PrincipalType::type)0) { @@ -13167,12 +14839,16 @@ class ThriftHiveMetastore_revoke_role_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_revoke_role_args& obj); }; class ThriftHiveMetastore_revoke_role_pargs { public: + static const char* ascii_fingerprint; // = "4F8ABE747D9A2DF14F7E84DDBE60D55C"; + static const uint8_t binary_fingerprint[16]; // = {0x4F,0x8A,0xBE,0x74,0x7D,0x9A,0x2D,0xF1,0x4F,0x7E,0x84,0xDD,0xBE,0x60,0xD5,0x5C}; + virtual ~ThriftHiveMetastore_revoke_role_pargs() throw(); const std::string* role_name; @@ -13181,6 +14857,7 @@ class ThriftHiveMetastore_revoke_role_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_revoke_role_pargs& obj); }; typedef struct _ThriftHiveMetastore_revoke_role_result__isset { @@ -13192,6 +14869,9 @@ typedef struct _ThriftHiveMetastore_revoke_role_result__isset { class ThriftHiveMetastore_revoke_role_result { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + ThriftHiveMetastore_revoke_role_result(const ThriftHiveMetastore_revoke_role_result&); ThriftHiveMetastore_revoke_role_result& operator=(const ThriftHiveMetastore_revoke_role_result&); ThriftHiveMetastore_revoke_role_result() : success(0) { @@ -13224,6 +14904,7 @@ class ThriftHiveMetastore_revoke_role_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_revoke_role_result& obj); }; typedef struct _ThriftHiveMetastore_revoke_role_presult__isset { @@ -13235,6 +14916,9 @@ typedef struct _ThriftHiveMetastore_revoke_role_presult__isset { class ThriftHiveMetastore_revoke_role_presult { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + virtual ~ThriftHiveMetastore_revoke_role_presult() throw(); bool* success; @@ -13244,6 +14928,7 @@ class ThriftHiveMetastore_revoke_role_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_revoke_role_presult& obj); }; typedef struct _ThriftHiveMetastore_list_roles_args__isset { @@ -13255,6 +14940,9 @@ typedef struct _ThriftHiveMetastore_list_roles_args__isset { class ThriftHiveMetastore_list_roles_args { public: + static const char* ascii_fingerprint; // = "D6FD826D949221396F4FFC3ECCD3D192"; + static const uint8_t binary_fingerprint[16]; // = {0xD6,0xFD,0x82,0x6D,0x94,0x92,0x21,0x39,0x6F,0x4F,0xFC,0x3E,0xCC,0xD3,0xD1,0x92}; + ThriftHiveMetastore_list_roles_args(const ThriftHiveMetastore_list_roles_args&); ThriftHiveMetastore_list_roles_args& operator=(const ThriftHiveMetastore_list_roles_args&); ThriftHiveMetastore_list_roles_args() : principal_name(), principal_type((PrincipalType::type)0) { @@ -13287,12 +14975,16 @@ class ThriftHiveMetastore_list_roles_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_list_roles_args& obj); }; class ThriftHiveMetastore_list_roles_pargs { public: + static const char* ascii_fingerprint; // = "D6FD826D949221396F4FFC3ECCD3D192"; + static const uint8_t binary_fingerprint[16]; // = {0xD6,0xFD,0x82,0x6D,0x94,0x92,0x21,0x39,0x6F,0x4F,0xFC,0x3E,0xCC,0xD3,0xD1,0x92}; + virtual ~ThriftHiveMetastore_list_roles_pargs() throw(); const std::string* principal_name; @@ -13300,6 +14992,7 @@ class ThriftHiveMetastore_list_roles_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_list_roles_pargs& obj); }; typedef struct _ThriftHiveMetastore_list_roles_result__isset { @@ -13311,6 +15004,9 @@ typedef struct _ThriftHiveMetastore_list_roles_result__isset { class ThriftHiveMetastore_list_roles_result { public: + static const char* ascii_fingerprint; // = "F4E2C0107AD92DC71252C1F2F0EC2593"; + static const uint8_t binary_fingerprint[16]; // = {0xF4,0xE2,0xC0,0x10,0x7A,0xD9,0x2D,0xC7,0x12,0x52,0xC1,0xF2,0xF0,0xEC,0x25,0x93}; + ThriftHiveMetastore_list_roles_result(const ThriftHiveMetastore_list_roles_result&); ThriftHiveMetastore_list_roles_result& operator=(const ThriftHiveMetastore_list_roles_result&); ThriftHiveMetastore_list_roles_result() { @@ -13343,6 +15039,7 @@ class ThriftHiveMetastore_list_roles_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_list_roles_result& obj); }; typedef struct _ThriftHiveMetastore_list_roles_presult__isset { @@ -13354,6 +15051,9 @@ typedef struct _ThriftHiveMetastore_list_roles_presult__isset { class ThriftHiveMetastore_list_roles_presult { public: + static const char* ascii_fingerprint; // = "F4E2C0107AD92DC71252C1F2F0EC2593"; + static const uint8_t binary_fingerprint[16]; // = {0xF4,0xE2,0xC0,0x10,0x7A,0xD9,0x2D,0xC7,0x12,0x52,0xC1,0xF2,0xF0,0xEC,0x25,0x93}; + virtual ~ThriftHiveMetastore_list_roles_presult() throw(); std::vector * success; @@ -13363,6 +15063,7 @@ class ThriftHiveMetastore_list_roles_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_list_roles_presult& obj); }; typedef struct _ThriftHiveMetastore_grant_revoke_role_args__isset { @@ -13373,6 +15074,9 @@ typedef struct _ThriftHiveMetastore_grant_revoke_role_args__isset { class ThriftHiveMetastore_grant_revoke_role_args { public: + static const char* ascii_fingerprint; // = "32A08793075D468A123BDF8A429097C2"; + static const uint8_t binary_fingerprint[16]; // = {0x32,0xA0,0x87,0x93,0x07,0x5D,0x46,0x8A,0x12,0x3B,0xDF,0x8A,0x42,0x90,0x97,0xC2}; + ThriftHiveMetastore_grant_revoke_role_args(const ThriftHiveMetastore_grant_revoke_role_args&); ThriftHiveMetastore_grant_revoke_role_args& operator=(const ThriftHiveMetastore_grant_revoke_role_args&); ThriftHiveMetastore_grant_revoke_role_args() { @@ -13400,18 +15104,23 @@ class ThriftHiveMetastore_grant_revoke_role_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_revoke_role_args& obj); }; class ThriftHiveMetastore_grant_revoke_role_pargs { public: + static const char* ascii_fingerprint; // = "32A08793075D468A123BDF8A429097C2"; + static const uint8_t binary_fingerprint[16]; // = {0x32,0xA0,0x87,0x93,0x07,0x5D,0x46,0x8A,0x12,0x3B,0xDF,0x8A,0x42,0x90,0x97,0xC2}; + virtual ~ThriftHiveMetastore_grant_revoke_role_pargs() throw(); const GrantRevokeRoleRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_revoke_role_pargs& obj); }; typedef struct _ThriftHiveMetastore_grant_revoke_role_result__isset { @@ -13423,6 +15132,9 @@ typedef struct _ThriftHiveMetastore_grant_revoke_role_result__isset { class ThriftHiveMetastore_grant_revoke_role_result { public: + static const char* ascii_fingerprint; // = "2752D57FBB6A712ADAD7D19783020F2C"; + static const uint8_t binary_fingerprint[16]; // = {0x27,0x52,0xD5,0x7F,0xBB,0x6A,0x71,0x2A,0xDA,0xD7,0xD1,0x97,0x83,0x02,0x0F,0x2C}; + ThriftHiveMetastore_grant_revoke_role_result(const ThriftHiveMetastore_grant_revoke_role_result&); ThriftHiveMetastore_grant_revoke_role_result& operator=(const ThriftHiveMetastore_grant_revoke_role_result&); ThriftHiveMetastore_grant_revoke_role_result() { @@ -13455,6 +15167,7 @@ class ThriftHiveMetastore_grant_revoke_role_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_revoke_role_result& obj); }; typedef struct _ThriftHiveMetastore_grant_revoke_role_presult__isset { @@ -13466,6 +15179,9 @@ typedef struct _ThriftHiveMetastore_grant_revoke_role_presult__isset { class ThriftHiveMetastore_grant_revoke_role_presult { public: + static const char* ascii_fingerprint; // = "2752D57FBB6A712ADAD7D19783020F2C"; + static const uint8_t binary_fingerprint[16]; // = {0x27,0x52,0xD5,0x7F,0xBB,0x6A,0x71,0x2A,0xDA,0xD7,0xD1,0x97,0x83,0x02,0x0F,0x2C}; + virtual ~ThriftHiveMetastore_grant_revoke_role_presult() throw(); GrantRevokeRoleResponse* success; @@ -13475,6 +15191,7 @@ class ThriftHiveMetastore_grant_revoke_role_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_revoke_role_presult& obj); }; typedef struct _ThriftHiveMetastore_get_principals_in_role_args__isset { @@ -13485,6 +15202,9 @@ typedef struct _ThriftHiveMetastore_get_principals_in_role_args__isset { class ThriftHiveMetastore_get_principals_in_role_args { public: + static const char* ascii_fingerprint; // = "771E7EF40B572D2BFAB12C49547ADCBF"; + static const uint8_t binary_fingerprint[16]; // = {0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF}; + ThriftHiveMetastore_get_principals_in_role_args(const ThriftHiveMetastore_get_principals_in_role_args&); ThriftHiveMetastore_get_principals_in_role_args& operator=(const ThriftHiveMetastore_get_principals_in_role_args&); ThriftHiveMetastore_get_principals_in_role_args() { @@ -13512,18 +15232,23 @@ class ThriftHiveMetastore_get_principals_in_role_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_principals_in_role_args& obj); }; class ThriftHiveMetastore_get_principals_in_role_pargs { public: + static const char* ascii_fingerprint; // = "771E7EF40B572D2BFAB12C49547ADCBF"; + static const uint8_t binary_fingerprint[16]; // = {0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF}; + virtual ~ThriftHiveMetastore_get_principals_in_role_pargs() throw(); const GetPrincipalsInRoleRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_principals_in_role_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_principals_in_role_result__isset { @@ -13535,6 +15260,9 @@ typedef struct _ThriftHiveMetastore_get_principals_in_role_result__isset { class ThriftHiveMetastore_get_principals_in_role_result { public: + static const char* ascii_fingerprint; // = "991483C373A3000CBEAB31F972699E7B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x14,0x83,0xC3,0x73,0xA3,0x00,0x0C,0xBE,0xAB,0x31,0xF9,0x72,0x69,0x9E,0x7B}; + ThriftHiveMetastore_get_principals_in_role_result(const ThriftHiveMetastore_get_principals_in_role_result&); ThriftHiveMetastore_get_principals_in_role_result& operator=(const ThriftHiveMetastore_get_principals_in_role_result&); ThriftHiveMetastore_get_principals_in_role_result() { @@ -13567,6 +15295,7 @@ class ThriftHiveMetastore_get_principals_in_role_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_principals_in_role_result& obj); }; typedef struct _ThriftHiveMetastore_get_principals_in_role_presult__isset { @@ -13578,6 +15307,9 @@ typedef struct _ThriftHiveMetastore_get_principals_in_role_presult__isset { class ThriftHiveMetastore_get_principals_in_role_presult { public: + static const char* ascii_fingerprint; // = "991483C373A3000CBEAB31F972699E7B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x14,0x83,0xC3,0x73,0xA3,0x00,0x0C,0xBE,0xAB,0x31,0xF9,0x72,0x69,0x9E,0x7B}; + virtual ~ThriftHiveMetastore_get_principals_in_role_presult() throw(); GetPrincipalsInRoleResponse* success; @@ -13587,6 +15319,7 @@ class ThriftHiveMetastore_get_principals_in_role_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_principals_in_role_presult& obj); }; typedef struct _ThriftHiveMetastore_get_role_grants_for_principal_args__isset { @@ -13597,6 +15330,9 @@ typedef struct _ThriftHiveMetastore_get_role_grants_for_principal_args__isset { class ThriftHiveMetastore_get_role_grants_for_principal_args { public: + static const char* ascii_fingerprint; // = "2EFF1E534C8CBE58ACF12DBD7FBA560E"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0xFF,0x1E,0x53,0x4C,0x8C,0xBE,0x58,0xAC,0xF1,0x2D,0xBD,0x7F,0xBA,0x56,0x0E}; + ThriftHiveMetastore_get_role_grants_for_principal_args(const ThriftHiveMetastore_get_role_grants_for_principal_args&); ThriftHiveMetastore_get_role_grants_for_principal_args& operator=(const ThriftHiveMetastore_get_role_grants_for_principal_args&); ThriftHiveMetastore_get_role_grants_for_principal_args() { @@ -13624,18 +15360,23 @@ class ThriftHiveMetastore_get_role_grants_for_principal_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_role_grants_for_principal_args& obj); }; class ThriftHiveMetastore_get_role_grants_for_principal_pargs { public: + static const char* ascii_fingerprint; // = "2EFF1E534C8CBE58ACF12DBD7FBA560E"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0xFF,0x1E,0x53,0x4C,0x8C,0xBE,0x58,0xAC,0xF1,0x2D,0xBD,0x7F,0xBA,0x56,0x0E}; + virtual ~ThriftHiveMetastore_get_role_grants_for_principal_pargs() throw(); const GetRoleGrantsForPrincipalRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_role_grants_for_principal_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_role_grants_for_principal_result__isset { @@ -13647,6 +15388,9 @@ typedef struct _ThriftHiveMetastore_get_role_grants_for_principal_result__isset class ThriftHiveMetastore_get_role_grants_for_principal_result { public: + static const char* ascii_fingerprint; // = "991483C373A3000CBEAB31F972699E7B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x14,0x83,0xC3,0x73,0xA3,0x00,0x0C,0xBE,0xAB,0x31,0xF9,0x72,0x69,0x9E,0x7B}; + ThriftHiveMetastore_get_role_grants_for_principal_result(const ThriftHiveMetastore_get_role_grants_for_principal_result&); ThriftHiveMetastore_get_role_grants_for_principal_result& operator=(const ThriftHiveMetastore_get_role_grants_for_principal_result&); ThriftHiveMetastore_get_role_grants_for_principal_result() { @@ -13679,6 +15423,7 @@ class ThriftHiveMetastore_get_role_grants_for_principal_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_role_grants_for_principal_result& obj); }; typedef struct _ThriftHiveMetastore_get_role_grants_for_principal_presult__isset { @@ -13690,6 +15435,9 @@ typedef struct _ThriftHiveMetastore_get_role_grants_for_principal_presult__isset class ThriftHiveMetastore_get_role_grants_for_principal_presult { public: + static const char* ascii_fingerprint; // = "991483C373A3000CBEAB31F972699E7B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x14,0x83,0xC3,0x73,0xA3,0x00,0x0C,0xBE,0xAB,0x31,0xF9,0x72,0x69,0x9E,0x7B}; + virtual ~ThriftHiveMetastore_get_role_grants_for_principal_presult() throw(); GetRoleGrantsForPrincipalResponse* success; @@ -13699,6 +15447,7 @@ class ThriftHiveMetastore_get_role_grants_for_principal_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_role_grants_for_principal_presult& obj); }; typedef struct _ThriftHiveMetastore_get_privilege_set_args__isset { @@ -13711,6 +15460,9 @@ typedef struct _ThriftHiveMetastore_get_privilege_set_args__isset { class ThriftHiveMetastore_get_privilege_set_args { public: + static const char* ascii_fingerprint; // = "E105E94D3644392EDFB1688221845BB8"; + static const uint8_t binary_fingerprint[16]; // = {0xE1,0x05,0xE9,0x4D,0x36,0x44,0x39,0x2E,0xDF,0xB1,0x68,0x82,0x21,0x84,0x5B,0xB8}; + ThriftHiveMetastore_get_privilege_set_args(const ThriftHiveMetastore_get_privilege_set_args&); ThriftHiveMetastore_get_privilege_set_args& operator=(const ThriftHiveMetastore_get_privilege_set_args&); ThriftHiveMetastore_get_privilege_set_args() : user_name() { @@ -13748,12 +15500,16 @@ class ThriftHiveMetastore_get_privilege_set_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_privilege_set_args& obj); }; class ThriftHiveMetastore_get_privilege_set_pargs { public: + static const char* ascii_fingerprint; // = "E105E94D3644392EDFB1688221845BB8"; + static const uint8_t binary_fingerprint[16]; // = {0xE1,0x05,0xE9,0x4D,0x36,0x44,0x39,0x2E,0xDF,0xB1,0x68,0x82,0x21,0x84,0x5B,0xB8}; + virtual ~ThriftHiveMetastore_get_privilege_set_pargs() throw(); const HiveObjectRef* hiveObject; @@ -13762,6 +15518,7 @@ class ThriftHiveMetastore_get_privilege_set_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_privilege_set_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_privilege_set_result__isset { @@ -13773,6 +15530,9 @@ typedef struct _ThriftHiveMetastore_get_privilege_set_result__isset { class ThriftHiveMetastore_get_privilege_set_result { public: + static const char* ascii_fingerprint; // = "16B7D982DB804BE178ADD440C5436959"; + static const uint8_t binary_fingerprint[16]; // = {0x16,0xB7,0xD9,0x82,0xDB,0x80,0x4B,0xE1,0x78,0xAD,0xD4,0x40,0xC5,0x43,0x69,0x59}; + ThriftHiveMetastore_get_privilege_set_result(const ThriftHiveMetastore_get_privilege_set_result&); ThriftHiveMetastore_get_privilege_set_result& operator=(const ThriftHiveMetastore_get_privilege_set_result&); ThriftHiveMetastore_get_privilege_set_result() { @@ -13805,6 +15565,7 @@ class ThriftHiveMetastore_get_privilege_set_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_privilege_set_result& obj); }; typedef struct _ThriftHiveMetastore_get_privilege_set_presult__isset { @@ -13816,6 +15577,9 @@ typedef struct _ThriftHiveMetastore_get_privilege_set_presult__isset { class ThriftHiveMetastore_get_privilege_set_presult { public: + static const char* ascii_fingerprint; // = "16B7D982DB804BE178ADD440C5436959"; + static const uint8_t binary_fingerprint[16]; // = {0x16,0xB7,0xD9,0x82,0xDB,0x80,0x4B,0xE1,0x78,0xAD,0xD4,0x40,0xC5,0x43,0x69,0x59}; + virtual ~ThriftHiveMetastore_get_privilege_set_presult() throw(); PrincipalPrivilegeSet* success; @@ -13825,6 +15589,7 @@ class ThriftHiveMetastore_get_privilege_set_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_privilege_set_presult& obj); }; typedef struct _ThriftHiveMetastore_list_privileges_args__isset { @@ -13837,6 +15602,9 @@ typedef struct _ThriftHiveMetastore_list_privileges_args__isset { class ThriftHiveMetastore_list_privileges_args { public: + static const char* ascii_fingerprint; // = "BB2F0CAC4D46A233190DED7C9454C178"; + static const uint8_t binary_fingerprint[16]; // = {0xBB,0x2F,0x0C,0xAC,0x4D,0x46,0xA2,0x33,0x19,0x0D,0xED,0x7C,0x94,0x54,0xC1,0x78}; + ThriftHiveMetastore_list_privileges_args(const ThriftHiveMetastore_list_privileges_args&); ThriftHiveMetastore_list_privileges_args& operator=(const ThriftHiveMetastore_list_privileges_args&); ThriftHiveMetastore_list_privileges_args() : principal_name(), principal_type((PrincipalType::type)0) { @@ -13874,12 +15642,16 @@ class ThriftHiveMetastore_list_privileges_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_list_privileges_args& obj); }; class ThriftHiveMetastore_list_privileges_pargs { public: + static const char* ascii_fingerprint; // = "BB2F0CAC4D46A233190DED7C9454C178"; + static const uint8_t binary_fingerprint[16]; // = {0xBB,0x2F,0x0C,0xAC,0x4D,0x46,0xA2,0x33,0x19,0x0D,0xED,0x7C,0x94,0x54,0xC1,0x78}; + virtual ~ThriftHiveMetastore_list_privileges_pargs() throw(); const std::string* principal_name; @@ -13888,6 +15660,7 @@ class ThriftHiveMetastore_list_privileges_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_list_privileges_pargs& obj); }; typedef struct _ThriftHiveMetastore_list_privileges_result__isset { @@ -13899,6 +15672,9 @@ typedef struct _ThriftHiveMetastore_list_privileges_result__isset { class ThriftHiveMetastore_list_privileges_result { public: + static const char* ascii_fingerprint; // = "117F3F2796D97C590719F8266D36B7A3"; + static const uint8_t binary_fingerprint[16]; // = {0x11,0x7F,0x3F,0x27,0x96,0xD9,0x7C,0x59,0x07,0x19,0xF8,0x26,0x6D,0x36,0xB7,0xA3}; + ThriftHiveMetastore_list_privileges_result(const ThriftHiveMetastore_list_privileges_result&); ThriftHiveMetastore_list_privileges_result& operator=(const ThriftHiveMetastore_list_privileges_result&); ThriftHiveMetastore_list_privileges_result() { @@ -13931,6 +15707,7 @@ class ThriftHiveMetastore_list_privileges_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_list_privileges_result& obj); }; typedef struct _ThriftHiveMetastore_list_privileges_presult__isset { @@ -13942,6 +15719,9 @@ typedef struct _ThriftHiveMetastore_list_privileges_presult__isset { class ThriftHiveMetastore_list_privileges_presult { public: + static const char* ascii_fingerprint; // = "117F3F2796D97C590719F8266D36B7A3"; + static const uint8_t binary_fingerprint[16]; // = {0x11,0x7F,0x3F,0x27,0x96,0xD9,0x7C,0x59,0x07,0x19,0xF8,0x26,0x6D,0x36,0xB7,0xA3}; + virtual ~ThriftHiveMetastore_list_privileges_presult() throw(); std::vector * success; @@ -13951,6 +15731,7 @@ class ThriftHiveMetastore_list_privileges_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_list_privileges_presult& obj); }; typedef struct _ThriftHiveMetastore_grant_privileges_args__isset { @@ -13961,6 +15742,9 @@ typedef struct _ThriftHiveMetastore_grant_privileges_args__isset { class ThriftHiveMetastore_grant_privileges_args { public: + static const char* ascii_fingerprint; // = "D1FFAF2A30E9127AE6F2253FBF65ECDB"; + static const uint8_t binary_fingerprint[16]; // = {0xD1,0xFF,0xAF,0x2A,0x30,0xE9,0x12,0x7A,0xE6,0xF2,0x25,0x3F,0xBF,0x65,0xEC,0xDB}; + ThriftHiveMetastore_grant_privileges_args(const ThriftHiveMetastore_grant_privileges_args&); ThriftHiveMetastore_grant_privileges_args& operator=(const ThriftHiveMetastore_grant_privileges_args&); ThriftHiveMetastore_grant_privileges_args() { @@ -13988,18 +15772,23 @@ class ThriftHiveMetastore_grant_privileges_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_privileges_args& obj); }; class ThriftHiveMetastore_grant_privileges_pargs { public: + static const char* ascii_fingerprint; // = "D1FFAF2A30E9127AE6F2253FBF65ECDB"; + static const uint8_t binary_fingerprint[16]; // = {0xD1,0xFF,0xAF,0x2A,0x30,0xE9,0x12,0x7A,0xE6,0xF2,0x25,0x3F,0xBF,0x65,0xEC,0xDB}; + virtual ~ThriftHiveMetastore_grant_privileges_pargs() throw(); const PrivilegeBag* privileges; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_privileges_pargs& obj); }; typedef struct _ThriftHiveMetastore_grant_privileges_result__isset { @@ -14011,6 +15800,9 @@ typedef struct _ThriftHiveMetastore_grant_privileges_result__isset { class ThriftHiveMetastore_grant_privileges_result { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + ThriftHiveMetastore_grant_privileges_result(const ThriftHiveMetastore_grant_privileges_result&); ThriftHiveMetastore_grant_privileges_result& operator=(const ThriftHiveMetastore_grant_privileges_result&); ThriftHiveMetastore_grant_privileges_result() : success(0) { @@ -14043,6 +15835,7 @@ class ThriftHiveMetastore_grant_privileges_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_privileges_result& obj); }; typedef struct _ThriftHiveMetastore_grant_privileges_presult__isset { @@ -14054,6 +15847,9 @@ typedef struct _ThriftHiveMetastore_grant_privileges_presult__isset { class ThriftHiveMetastore_grant_privileges_presult { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + virtual ~ThriftHiveMetastore_grant_privileges_presult() throw(); bool* success; @@ -14063,6 +15859,7 @@ class ThriftHiveMetastore_grant_privileges_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_privileges_presult& obj); }; typedef struct _ThriftHiveMetastore_revoke_privileges_args__isset { @@ -14073,6 +15870,9 @@ typedef struct _ThriftHiveMetastore_revoke_privileges_args__isset { class ThriftHiveMetastore_revoke_privileges_args { public: + static const char* ascii_fingerprint; // = "D1FFAF2A30E9127AE6F2253FBF65ECDB"; + static const uint8_t binary_fingerprint[16]; // = {0xD1,0xFF,0xAF,0x2A,0x30,0xE9,0x12,0x7A,0xE6,0xF2,0x25,0x3F,0xBF,0x65,0xEC,0xDB}; + ThriftHiveMetastore_revoke_privileges_args(const ThriftHiveMetastore_revoke_privileges_args&); ThriftHiveMetastore_revoke_privileges_args& operator=(const ThriftHiveMetastore_revoke_privileges_args&); ThriftHiveMetastore_revoke_privileges_args() { @@ -14100,18 +15900,23 @@ class ThriftHiveMetastore_revoke_privileges_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_revoke_privileges_args& obj); }; class ThriftHiveMetastore_revoke_privileges_pargs { public: + static const char* ascii_fingerprint; // = "D1FFAF2A30E9127AE6F2253FBF65ECDB"; + static const uint8_t binary_fingerprint[16]; // = {0xD1,0xFF,0xAF,0x2A,0x30,0xE9,0x12,0x7A,0xE6,0xF2,0x25,0x3F,0xBF,0x65,0xEC,0xDB}; + virtual ~ThriftHiveMetastore_revoke_privileges_pargs() throw(); const PrivilegeBag* privileges; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_revoke_privileges_pargs& obj); }; typedef struct _ThriftHiveMetastore_revoke_privileges_result__isset { @@ -14123,6 +15928,9 @@ typedef struct _ThriftHiveMetastore_revoke_privileges_result__isset { class ThriftHiveMetastore_revoke_privileges_result { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + ThriftHiveMetastore_revoke_privileges_result(const ThriftHiveMetastore_revoke_privileges_result&); ThriftHiveMetastore_revoke_privileges_result& operator=(const ThriftHiveMetastore_revoke_privileges_result&); ThriftHiveMetastore_revoke_privileges_result() : success(0) { @@ -14155,6 +15963,7 @@ class ThriftHiveMetastore_revoke_privileges_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_revoke_privileges_result& obj); }; typedef struct _ThriftHiveMetastore_revoke_privileges_presult__isset { @@ -14166,6 +15975,9 @@ typedef struct _ThriftHiveMetastore_revoke_privileges_presult__isset { class ThriftHiveMetastore_revoke_privileges_presult { public: + static const char* ascii_fingerprint; // = "FB3C6215AF7D1EFB061C9941F4721D27"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3C,0x62,0x15,0xAF,0x7D,0x1E,0xFB,0x06,0x1C,0x99,0x41,0xF4,0x72,0x1D,0x27}; + virtual ~ThriftHiveMetastore_revoke_privileges_presult() throw(); bool* success; @@ -14175,6 +15987,7 @@ class ThriftHiveMetastore_revoke_privileges_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_revoke_privileges_presult& obj); }; typedef struct _ThriftHiveMetastore_grant_revoke_privileges_args__isset { @@ -14185,6 +15998,9 @@ typedef struct _ThriftHiveMetastore_grant_revoke_privileges_args__isset { class ThriftHiveMetastore_grant_revoke_privileges_args { public: + static const char* ascii_fingerprint; // = "76B290B464B01311AD9D636621416B53"; + static const uint8_t binary_fingerprint[16]; // = {0x76,0xB2,0x90,0xB4,0x64,0xB0,0x13,0x11,0xAD,0x9D,0x63,0x66,0x21,0x41,0x6B,0x53}; + ThriftHiveMetastore_grant_revoke_privileges_args(const ThriftHiveMetastore_grant_revoke_privileges_args&); ThriftHiveMetastore_grant_revoke_privileges_args& operator=(const ThriftHiveMetastore_grant_revoke_privileges_args&); ThriftHiveMetastore_grant_revoke_privileges_args() { @@ -14212,18 +16028,23 @@ class ThriftHiveMetastore_grant_revoke_privileges_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_revoke_privileges_args& obj); }; class ThriftHiveMetastore_grant_revoke_privileges_pargs { public: + static const char* ascii_fingerprint; // = "76B290B464B01311AD9D636621416B53"; + static const uint8_t binary_fingerprint[16]; // = {0x76,0xB2,0x90,0xB4,0x64,0xB0,0x13,0x11,0xAD,0x9D,0x63,0x66,0x21,0x41,0x6B,0x53}; + virtual ~ThriftHiveMetastore_grant_revoke_privileges_pargs() throw(); const GrantRevokePrivilegeRequest* request; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_revoke_privileges_pargs& obj); }; typedef struct _ThriftHiveMetastore_grant_revoke_privileges_result__isset { @@ -14235,6 +16056,9 @@ typedef struct _ThriftHiveMetastore_grant_revoke_privileges_result__isset { class ThriftHiveMetastore_grant_revoke_privileges_result { public: + static const char* ascii_fingerprint; // = "2752D57FBB6A712ADAD7D19783020F2C"; + static const uint8_t binary_fingerprint[16]; // = {0x27,0x52,0xD5,0x7F,0xBB,0x6A,0x71,0x2A,0xDA,0xD7,0xD1,0x97,0x83,0x02,0x0F,0x2C}; + ThriftHiveMetastore_grant_revoke_privileges_result(const ThriftHiveMetastore_grant_revoke_privileges_result&); ThriftHiveMetastore_grant_revoke_privileges_result& operator=(const ThriftHiveMetastore_grant_revoke_privileges_result&); ThriftHiveMetastore_grant_revoke_privileges_result() { @@ -14267,6 +16091,7 @@ class ThriftHiveMetastore_grant_revoke_privileges_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_revoke_privileges_result& obj); }; typedef struct _ThriftHiveMetastore_grant_revoke_privileges_presult__isset { @@ -14278,6 +16103,9 @@ typedef struct _ThriftHiveMetastore_grant_revoke_privileges_presult__isset { class ThriftHiveMetastore_grant_revoke_privileges_presult { public: + static const char* ascii_fingerprint; // = "2752D57FBB6A712ADAD7D19783020F2C"; + static const uint8_t binary_fingerprint[16]; // = {0x27,0x52,0xD5,0x7F,0xBB,0x6A,0x71,0x2A,0xDA,0xD7,0xD1,0x97,0x83,0x02,0x0F,0x2C}; + virtual ~ThriftHiveMetastore_grant_revoke_privileges_presult() throw(); GrantRevokePrivilegeResponse* success; @@ -14287,6 +16115,7 @@ class ThriftHiveMetastore_grant_revoke_privileges_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_grant_revoke_privileges_presult& obj); }; typedef struct _ThriftHiveMetastore_set_ugi_args__isset { @@ -14298,6 +16127,9 @@ typedef struct _ThriftHiveMetastore_set_ugi_args__isset { class ThriftHiveMetastore_set_ugi_args { public: + static const char* ascii_fingerprint; // = "25702B8D5E28AA39160F267DABBC8446"; + static const uint8_t binary_fingerprint[16]; // = {0x25,0x70,0x2B,0x8D,0x5E,0x28,0xAA,0x39,0x16,0x0F,0x26,0x7D,0xAB,0xBC,0x84,0x46}; + ThriftHiveMetastore_set_ugi_args(const ThriftHiveMetastore_set_ugi_args&); ThriftHiveMetastore_set_ugi_args& operator=(const ThriftHiveMetastore_set_ugi_args&); ThriftHiveMetastore_set_ugi_args() : user_name() { @@ -14330,12 +16162,16 @@ class ThriftHiveMetastore_set_ugi_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_set_ugi_args& obj); }; class ThriftHiveMetastore_set_ugi_pargs { public: + static const char* ascii_fingerprint; // = "25702B8D5E28AA39160F267DABBC8446"; + static const uint8_t binary_fingerprint[16]; // = {0x25,0x70,0x2B,0x8D,0x5E,0x28,0xAA,0x39,0x16,0x0F,0x26,0x7D,0xAB,0xBC,0x84,0x46}; + virtual ~ThriftHiveMetastore_set_ugi_pargs() throw(); const std::string* user_name; @@ -14343,6 +16179,7 @@ class ThriftHiveMetastore_set_ugi_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_set_ugi_pargs& obj); }; typedef struct _ThriftHiveMetastore_set_ugi_result__isset { @@ -14354,6 +16191,9 @@ typedef struct _ThriftHiveMetastore_set_ugi_result__isset { class ThriftHiveMetastore_set_ugi_result { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + ThriftHiveMetastore_set_ugi_result(const ThriftHiveMetastore_set_ugi_result&); ThriftHiveMetastore_set_ugi_result& operator=(const ThriftHiveMetastore_set_ugi_result&); ThriftHiveMetastore_set_ugi_result() { @@ -14386,6 +16226,7 @@ class ThriftHiveMetastore_set_ugi_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_set_ugi_result& obj); }; typedef struct _ThriftHiveMetastore_set_ugi_presult__isset { @@ -14397,6 +16238,9 @@ typedef struct _ThriftHiveMetastore_set_ugi_presult__isset { class ThriftHiveMetastore_set_ugi_presult { public: + static const char* ascii_fingerprint; // = "96F383CF9CB8BE09061ECB825FE717B6"; + static const uint8_t binary_fingerprint[16]; // = {0x96,0xF3,0x83,0xCF,0x9C,0xB8,0xBE,0x09,0x06,0x1E,0xCB,0x82,0x5F,0xE7,0x17,0xB6}; + virtual ~ThriftHiveMetastore_set_ugi_presult() throw(); std::vector * success; @@ -14406,6 +16250,7 @@ class ThriftHiveMetastore_set_ugi_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_set_ugi_presult& obj); }; typedef struct _ThriftHiveMetastore_get_delegation_token_args__isset { @@ -14417,6 +16262,9 @@ typedef struct _ThriftHiveMetastore_get_delegation_token_args__isset { class ThriftHiveMetastore_get_delegation_token_args { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + ThriftHiveMetastore_get_delegation_token_args(const ThriftHiveMetastore_get_delegation_token_args&); ThriftHiveMetastore_get_delegation_token_args& operator=(const ThriftHiveMetastore_get_delegation_token_args&); ThriftHiveMetastore_get_delegation_token_args() : token_owner(), renewer_kerberos_principal_name() { @@ -14449,12 +16297,16 @@ class ThriftHiveMetastore_get_delegation_token_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_delegation_token_args& obj); }; class ThriftHiveMetastore_get_delegation_token_pargs { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + virtual ~ThriftHiveMetastore_get_delegation_token_pargs() throw(); const std::string* token_owner; @@ -14462,6 +16314,7 @@ class ThriftHiveMetastore_get_delegation_token_pargs { uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_delegation_token_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_delegation_token_result__isset { @@ -14473,6 +16326,9 @@ typedef struct _ThriftHiveMetastore_get_delegation_token_result__isset { class ThriftHiveMetastore_get_delegation_token_result { public: + static const char* ascii_fingerprint; // = "FB3D66E547AE5D7F8EB046D752ECF5C1"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3D,0x66,0xE5,0x47,0xAE,0x5D,0x7F,0x8E,0xB0,0x46,0xD7,0x52,0xEC,0xF5,0xC1}; + ThriftHiveMetastore_get_delegation_token_result(const ThriftHiveMetastore_get_delegation_token_result&); ThriftHiveMetastore_get_delegation_token_result& operator=(const ThriftHiveMetastore_get_delegation_token_result&); ThriftHiveMetastore_get_delegation_token_result() : success() { @@ -14505,6 +16361,7 @@ class ThriftHiveMetastore_get_delegation_token_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_delegation_token_result& obj); }; typedef struct _ThriftHiveMetastore_get_delegation_token_presult__isset { @@ -14516,6 +16373,9 @@ typedef struct _ThriftHiveMetastore_get_delegation_token_presult__isset { class ThriftHiveMetastore_get_delegation_token_presult { public: + static const char* ascii_fingerprint; // = "FB3D66E547AE5D7F8EB046D752ECF5C1"; + static const uint8_t binary_fingerprint[16]; // = {0xFB,0x3D,0x66,0xE5,0x47,0xAE,0x5D,0x7F,0x8E,0xB0,0x46,0xD7,0x52,0xEC,0xF5,0xC1}; + virtual ~ThriftHiveMetastore_get_delegation_token_presult() throw(); std::string* success; @@ -14525,6 +16385,7 @@ class ThriftHiveMetastore_get_delegation_token_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_delegation_token_presult& obj); }; typedef struct _ThriftHiveMetastore_renew_delegation_token_args__isset { @@ -14535,6 +16396,9 @@ typedef struct _ThriftHiveMetastore_renew_delegation_token_args__isset { class ThriftHiveMetastore_renew_delegation_token_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_renew_delegation_token_args(const ThriftHiveMetastore_renew_delegation_token_args&); ThriftHiveMetastore_renew_delegation_token_args& operator=(const ThriftHiveMetastore_renew_delegation_token_args&); ThriftHiveMetastore_renew_delegation_token_args() : token_str_form() { @@ -14562,18 +16426,23 @@ class ThriftHiveMetastore_renew_delegation_token_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_renew_delegation_token_args& obj); }; class ThriftHiveMetastore_renew_delegation_token_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_renew_delegation_token_pargs() throw(); const std::string* token_str_form; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_renew_delegation_token_pargs& obj); }; typedef struct _ThriftHiveMetastore_renew_delegation_token_result__isset { @@ -14585,6 +16454,9 @@ typedef struct _ThriftHiveMetastore_renew_delegation_token_result__isset { class ThriftHiveMetastore_renew_delegation_token_result { public: + static const char* ascii_fingerprint; // = "508103C02ABBB83FE53EB7316CA5F1B7"; + static const uint8_t binary_fingerprint[16]; // = {0x50,0x81,0x03,0xC0,0x2A,0xBB,0xB8,0x3F,0xE5,0x3E,0xB7,0x31,0x6C,0xA5,0xF1,0xB7}; + ThriftHiveMetastore_renew_delegation_token_result(const ThriftHiveMetastore_renew_delegation_token_result&); ThriftHiveMetastore_renew_delegation_token_result& operator=(const ThriftHiveMetastore_renew_delegation_token_result&); ThriftHiveMetastore_renew_delegation_token_result() : success(0) { @@ -14617,6 +16489,7 @@ class ThriftHiveMetastore_renew_delegation_token_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_renew_delegation_token_result& obj); }; typedef struct _ThriftHiveMetastore_renew_delegation_token_presult__isset { @@ -14628,6 +16501,9 @@ typedef struct _ThriftHiveMetastore_renew_delegation_token_presult__isset { class ThriftHiveMetastore_renew_delegation_token_presult { public: + static const char* ascii_fingerprint; // = "508103C02ABBB83FE53EB7316CA5F1B7"; + static const uint8_t binary_fingerprint[16]; // = {0x50,0x81,0x03,0xC0,0x2A,0xBB,0xB8,0x3F,0xE5,0x3E,0xB7,0x31,0x6C,0xA5,0xF1,0xB7}; + virtual ~ThriftHiveMetastore_renew_delegation_token_presult() throw(); int64_t* success; @@ -14637,6 +16513,7 @@ class ThriftHiveMetastore_renew_delegation_token_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_renew_delegation_token_presult& obj); }; typedef struct _ThriftHiveMetastore_cancel_delegation_token_args__isset { @@ -14647,6 +16524,9 @@ typedef struct _ThriftHiveMetastore_cancel_delegation_token_args__isset { class ThriftHiveMetastore_cancel_delegation_token_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHiveMetastore_cancel_delegation_token_args(const ThriftHiveMetastore_cancel_delegation_token_args&); ThriftHiveMetastore_cancel_delegation_token_args& operator=(const ThriftHiveMetastore_cancel_delegation_token_args&); ThriftHiveMetastore_cancel_delegation_token_args() : token_str_form() { @@ -14674,18 +16554,23 @@ class ThriftHiveMetastore_cancel_delegation_token_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_cancel_delegation_token_args& obj); }; class ThriftHiveMetastore_cancel_delegation_token_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHiveMetastore_cancel_delegation_token_pargs() throw(); const std::string* token_str_form; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_cancel_delegation_token_pargs& obj); }; typedef struct _ThriftHiveMetastore_cancel_delegation_token_result__isset { @@ -14696,6 +16581,9 @@ typedef struct _ThriftHiveMetastore_cancel_delegation_token_result__isset { class ThriftHiveMetastore_cancel_delegation_token_result { public: + static const char* ascii_fingerprint; // = "771E7EF40B572D2BFAB12C49547ADCBF"; + static const uint8_t binary_fingerprint[16]; // = {0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF}; + ThriftHiveMetastore_cancel_delegation_token_result(const ThriftHiveMetastore_cancel_delegation_token_result&); ThriftHiveMetastore_cancel_delegation_token_result& operator=(const ThriftHiveMetastore_cancel_delegation_token_result&); ThriftHiveMetastore_cancel_delegation_token_result() { @@ -14723,6 +16611,7 @@ class ThriftHiveMetastore_cancel_delegation_token_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_cancel_delegation_token_result& obj); }; typedef struct _ThriftHiveMetastore_cancel_delegation_token_presult__isset { @@ -14733,6 +16622,9 @@ typedef struct _ThriftHiveMetastore_cancel_delegation_token_presult__isset { class ThriftHiveMetastore_cancel_delegation_token_presult { public: + static const char* ascii_fingerprint; // = "771E7EF40B572D2BFAB12C49547ADCBF"; + static const uint8_t binary_fingerprint[16]; // = {0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF}; + virtual ~ThriftHiveMetastore_cancel_delegation_token_presult() throw(); MetaException o1; @@ -14741,12 +16633,16 @@ class ThriftHiveMetastore_cancel_delegation_token_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_cancel_delegation_token_presult& obj); }; class ThriftHiveMetastore_get_open_txns_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_get_open_txns_args(const ThriftHiveMetastore_get_open_txns_args&); ThriftHiveMetastore_get_open_txns_args& operator=(const ThriftHiveMetastore_get_open_txns_args&); ThriftHiveMetastore_get_open_txns_args() { @@ -14767,17 +16663,22 @@ class ThriftHiveMetastore_get_open_txns_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_open_txns_args& obj); }; class ThriftHiveMetastore_get_open_txns_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_get_open_txns_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_open_txns_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_open_txns_result__isset { @@ -14788,6 +16689,9 @@ typedef struct _ThriftHiveMetastore_get_open_txns_result__isset { class ThriftHiveMetastore_get_open_txns_result { public: + static const char* ascii_fingerprint; // = "20E9E10803C8C350560535B7C93B42C8"; + static const uint8_t binary_fingerprint[16]; // = {0x20,0xE9,0xE1,0x08,0x03,0xC8,0xC3,0x50,0x56,0x05,0x35,0xB7,0xC9,0x3B,0x42,0xC8}; + ThriftHiveMetastore_get_open_txns_result(const ThriftHiveMetastore_get_open_txns_result&); ThriftHiveMetastore_get_open_txns_result& operator=(const ThriftHiveMetastore_get_open_txns_result&); ThriftHiveMetastore_get_open_txns_result() { @@ -14815,6 +16719,7 @@ class ThriftHiveMetastore_get_open_txns_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_open_txns_result& obj); }; typedef struct _ThriftHiveMetastore_get_open_txns_presult__isset { @@ -14825,6 +16730,9 @@ typedef struct _ThriftHiveMetastore_get_open_txns_presult__isset { class ThriftHiveMetastore_get_open_txns_presult { public: + static const char* ascii_fingerprint; // = "20E9E10803C8C350560535B7C93B42C8"; + static const uint8_t binary_fingerprint[16]; // = {0x20,0xE9,0xE1,0x08,0x03,0xC8,0xC3,0x50,0x56,0x05,0x35,0xB7,0xC9,0x3B,0x42,0xC8}; + virtual ~ThriftHiveMetastore_get_open_txns_presult() throw(); GetOpenTxnsResponse* success; @@ -14833,12 +16741,16 @@ class ThriftHiveMetastore_get_open_txns_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_open_txns_presult& obj); }; class ThriftHiveMetastore_get_open_txns_info_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_get_open_txns_info_args(const ThriftHiveMetastore_get_open_txns_info_args&); ThriftHiveMetastore_get_open_txns_info_args& operator=(const ThriftHiveMetastore_get_open_txns_info_args&); ThriftHiveMetastore_get_open_txns_info_args() { @@ -14859,17 +16771,22 @@ class ThriftHiveMetastore_get_open_txns_info_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_open_txns_info_args& obj); }; class ThriftHiveMetastore_get_open_txns_info_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_get_open_txns_info_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_open_txns_info_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_open_txns_info_result__isset { @@ -14880,6 +16797,9 @@ typedef struct _ThriftHiveMetastore_get_open_txns_info_result__isset { class ThriftHiveMetastore_get_open_txns_info_result { public: + static const char* ascii_fingerprint; // = "9FCF4483C4C1109F97BD682C5B5EE933"; + static const uint8_t binary_fingerprint[16]; // = {0x9F,0xCF,0x44,0x83,0xC4,0xC1,0x10,0x9F,0x97,0xBD,0x68,0x2C,0x5B,0x5E,0xE9,0x33}; + ThriftHiveMetastore_get_open_txns_info_result(const ThriftHiveMetastore_get_open_txns_info_result&); ThriftHiveMetastore_get_open_txns_info_result& operator=(const ThriftHiveMetastore_get_open_txns_info_result&); ThriftHiveMetastore_get_open_txns_info_result() { @@ -14907,6 +16827,7 @@ class ThriftHiveMetastore_get_open_txns_info_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_open_txns_info_result& obj); }; typedef struct _ThriftHiveMetastore_get_open_txns_info_presult__isset { @@ -14917,6 +16838,9 @@ typedef struct _ThriftHiveMetastore_get_open_txns_info_presult__isset { class ThriftHiveMetastore_get_open_txns_info_presult { public: + static const char* ascii_fingerprint; // = "9FCF4483C4C1109F97BD682C5B5EE933"; + static const uint8_t binary_fingerprint[16]; // = {0x9F,0xCF,0x44,0x83,0xC4,0xC1,0x10,0x9F,0x97,0xBD,0x68,0x2C,0x5B,0x5E,0xE9,0x33}; + virtual ~ThriftHiveMetastore_get_open_txns_info_presult() throw(); GetOpenTxnsInfoResponse* success; @@ -14925,6 +16849,7 @@ class ThriftHiveMetastore_get_open_txns_info_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_open_txns_info_presult& obj); }; typedef struct _ThriftHiveMetastore_open_txns_args__isset { @@ -14935,6 +16860,9 @@ typedef struct _ThriftHiveMetastore_open_txns_args__isset { class ThriftHiveMetastore_open_txns_args { public: + static const char* ascii_fingerprint; // = "E1189B34A1EC4BE42D095561D48152BF"; + static const uint8_t binary_fingerprint[16]; // = {0xE1,0x18,0x9B,0x34,0xA1,0xEC,0x4B,0xE4,0x2D,0x09,0x55,0x61,0xD4,0x81,0x52,0xBF}; + ThriftHiveMetastore_open_txns_args(const ThriftHiveMetastore_open_txns_args&); ThriftHiveMetastore_open_txns_args& operator=(const ThriftHiveMetastore_open_txns_args&); ThriftHiveMetastore_open_txns_args() { @@ -14962,18 +16890,23 @@ class ThriftHiveMetastore_open_txns_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_open_txns_args& obj); }; class ThriftHiveMetastore_open_txns_pargs { public: + static const char* ascii_fingerprint; // = "E1189B34A1EC4BE42D095561D48152BF"; + static const uint8_t binary_fingerprint[16]; // = {0xE1,0x18,0x9B,0x34,0xA1,0xEC,0x4B,0xE4,0x2D,0x09,0x55,0x61,0xD4,0x81,0x52,0xBF}; + virtual ~ThriftHiveMetastore_open_txns_pargs() throw(); const OpenTxnRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_open_txns_pargs& obj); }; typedef struct _ThriftHiveMetastore_open_txns_result__isset { @@ -14984,6 +16917,9 @@ typedef struct _ThriftHiveMetastore_open_txns_result__isset { class ThriftHiveMetastore_open_txns_result { public: + static const char* ascii_fingerprint; // = "3E09A8B20F1B51D639D00D987F28C018"; + static const uint8_t binary_fingerprint[16]; // = {0x3E,0x09,0xA8,0xB2,0x0F,0x1B,0x51,0xD6,0x39,0xD0,0x0D,0x98,0x7F,0x28,0xC0,0x18}; + ThriftHiveMetastore_open_txns_result(const ThriftHiveMetastore_open_txns_result&); ThriftHiveMetastore_open_txns_result& operator=(const ThriftHiveMetastore_open_txns_result&); ThriftHiveMetastore_open_txns_result() { @@ -15011,6 +16947,7 @@ class ThriftHiveMetastore_open_txns_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_open_txns_result& obj); }; typedef struct _ThriftHiveMetastore_open_txns_presult__isset { @@ -15021,6 +16958,9 @@ typedef struct _ThriftHiveMetastore_open_txns_presult__isset { class ThriftHiveMetastore_open_txns_presult { public: + static const char* ascii_fingerprint; // = "3E09A8B20F1B51D639D00D987F28C018"; + static const uint8_t binary_fingerprint[16]; // = {0x3E,0x09,0xA8,0xB2,0x0F,0x1B,0x51,0xD6,0x39,0xD0,0x0D,0x98,0x7F,0x28,0xC0,0x18}; + virtual ~ThriftHiveMetastore_open_txns_presult() throw(); OpenTxnsResponse* success; @@ -15029,6 +16969,7 @@ class ThriftHiveMetastore_open_txns_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_open_txns_presult& obj); }; typedef struct _ThriftHiveMetastore_abort_txn_args__isset { @@ -15039,6 +16980,9 @@ typedef struct _ThriftHiveMetastore_abort_txn_args__isset { class ThriftHiveMetastore_abort_txn_args { public: + static const char* ascii_fingerprint; // = "B88BA49E121B941C9302E7ABB2C1A1C4"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0x8B,0xA4,0x9E,0x12,0x1B,0x94,0x1C,0x93,0x02,0xE7,0xAB,0xB2,0xC1,0xA1,0xC4}; + ThriftHiveMetastore_abort_txn_args(const ThriftHiveMetastore_abort_txn_args&); ThriftHiveMetastore_abort_txn_args& operator=(const ThriftHiveMetastore_abort_txn_args&); ThriftHiveMetastore_abort_txn_args() { @@ -15066,18 +17010,23 @@ class ThriftHiveMetastore_abort_txn_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_abort_txn_args& obj); }; class ThriftHiveMetastore_abort_txn_pargs { public: + static const char* ascii_fingerprint; // = "B88BA49E121B941C9302E7ABB2C1A1C4"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0x8B,0xA4,0x9E,0x12,0x1B,0x94,0x1C,0x93,0x02,0xE7,0xAB,0xB2,0xC1,0xA1,0xC4}; + virtual ~ThriftHiveMetastore_abort_txn_pargs() throw(); const AbortTxnRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_abort_txn_pargs& obj); }; typedef struct _ThriftHiveMetastore_abort_txn_result__isset { @@ -15088,6 +17037,9 @@ typedef struct _ThriftHiveMetastore_abort_txn_result__isset { class ThriftHiveMetastore_abort_txn_result { public: + static const char* ascii_fingerprint; // = "771E7EF40B572D2BFAB12C49547ADCBF"; + static const uint8_t binary_fingerprint[16]; // = {0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF}; + ThriftHiveMetastore_abort_txn_result(const ThriftHiveMetastore_abort_txn_result&); ThriftHiveMetastore_abort_txn_result& operator=(const ThriftHiveMetastore_abort_txn_result&); ThriftHiveMetastore_abort_txn_result() { @@ -15115,6 +17067,7 @@ class ThriftHiveMetastore_abort_txn_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_abort_txn_result& obj); }; typedef struct _ThriftHiveMetastore_abort_txn_presult__isset { @@ -15125,6 +17078,9 @@ typedef struct _ThriftHiveMetastore_abort_txn_presult__isset { class ThriftHiveMetastore_abort_txn_presult { public: + static const char* ascii_fingerprint; // = "771E7EF40B572D2BFAB12C49547ADCBF"; + static const uint8_t binary_fingerprint[16]; // = {0x77,0x1E,0x7E,0xF4,0x0B,0x57,0x2D,0x2B,0xFA,0xB1,0x2C,0x49,0x54,0x7A,0xDC,0xBF}; + virtual ~ThriftHiveMetastore_abort_txn_presult() throw(); NoSuchTxnException o1; @@ -15133,6 +17089,7 @@ class ThriftHiveMetastore_abort_txn_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_abort_txn_presult& obj); }; typedef struct _ThriftHiveMetastore_commit_txn_args__isset { @@ -15143,6 +17100,9 @@ typedef struct _ThriftHiveMetastore_commit_txn_args__isset { class ThriftHiveMetastore_commit_txn_args { public: + static const char* ascii_fingerprint; // = "B88BA49E121B941C9302E7ABB2C1A1C4"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0x8B,0xA4,0x9E,0x12,0x1B,0x94,0x1C,0x93,0x02,0xE7,0xAB,0xB2,0xC1,0xA1,0xC4}; + ThriftHiveMetastore_commit_txn_args(const ThriftHiveMetastore_commit_txn_args&); ThriftHiveMetastore_commit_txn_args& operator=(const ThriftHiveMetastore_commit_txn_args&); ThriftHiveMetastore_commit_txn_args() { @@ -15170,18 +17130,23 @@ class ThriftHiveMetastore_commit_txn_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_commit_txn_args& obj); }; class ThriftHiveMetastore_commit_txn_pargs { public: + static const char* ascii_fingerprint; // = "B88BA49E121B941C9302E7ABB2C1A1C4"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0x8B,0xA4,0x9E,0x12,0x1B,0x94,0x1C,0x93,0x02,0xE7,0xAB,0xB2,0xC1,0xA1,0xC4}; + virtual ~ThriftHiveMetastore_commit_txn_pargs() throw(); const CommitTxnRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_commit_txn_pargs& obj); }; typedef struct _ThriftHiveMetastore_commit_txn_result__isset { @@ -15193,6 +17158,9 @@ typedef struct _ThriftHiveMetastore_commit_txn_result__isset { class ThriftHiveMetastore_commit_txn_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_commit_txn_result(const ThriftHiveMetastore_commit_txn_result&); ThriftHiveMetastore_commit_txn_result& operator=(const ThriftHiveMetastore_commit_txn_result&); ThriftHiveMetastore_commit_txn_result() { @@ -15225,6 +17193,7 @@ class ThriftHiveMetastore_commit_txn_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_commit_txn_result& obj); }; typedef struct _ThriftHiveMetastore_commit_txn_presult__isset { @@ -15236,6 +17205,9 @@ typedef struct _ThriftHiveMetastore_commit_txn_presult__isset { class ThriftHiveMetastore_commit_txn_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_commit_txn_presult() throw(); NoSuchTxnException o1; @@ -15245,6 +17217,7 @@ class ThriftHiveMetastore_commit_txn_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_commit_txn_presult& obj); }; typedef struct _ThriftHiveMetastore_lock_args__isset { @@ -15255,6 +17228,9 @@ typedef struct _ThriftHiveMetastore_lock_args__isset { class ThriftHiveMetastore_lock_args { public: + static const char* ascii_fingerprint; // = "5213FA403E774267E44EF8AB37818A4C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0x13,0xFA,0x40,0x3E,0x77,0x42,0x67,0xE4,0x4E,0xF8,0xAB,0x37,0x81,0x8A,0x4C}; + ThriftHiveMetastore_lock_args(const ThriftHiveMetastore_lock_args&); ThriftHiveMetastore_lock_args& operator=(const ThriftHiveMetastore_lock_args&); ThriftHiveMetastore_lock_args() { @@ -15282,18 +17258,23 @@ class ThriftHiveMetastore_lock_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_lock_args& obj); }; class ThriftHiveMetastore_lock_pargs { public: + static const char* ascii_fingerprint; // = "5213FA403E774267E44EF8AB37818A4C"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0x13,0xFA,0x40,0x3E,0x77,0x42,0x67,0xE4,0x4E,0xF8,0xAB,0x37,0x81,0x8A,0x4C}; + virtual ~ThriftHiveMetastore_lock_pargs() throw(); const LockRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_lock_pargs& obj); }; typedef struct _ThriftHiveMetastore_lock_result__isset { @@ -15306,6 +17287,9 @@ typedef struct _ThriftHiveMetastore_lock_result__isset { class ThriftHiveMetastore_lock_result { public: + static const char* ascii_fingerprint; // = "2727CCA9CB0804173B6D773D3A208311"; + static const uint8_t binary_fingerprint[16]; // = {0x27,0x27,0xCC,0xA9,0xCB,0x08,0x04,0x17,0x3B,0x6D,0x77,0x3D,0x3A,0x20,0x83,0x11}; + ThriftHiveMetastore_lock_result(const ThriftHiveMetastore_lock_result&); ThriftHiveMetastore_lock_result& operator=(const ThriftHiveMetastore_lock_result&); ThriftHiveMetastore_lock_result() { @@ -15343,6 +17327,7 @@ class ThriftHiveMetastore_lock_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_lock_result& obj); }; typedef struct _ThriftHiveMetastore_lock_presult__isset { @@ -15355,6 +17340,9 @@ typedef struct _ThriftHiveMetastore_lock_presult__isset { class ThriftHiveMetastore_lock_presult { public: + static const char* ascii_fingerprint; // = "2727CCA9CB0804173B6D773D3A208311"; + static const uint8_t binary_fingerprint[16]; // = {0x27,0x27,0xCC,0xA9,0xCB,0x08,0x04,0x17,0x3B,0x6D,0x77,0x3D,0x3A,0x20,0x83,0x11}; + virtual ~ThriftHiveMetastore_lock_presult() throw(); LockResponse* success; @@ -15365,6 +17353,7 @@ class ThriftHiveMetastore_lock_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_lock_presult& obj); }; typedef struct _ThriftHiveMetastore_check_lock_args__isset { @@ -15375,6 +17364,9 @@ typedef struct _ThriftHiveMetastore_check_lock_args__isset { class ThriftHiveMetastore_check_lock_args { public: + static const char* ascii_fingerprint; // = "B88BA49E121B941C9302E7ABB2C1A1C4"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0x8B,0xA4,0x9E,0x12,0x1B,0x94,0x1C,0x93,0x02,0xE7,0xAB,0xB2,0xC1,0xA1,0xC4}; + ThriftHiveMetastore_check_lock_args(const ThriftHiveMetastore_check_lock_args&); ThriftHiveMetastore_check_lock_args& operator=(const ThriftHiveMetastore_check_lock_args&); ThriftHiveMetastore_check_lock_args() { @@ -15402,18 +17394,23 @@ class ThriftHiveMetastore_check_lock_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_check_lock_args& obj); }; class ThriftHiveMetastore_check_lock_pargs { public: + static const char* ascii_fingerprint; // = "B88BA49E121B941C9302E7ABB2C1A1C4"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0x8B,0xA4,0x9E,0x12,0x1B,0x94,0x1C,0x93,0x02,0xE7,0xAB,0xB2,0xC1,0xA1,0xC4}; + virtual ~ThriftHiveMetastore_check_lock_pargs() throw(); const CheckLockRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_check_lock_pargs& obj); }; typedef struct _ThriftHiveMetastore_check_lock_result__isset { @@ -15427,6 +17424,9 @@ typedef struct _ThriftHiveMetastore_check_lock_result__isset { class ThriftHiveMetastore_check_lock_result { public: + static const char* ascii_fingerprint; // = "AB7C8CA24C9671EFDAEC0D3EC9DE8F97"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x7C,0x8C,0xA2,0x4C,0x96,0x71,0xEF,0xDA,0xEC,0x0D,0x3E,0xC9,0xDE,0x8F,0x97}; + ThriftHiveMetastore_check_lock_result(const ThriftHiveMetastore_check_lock_result&); ThriftHiveMetastore_check_lock_result& operator=(const ThriftHiveMetastore_check_lock_result&); ThriftHiveMetastore_check_lock_result() { @@ -15469,6 +17469,7 @@ class ThriftHiveMetastore_check_lock_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_check_lock_result& obj); }; typedef struct _ThriftHiveMetastore_check_lock_presult__isset { @@ -15482,6 +17483,9 @@ typedef struct _ThriftHiveMetastore_check_lock_presult__isset { class ThriftHiveMetastore_check_lock_presult { public: + static const char* ascii_fingerprint; // = "AB7C8CA24C9671EFDAEC0D3EC9DE8F97"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x7C,0x8C,0xA2,0x4C,0x96,0x71,0xEF,0xDA,0xEC,0x0D,0x3E,0xC9,0xDE,0x8F,0x97}; + virtual ~ThriftHiveMetastore_check_lock_presult() throw(); LockResponse* success; @@ -15493,6 +17497,7 @@ class ThriftHiveMetastore_check_lock_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_check_lock_presult& obj); }; typedef struct _ThriftHiveMetastore_unlock_args__isset { @@ -15503,6 +17508,9 @@ typedef struct _ThriftHiveMetastore_unlock_args__isset { class ThriftHiveMetastore_unlock_args { public: + static const char* ascii_fingerprint; // = "B88BA49E121B941C9302E7ABB2C1A1C4"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0x8B,0xA4,0x9E,0x12,0x1B,0x94,0x1C,0x93,0x02,0xE7,0xAB,0xB2,0xC1,0xA1,0xC4}; + ThriftHiveMetastore_unlock_args(const ThriftHiveMetastore_unlock_args&); ThriftHiveMetastore_unlock_args& operator=(const ThriftHiveMetastore_unlock_args&); ThriftHiveMetastore_unlock_args() { @@ -15530,18 +17538,23 @@ class ThriftHiveMetastore_unlock_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_unlock_args& obj); }; class ThriftHiveMetastore_unlock_pargs { public: + static const char* ascii_fingerprint; // = "B88BA49E121B941C9302E7ABB2C1A1C4"; + static const uint8_t binary_fingerprint[16]; // = {0xB8,0x8B,0xA4,0x9E,0x12,0x1B,0x94,0x1C,0x93,0x02,0xE7,0xAB,0xB2,0xC1,0xA1,0xC4}; + virtual ~ThriftHiveMetastore_unlock_pargs() throw(); const UnlockRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_unlock_pargs& obj); }; typedef struct _ThriftHiveMetastore_unlock_result__isset { @@ -15553,6 +17566,9 @@ typedef struct _ThriftHiveMetastore_unlock_result__isset { class ThriftHiveMetastore_unlock_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_unlock_result(const ThriftHiveMetastore_unlock_result&); ThriftHiveMetastore_unlock_result& operator=(const ThriftHiveMetastore_unlock_result&); ThriftHiveMetastore_unlock_result() { @@ -15585,6 +17601,7 @@ class ThriftHiveMetastore_unlock_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_unlock_result& obj); }; typedef struct _ThriftHiveMetastore_unlock_presult__isset { @@ -15596,6 +17613,9 @@ typedef struct _ThriftHiveMetastore_unlock_presult__isset { class ThriftHiveMetastore_unlock_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_unlock_presult() throw(); NoSuchLockException o1; @@ -15605,6 +17625,7 @@ class ThriftHiveMetastore_unlock_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_unlock_presult& obj); }; typedef struct _ThriftHiveMetastore_show_locks_args__isset { @@ -15615,6 +17636,9 @@ typedef struct _ThriftHiveMetastore_show_locks_args__isset { class ThriftHiveMetastore_show_locks_args { public: + static const char* ascii_fingerprint; // = "2C32A565725135A023CB591D1A993CFD"; + static const uint8_t binary_fingerprint[16]; // = {0x2C,0x32,0xA5,0x65,0x72,0x51,0x35,0xA0,0x23,0xCB,0x59,0x1D,0x1A,0x99,0x3C,0xFD}; + ThriftHiveMetastore_show_locks_args(const ThriftHiveMetastore_show_locks_args&); ThriftHiveMetastore_show_locks_args& operator=(const ThriftHiveMetastore_show_locks_args&); ThriftHiveMetastore_show_locks_args() { @@ -15642,18 +17666,23 @@ class ThriftHiveMetastore_show_locks_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_show_locks_args& obj); }; class ThriftHiveMetastore_show_locks_pargs { public: + static const char* ascii_fingerprint; // = "2C32A565725135A023CB591D1A993CFD"; + static const uint8_t binary_fingerprint[16]; // = {0x2C,0x32,0xA5,0x65,0x72,0x51,0x35,0xA0,0x23,0xCB,0x59,0x1D,0x1A,0x99,0x3C,0xFD}; + virtual ~ThriftHiveMetastore_show_locks_pargs() throw(); const ShowLocksRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_show_locks_pargs& obj); }; typedef struct _ThriftHiveMetastore_show_locks_result__isset { @@ -15664,6 +17693,9 @@ typedef struct _ThriftHiveMetastore_show_locks_result__isset { class ThriftHiveMetastore_show_locks_result { public: + static const char* ascii_fingerprint; // = "25A4CC42ED265B60DCAF08925DC3F8E6"; + static const uint8_t binary_fingerprint[16]; // = {0x25,0xA4,0xCC,0x42,0xED,0x26,0x5B,0x60,0xDC,0xAF,0x08,0x92,0x5D,0xC3,0xF8,0xE6}; + ThriftHiveMetastore_show_locks_result(const ThriftHiveMetastore_show_locks_result&); ThriftHiveMetastore_show_locks_result& operator=(const ThriftHiveMetastore_show_locks_result&); ThriftHiveMetastore_show_locks_result() { @@ -15691,6 +17723,7 @@ class ThriftHiveMetastore_show_locks_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_show_locks_result& obj); }; typedef struct _ThriftHiveMetastore_show_locks_presult__isset { @@ -15701,6 +17734,9 @@ typedef struct _ThriftHiveMetastore_show_locks_presult__isset { class ThriftHiveMetastore_show_locks_presult { public: + static const char* ascii_fingerprint; // = "25A4CC42ED265B60DCAF08925DC3F8E6"; + static const uint8_t binary_fingerprint[16]; // = {0x25,0xA4,0xCC,0x42,0xED,0x26,0x5B,0x60,0xDC,0xAF,0x08,0x92,0x5D,0xC3,0xF8,0xE6}; + virtual ~ThriftHiveMetastore_show_locks_presult() throw(); ShowLocksResponse* success; @@ -15709,6 +17745,7 @@ class ThriftHiveMetastore_show_locks_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_show_locks_presult& obj); }; typedef struct _ThriftHiveMetastore_heartbeat_args__isset { @@ -15719,6 +17756,9 @@ typedef struct _ThriftHiveMetastore_heartbeat_args__isset { class ThriftHiveMetastore_heartbeat_args { public: + static const char* ascii_fingerprint; // = "FEFE57C0FA49DB87DD74D3DC1317EDB9"; + static const uint8_t binary_fingerprint[16]; // = {0xFE,0xFE,0x57,0xC0,0xFA,0x49,0xDB,0x87,0xDD,0x74,0xD3,0xDC,0x13,0x17,0xED,0xB9}; + ThriftHiveMetastore_heartbeat_args(const ThriftHiveMetastore_heartbeat_args&); ThriftHiveMetastore_heartbeat_args& operator=(const ThriftHiveMetastore_heartbeat_args&); ThriftHiveMetastore_heartbeat_args() { @@ -15746,18 +17786,23 @@ class ThriftHiveMetastore_heartbeat_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_heartbeat_args& obj); }; class ThriftHiveMetastore_heartbeat_pargs { public: + static const char* ascii_fingerprint; // = "FEFE57C0FA49DB87DD74D3DC1317EDB9"; + static const uint8_t binary_fingerprint[16]; // = {0xFE,0xFE,0x57,0xC0,0xFA,0x49,0xDB,0x87,0xDD,0x74,0xD3,0xDC,0x13,0x17,0xED,0xB9}; + virtual ~ThriftHiveMetastore_heartbeat_pargs() throw(); const HeartbeatRequest* ids; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_heartbeat_pargs& obj); }; typedef struct _ThriftHiveMetastore_heartbeat_result__isset { @@ -15770,6 +17815,9 @@ typedef struct _ThriftHiveMetastore_heartbeat_result__isset { class ThriftHiveMetastore_heartbeat_result { public: + static const char* ascii_fingerprint; // = "2E72786EE0F17DA00FC5BDED362FE255"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55}; + ThriftHiveMetastore_heartbeat_result(const ThriftHiveMetastore_heartbeat_result&); ThriftHiveMetastore_heartbeat_result& operator=(const ThriftHiveMetastore_heartbeat_result&); ThriftHiveMetastore_heartbeat_result() { @@ -15807,6 +17855,7 @@ class ThriftHiveMetastore_heartbeat_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_heartbeat_result& obj); }; typedef struct _ThriftHiveMetastore_heartbeat_presult__isset { @@ -15819,6 +17868,9 @@ typedef struct _ThriftHiveMetastore_heartbeat_presult__isset { class ThriftHiveMetastore_heartbeat_presult { public: + static const char* ascii_fingerprint; // = "2E72786EE0F17DA00FC5BDED362FE255"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x72,0x78,0x6E,0xE0,0xF1,0x7D,0xA0,0x0F,0xC5,0xBD,0xED,0x36,0x2F,0xE2,0x55}; + virtual ~ThriftHiveMetastore_heartbeat_presult() throw(); NoSuchLockException o1; @@ -15829,6 +17881,7 @@ class ThriftHiveMetastore_heartbeat_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_heartbeat_presult& obj); }; typedef struct _ThriftHiveMetastore_heartbeat_txn_range_args__isset { @@ -15839,6 +17892,9 @@ typedef struct _ThriftHiveMetastore_heartbeat_txn_range_args__isset { class ThriftHiveMetastore_heartbeat_txn_range_args { public: + static const char* ascii_fingerprint; // = "9CFE4A6581B5B8EB11F5BBBCEFA07940"; + static const uint8_t binary_fingerprint[16]; // = {0x9C,0xFE,0x4A,0x65,0x81,0xB5,0xB8,0xEB,0x11,0xF5,0xBB,0xBC,0xEF,0xA0,0x79,0x40}; + ThriftHiveMetastore_heartbeat_txn_range_args(const ThriftHiveMetastore_heartbeat_txn_range_args&); ThriftHiveMetastore_heartbeat_txn_range_args& operator=(const ThriftHiveMetastore_heartbeat_txn_range_args&); ThriftHiveMetastore_heartbeat_txn_range_args() { @@ -15866,18 +17922,23 @@ class ThriftHiveMetastore_heartbeat_txn_range_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_heartbeat_txn_range_args& obj); }; class ThriftHiveMetastore_heartbeat_txn_range_pargs { public: + static const char* ascii_fingerprint; // = "9CFE4A6581B5B8EB11F5BBBCEFA07940"; + static const uint8_t binary_fingerprint[16]; // = {0x9C,0xFE,0x4A,0x65,0x81,0xB5,0xB8,0xEB,0x11,0xF5,0xBB,0xBC,0xEF,0xA0,0x79,0x40}; + virtual ~ThriftHiveMetastore_heartbeat_txn_range_pargs() throw(); const HeartbeatTxnRangeRequest* txns; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_heartbeat_txn_range_pargs& obj); }; typedef struct _ThriftHiveMetastore_heartbeat_txn_range_result__isset { @@ -15888,6 +17949,9 @@ typedef struct _ThriftHiveMetastore_heartbeat_txn_range_result__isset { class ThriftHiveMetastore_heartbeat_txn_range_result { public: + static const char* ascii_fingerprint; // = "BDFE4A5BFB98F599D92BB031157184E8"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xFE,0x4A,0x5B,0xFB,0x98,0xF5,0x99,0xD9,0x2B,0xB0,0x31,0x15,0x71,0x84,0xE8}; + ThriftHiveMetastore_heartbeat_txn_range_result(const ThriftHiveMetastore_heartbeat_txn_range_result&); ThriftHiveMetastore_heartbeat_txn_range_result& operator=(const ThriftHiveMetastore_heartbeat_txn_range_result&); ThriftHiveMetastore_heartbeat_txn_range_result() { @@ -15915,6 +17979,7 @@ class ThriftHiveMetastore_heartbeat_txn_range_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_heartbeat_txn_range_result& obj); }; typedef struct _ThriftHiveMetastore_heartbeat_txn_range_presult__isset { @@ -15925,6 +17990,9 @@ typedef struct _ThriftHiveMetastore_heartbeat_txn_range_presult__isset { class ThriftHiveMetastore_heartbeat_txn_range_presult { public: + static const char* ascii_fingerprint; // = "BDFE4A5BFB98F599D92BB031157184E8"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xFE,0x4A,0x5B,0xFB,0x98,0xF5,0x99,0xD9,0x2B,0xB0,0x31,0x15,0x71,0x84,0xE8}; + virtual ~ThriftHiveMetastore_heartbeat_txn_range_presult() throw(); HeartbeatTxnRangeResponse* success; @@ -15933,6 +18001,7 @@ class ThriftHiveMetastore_heartbeat_txn_range_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_heartbeat_txn_range_presult& obj); }; typedef struct _ThriftHiveMetastore_compact_args__isset { @@ -15943,6 +18012,9 @@ typedef struct _ThriftHiveMetastore_compact_args__isset { class ThriftHiveMetastore_compact_args { public: + static const char* ascii_fingerprint; // = "503A2889174BA51BACBA68520737384F"; + static const uint8_t binary_fingerprint[16]; // = {0x50,0x3A,0x28,0x89,0x17,0x4B,0xA5,0x1B,0xAC,0xBA,0x68,0x52,0x07,0x37,0x38,0x4F}; + ThriftHiveMetastore_compact_args(const ThriftHiveMetastore_compact_args&); ThriftHiveMetastore_compact_args& operator=(const ThriftHiveMetastore_compact_args&); ThriftHiveMetastore_compact_args() { @@ -15970,24 +18042,32 @@ class ThriftHiveMetastore_compact_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_compact_args& obj); }; class ThriftHiveMetastore_compact_pargs { public: + static const char* ascii_fingerprint; // = "503A2889174BA51BACBA68520737384F"; + static const uint8_t binary_fingerprint[16]; // = {0x50,0x3A,0x28,0x89,0x17,0x4B,0xA5,0x1B,0xAC,0xBA,0x68,0x52,0x07,0x37,0x38,0x4F}; + virtual ~ThriftHiveMetastore_compact_pargs() throw(); const CompactionRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_compact_pargs& obj); }; class ThriftHiveMetastore_compact_result { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_compact_result(const ThriftHiveMetastore_compact_result&); ThriftHiveMetastore_compact_result& operator=(const ThriftHiveMetastore_compact_result&); ThriftHiveMetastore_compact_result() { @@ -16008,17 +18088,22 @@ class ThriftHiveMetastore_compact_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_compact_result& obj); }; class ThriftHiveMetastore_compact_presult { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_compact_presult() throw(); uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_compact_presult& obj); }; typedef struct _ThriftHiveMetastore_show_compact_args__isset { @@ -16029,6 +18114,9 @@ typedef struct _ThriftHiveMetastore_show_compact_args__isset { class ThriftHiveMetastore_show_compact_args { public: + static const char* ascii_fingerprint; // = "2C32A565725135A023CB591D1A993CFD"; + static const uint8_t binary_fingerprint[16]; // = {0x2C,0x32,0xA5,0x65,0x72,0x51,0x35,0xA0,0x23,0xCB,0x59,0x1D,0x1A,0x99,0x3C,0xFD}; + ThriftHiveMetastore_show_compact_args(const ThriftHiveMetastore_show_compact_args&); ThriftHiveMetastore_show_compact_args& operator=(const ThriftHiveMetastore_show_compact_args&); ThriftHiveMetastore_show_compact_args() { @@ -16056,18 +18144,23 @@ class ThriftHiveMetastore_show_compact_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_show_compact_args& obj); }; class ThriftHiveMetastore_show_compact_pargs { public: + static const char* ascii_fingerprint; // = "2C32A565725135A023CB591D1A993CFD"; + static const uint8_t binary_fingerprint[16]; // = {0x2C,0x32,0xA5,0x65,0x72,0x51,0x35,0xA0,0x23,0xCB,0x59,0x1D,0x1A,0x99,0x3C,0xFD}; + virtual ~ThriftHiveMetastore_show_compact_pargs() throw(); const ShowCompactRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_show_compact_pargs& obj); }; typedef struct _ThriftHiveMetastore_show_compact_result__isset { @@ -16078,6 +18171,9 @@ typedef struct _ThriftHiveMetastore_show_compact_result__isset { class ThriftHiveMetastore_show_compact_result { public: + static const char* ascii_fingerprint; // = "9B07BE1B4EB63FA7028D4720A9C3C30C"; + static const uint8_t binary_fingerprint[16]; // = {0x9B,0x07,0xBE,0x1B,0x4E,0xB6,0x3F,0xA7,0x02,0x8D,0x47,0x20,0xA9,0xC3,0xC3,0x0C}; + ThriftHiveMetastore_show_compact_result(const ThriftHiveMetastore_show_compact_result&); ThriftHiveMetastore_show_compact_result& operator=(const ThriftHiveMetastore_show_compact_result&); ThriftHiveMetastore_show_compact_result() { @@ -16105,6 +18201,7 @@ class ThriftHiveMetastore_show_compact_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_show_compact_result& obj); }; typedef struct _ThriftHiveMetastore_show_compact_presult__isset { @@ -16115,6 +18212,9 @@ typedef struct _ThriftHiveMetastore_show_compact_presult__isset { class ThriftHiveMetastore_show_compact_presult { public: + static const char* ascii_fingerprint; // = "9B07BE1B4EB63FA7028D4720A9C3C30C"; + static const uint8_t binary_fingerprint[16]; // = {0x9B,0x07,0xBE,0x1B,0x4E,0xB6,0x3F,0xA7,0x02,0x8D,0x47,0x20,0xA9,0xC3,0xC3,0x0C}; + virtual ~ThriftHiveMetastore_show_compact_presult() throw(); ShowCompactResponse* success; @@ -16123,6 +18223,7 @@ class ThriftHiveMetastore_show_compact_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_show_compact_presult& obj); }; typedef struct _ThriftHiveMetastore_add_dynamic_partitions_args__isset { @@ -16133,6 +18234,9 @@ typedef struct _ThriftHiveMetastore_add_dynamic_partitions_args__isset { class ThriftHiveMetastore_add_dynamic_partitions_args { public: + static const char* ascii_fingerprint; // = "F9CCCF0E4555358EC5B7E6822832A061"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xCC,0xCF,0x0E,0x45,0x55,0x35,0x8E,0xC5,0xB7,0xE6,0x82,0x28,0x32,0xA0,0x61}; + ThriftHiveMetastore_add_dynamic_partitions_args(const ThriftHiveMetastore_add_dynamic_partitions_args&); ThriftHiveMetastore_add_dynamic_partitions_args& operator=(const ThriftHiveMetastore_add_dynamic_partitions_args&); ThriftHiveMetastore_add_dynamic_partitions_args() { @@ -16160,18 +18264,23 @@ class ThriftHiveMetastore_add_dynamic_partitions_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_dynamic_partitions_args& obj); }; class ThriftHiveMetastore_add_dynamic_partitions_pargs { public: + static const char* ascii_fingerprint; // = "F9CCCF0E4555358EC5B7E6822832A061"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0xCC,0xCF,0x0E,0x45,0x55,0x35,0x8E,0xC5,0xB7,0xE6,0x82,0x28,0x32,0xA0,0x61}; + virtual ~ThriftHiveMetastore_add_dynamic_partitions_pargs() throw(); const AddDynamicPartitions* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_dynamic_partitions_pargs& obj); }; typedef struct _ThriftHiveMetastore_add_dynamic_partitions_result__isset { @@ -16183,6 +18292,9 @@ typedef struct _ThriftHiveMetastore_add_dynamic_partitions_result__isset { class ThriftHiveMetastore_add_dynamic_partitions_result { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + ThriftHiveMetastore_add_dynamic_partitions_result(const ThriftHiveMetastore_add_dynamic_partitions_result&); ThriftHiveMetastore_add_dynamic_partitions_result& operator=(const ThriftHiveMetastore_add_dynamic_partitions_result&); ThriftHiveMetastore_add_dynamic_partitions_result() { @@ -16215,6 +18327,7 @@ class ThriftHiveMetastore_add_dynamic_partitions_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_dynamic_partitions_result& obj); }; typedef struct _ThriftHiveMetastore_add_dynamic_partitions_presult__isset { @@ -16226,6 +18339,9 @@ typedef struct _ThriftHiveMetastore_add_dynamic_partitions_presult__isset { class ThriftHiveMetastore_add_dynamic_partitions_presult { public: + static const char* ascii_fingerprint; // = "A963880F55F6F22FCC67AD7BA0E1894D"; + static const uint8_t binary_fingerprint[16]; // = {0xA9,0x63,0x88,0x0F,0x55,0xF6,0xF2,0x2F,0xCC,0x67,0xAD,0x7B,0xA0,0xE1,0x89,0x4D}; + virtual ~ThriftHiveMetastore_add_dynamic_partitions_presult() throw(); NoSuchTxnException o1; @@ -16235,6 +18351,7 @@ class ThriftHiveMetastore_add_dynamic_partitions_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_add_dynamic_partitions_presult& obj); }; typedef struct _ThriftHiveMetastore_get_next_notification_args__isset { @@ -16245,6 +18362,9 @@ typedef struct _ThriftHiveMetastore_get_next_notification_args__isset { class ThriftHiveMetastore_get_next_notification_args { public: + static const char* ascii_fingerprint; // = "BCBD918FD33E7FB950D0F393C08EC4E7"; + static const uint8_t binary_fingerprint[16]; // = {0xBC,0xBD,0x91,0x8F,0xD3,0x3E,0x7F,0xB9,0x50,0xD0,0xF3,0x93,0xC0,0x8E,0xC4,0xE7}; + ThriftHiveMetastore_get_next_notification_args(const ThriftHiveMetastore_get_next_notification_args&); ThriftHiveMetastore_get_next_notification_args& operator=(const ThriftHiveMetastore_get_next_notification_args&); ThriftHiveMetastore_get_next_notification_args() { @@ -16272,18 +18392,23 @@ class ThriftHiveMetastore_get_next_notification_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_next_notification_args& obj); }; class ThriftHiveMetastore_get_next_notification_pargs { public: + static const char* ascii_fingerprint; // = "BCBD918FD33E7FB950D0F393C08EC4E7"; + static const uint8_t binary_fingerprint[16]; // = {0xBC,0xBD,0x91,0x8F,0xD3,0x3E,0x7F,0xB9,0x50,0xD0,0xF3,0x93,0xC0,0x8E,0xC4,0xE7}; + virtual ~ThriftHiveMetastore_get_next_notification_pargs() throw(); const NotificationEventRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_next_notification_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_next_notification_result__isset { @@ -16294,6 +18419,9 @@ typedef struct _ThriftHiveMetastore_get_next_notification_result__isset { class ThriftHiveMetastore_get_next_notification_result { public: + static const char* ascii_fingerprint; // = "1A91DEA4AAEC536BE33C3FFAAE932C89"; + static const uint8_t binary_fingerprint[16]; // = {0x1A,0x91,0xDE,0xA4,0xAA,0xEC,0x53,0x6B,0xE3,0x3C,0x3F,0xFA,0xAE,0x93,0x2C,0x89}; + ThriftHiveMetastore_get_next_notification_result(const ThriftHiveMetastore_get_next_notification_result&); ThriftHiveMetastore_get_next_notification_result& operator=(const ThriftHiveMetastore_get_next_notification_result&); ThriftHiveMetastore_get_next_notification_result() { @@ -16321,6 +18449,7 @@ class ThriftHiveMetastore_get_next_notification_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_next_notification_result& obj); }; typedef struct _ThriftHiveMetastore_get_next_notification_presult__isset { @@ -16331,6 +18460,9 @@ typedef struct _ThriftHiveMetastore_get_next_notification_presult__isset { class ThriftHiveMetastore_get_next_notification_presult { public: + static const char* ascii_fingerprint; // = "1A91DEA4AAEC536BE33C3FFAAE932C89"; + static const uint8_t binary_fingerprint[16]; // = {0x1A,0x91,0xDE,0xA4,0xAA,0xEC,0x53,0x6B,0xE3,0x3C,0x3F,0xFA,0xAE,0x93,0x2C,0x89}; + virtual ~ThriftHiveMetastore_get_next_notification_presult() throw(); NotificationEventResponse* success; @@ -16339,12 +18471,16 @@ class ThriftHiveMetastore_get_next_notification_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_next_notification_presult& obj); }; class ThriftHiveMetastore_get_current_notificationEventId_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_get_current_notificationEventId_args(const ThriftHiveMetastore_get_current_notificationEventId_args&); ThriftHiveMetastore_get_current_notificationEventId_args& operator=(const ThriftHiveMetastore_get_current_notificationEventId_args&); ThriftHiveMetastore_get_current_notificationEventId_args() { @@ -16365,17 +18501,22 @@ class ThriftHiveMetastore_get_current_notificationEventId_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_current_notificationEventId_args& obj); }; class ThriftHiveMetastore_get_current_notificationEventId_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_get_current_notificationEventId_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_current_notificationEventId_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_current_notificationEventId_result__isset { @@ -16386,6 +18527,9 @@ typedef struct _ThriftHiveMetastore_get_current_notificationEventId_result__isse class ThriftHiveMetastore_get_current_notificationEventId_result { public: + static const char* ascii_fingerprint; // = "9557E28B62698C3C53496865CD968D13"; + static const uint8_t binary_fingerprint[16]; // = {0x95,0x57,0xE2,0x8B,0x62,0x69,0x8C,0x3C,0x53,0x49,0x68,0x65,0xCD,0x96,0x8D,0x13}; + ThriftHiveMetastore_get_current_notificationEventId_result(const ThriftHiveMetastore_get_current_notificationEventId_result&); ThriftHiveMetastore_get_current_notificationEventId_result& operator=(const ThriftHiveMetastore_get_current_notificationEventId_result&); ThriftHiveMetastore_get_current_notificationEventId_result() { @@ -16413,6 +18557,7 @@ class ThriftHiveMetastore_get_current_notificationEventId_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_current_notificationEventId_result& obj); }; typedef struct _ThriftHiveMetastore_get_current_notificationEventId_presult__isset { @@ -16423,6 +18568,9 @@ typedef struct _ThriftHiveMetastore_get_current_notificationEventId_presult__iss class ThriftHiveMetastore_get_current_notificationEventId_presult { public: + static const char* ascii_fingerprint; // = "9557E28B62698C3C53496865CD968D13"; + static const uint8_t binary_fingerprint[16]; // = {0x95,0x57,0xE2,0x8B,0x62,0x69,0x8C,0x3C,0x53,0x49,0x68,0x65,0xCD,0x96,0x8D,0x13}; + virtual ~ThriftHiveMetastore_get_current_notificationEventId_presult() throw(); CurrentNotificationEventId* success; @@ -16431,6 +18579,7 @@ class ThriftHiveMetastore_get_current_notificationEventId_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_current_notificationEventId_presult& obj); }; typedef struct _ThriftHiveMetastore_fire_listener_event_args__isset { @@ -16441,6 +18590,9 @@ typedef struct _ThriftHiveMetastore_fire_listener_event_args__isset { class ThriftHiveMetastore_fire_listener_event_args { public: + static const char* ascii_fingerprint; // = "5A5B8926FE793D19D64602013DB1A0E7"; + static const uint8_t binary_fingerprint[16]; // = {0x5A,0x5B,0x89,0x26,0xFE,0x79,0x3D,0x19,0xD6,0x46,0x02,0x01,0x3D,0xB1,0xA0,0xE7}; + ThriftHiveMetastore_fire_listener_event_args(const ThriftHiveMetastore_fire_listener_event_args&); ThriftHiveMetastore_fire_listener_event_args& operator=(const ThriftHiveMetastore_fire_listener_event_args&); ThriftHiveMetastore_fire_listener_event_args() { @@ -16468,18 +18620,23 @@ class ThriftHiveMetastore_fire_listener_event_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_fire_listener_event_args& obj); }; class ThriftHiveMetastore_fire_listener_event_pargs { public: + static const char* ascii_fingerprint; // = "5A5B8926FE793D19D64602013DB1A0E7"; + static const uint8_t binary_fingerprint[16]; // = {0x5A,0x5B,0x89,0x26,0xFE,0x79,0x3D,0x19,0xD6,0x46,0x02,0x01,0x3D,0xB1,0xA0,0xE7}; + virtual ~ThriftHiveMetastore_fire_listener_event_pargs() throw(); const FireEventRequest* rqst; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_fire_listener_event_pargs& obj); }; typedef struct _ThriftHiveMetastore_fire_listener_event_result__isset { @@ -16490,6 +18647,9 @@ typedef struct _ThriftHiveMetastore_fire_listener_event_result__isset { class ThriftHiveMetastore_fire_listener_event_result { public: + static const char* ascii_fingerprint; // = "3A26B8DD823AB72F2FE94404F3D36070"; + static const uint8_t binary_fingerprint[16]; // = {0x3A,0x26,0xB8,0xDD,0x82,0x3A,0xB7,0x2F,0x2F,0xE9,0x44,0x04,0xF3,0xD3,0x60,0x70}; + ThriftHiveMetastore_fire_listener_event_result(const ThriftHiveMetastore_fire_listener_event_result&); ThriftHiveMetastore_fire_listener_event_result& operator=(const ThriftHiveMetastore_fire_listener_event_result&); ThriftHiveMetastore_fire_listener_event_result() { @@ -16517,6 +18677,7 @@ class ThriftHiveMetastore_fire_listener_event_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_fire_listener_event_result& obj); }; typedef struct _ThriftHiveMetastore_fire_listener_event_presult__isset { @@ -16527,6 +18688,9 @@ typedef struct _ThriftHiveMetastore_fire_listener_event_presult__isset { class ThriftHiveMetastore_fire_listener_event_presult { public: + static const char* ascii_fingerprint; // = "3A26B8DD823AB72F2FE94404F3D36070"; + static const uint8_t binary_fingerprint[16]; // = {0x3A,0x26,0xB8,0xDD,0x82,0x3A,0xB7,0x2F,0x2F,0xE9,0x44,0x04,0xF3,0xD3,0x60,0x70}; + virtual ~ThriftHiveMetastore_fire_listener_event_presult() throw(); FireEventResponse* success; @@ -16535,12 +18699,16 @@ class ThriftHiveMetastore_fire_listener_event_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_fire_listener_event_presult& obj); }; class ThriftHiveMetastore_flushCache_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_flushCache_args(const ThriftHiveMetastore_flushCache_args&); ThriftHiveMetastore_flushCache_args& operator=(const ThriftHiveMetastore_flushCache_args&); ThriftHiveMetastore_flushCache_args() { @@ -16561,23 +18729,31 @@ class ThriftHiveMetastore_flushCache_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_flushCache_args& obj); }; class ThriftHiveMetastore_flushCache_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_flushCache_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_flushCache_pargs& obj); }; class ThriftHiveMetastore_flushCache_result { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHiveMetastore_flushCache_result(const ThriftHiveMetastore_flushCache_result&); ThriftHiveMetastore_flushCache_result& operator=(const ThriftHiveMetastore_flushCache_result&); ThriftHiveMetastore_flushCache_result() { @@ -16598,17 +18774,22 @@ class ThriftHiveMetastore_flushCache_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_flushCache_result& obj); }; class ThriftHiveMetastore_flushCache_presult { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHiveMetastore_flushCache_presult() throw(); uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_flushCache_presult& obj); }; typedef struct _ThriftHiveMetastore_get_file_metadata_by_expr_args__isset { @@ -16619,6 +18800,9 @@ typedef struct _ThriftHiveMetastore_get_file_metadata_by_expr_args__isset { class ThriftHiveMetastore_get_file_metadata_by_expr_args { public: + static const char* ascii_fingerprint; // = "54EB83B41E6FDCB6B9D253FD50F36738"; + static const uint8_t binary_fingerprint[16]; // = {0x54,0xEB,0x83,0xB4,0x1E,0x6F,0xDC,0xB6,0xB9,0xD2,0x53,0xFD,0x50,0xF3,0x67,0x38}; + ThriftHiveMetastore_get_file_metadata_by_expr_args(const ThriftHiveMetastore_get_file_metadata_by_expr_args&); ThriftHiveMetastore_get_file_metadata_by_expr_args& operator=(const ThriftHiveMetastore_get_file_metadata_by_expr_args&); ThriftHiveMetastore_get_file_metadata_by_expr_args() { @@ -16646,18 +18830,23 @@ class ThriftHiveMetastore_get_file_metadata_by_expr_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_file_metadata_by_expr_args& obj); }; class ThriftHiveMetastore_get_file_metadata_by_expr_pargs { public: + static const char* ascii_fingerprint; // = "54EB83B41E6FDCB6B9D253FD50F36738"; + static const uint8_t binary_fingerprint[16]; // = {0x54,0xEB,0x83,0xB4,0x1E,0x6F,0xDC,0xB6,0xB9,0xD2,0x53,0xFD,0x50,0xF3,0x67,0x38}; + virtual ~ThriftHiveMetastore_get_file_metadata_by_expr_pargs() throw(); const GetFileMetadataByExprRequest* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_file_metadata_by_expr_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_file_metadata_by_expr_result__isset { @@ -16668,6 +18857,9 @@ typedef struct _ThriftHiveMetastore_get_file_metadata_by_expr_result__isset { class ThriftHiveMetastore_get_file_metadata_by_expr_result { public: + static const char* ascii_fingerprint; // = "2F400CCA7AD4FEDF7CB20CEB14438080"; + static const uint8_t binary_fingerprint[16]; // = {0x2F,0x40,0x0C,0xCA,0x7A,0xD4,0xFE,0xDF,0x7C,0xB2,0x0C,0xEB,0x14,0x43,0x80,0x80}; + ThriftHiveMetastore_get_file_metadata_by_expr_result(const ThriftHiveMetastore_get_file_metadata_by_expr_result&); ThriftHiveMetastore_get_file_metadata_by_expr_result& operator=(const ThriftHiveMetastore_get_file_metadata_by_expr_result&); ThriftHiveMetastore_get_file_metadata_by_expr_result() { @@ -16695,6 +18887,7 @@ class ThriftHiveMetastore_get_file_metadata_by_expr_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_file_metadata_by_expr_result& obj); }; typedef struct _ThriftHiveMetastore_get_file_metadata_by_expr_presult__isset { @@ -16705,6 +18898,9 @@ typedef struct _ThriftHiveMetastore_get_file_metadata_by_expr_presult__isset { class ThriftHiveMetastore_get_file_metadata_by_expr_presult { public: + static const char* ascii_fingerprint; // = "2F400CCA7AD4FEDF7CB20CEB14438080"; + static const uint8_t binary_fingerprint[16]; // = {0x2F,0x40,0x0C,0xCA,0x7A,0xD4,0xFE,0xDF,0x7C,0xB2,0x0C,0xEB,0x14,0x43,0x80,0x80}; + virtual ~ThriftHiveMetastore_get_file_metadata_by_expr_presult() throw(); GetFileMetadataByExprResult* success; @@ -16713,6 +18909,7 @@ class ThriftHiveMetastore_get_file_metadata_by_expr_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_file_metadata_by_expr_presult& obj); }; typedef struct _ThriftHiveMetastore_get_file_metadata_args__isset { @@ -16723,6 +18920,9 @@ typedef struct _ThriftHiveMetastore_get_file_metadata_args__isset { class ThriftHiveMetastore_get_file_metadata_args { public: + static const char* ascii_fingerprint; // = "1BC0267F37F033AE9EEA2EB33C70733E"; + static const uint8_t binary_fingerprint[16]; // = {0x1B,0xC0,0x26,0x7F,0x37,0xF0,0x33,0xAE,0x9E,0xEA,0x2E,0xB3,0x3C,0x70,0x73,0x3E}; + ThriftHiveMetastore_get_file_metadata_args(const ThriftHiveMetastore_get_file_metadata_args&); ThriftHiveMetastore_get_file_metadata_args& operator=(const ThriftHiveMetastore_get_file_metadata_args&); ThriftHiveMetastore_get_file_metadata_args() { @@ -16750,18 +18950,23 @@ class ThriftHiveMetastore_get_file_metadata_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_file_metadata_args& obj); }; class ThriftHiveMetastore_get_file_metadata_pargs { public: + static const char* ascii_fingerprint; // = "1BC0267F37F033AE9EEA2EB33C70733E"; + static const uint8_t binary_fingerprint[16]; // = {0x1B,0xC0,0x26,0x7F,0x37,0xF0,0x33,0xAE,0x9E,0xEA,0x2E,0xB3,0x3C,0x70,0x73,0x3E}; + virtual ~ThriftHiveMetastore_get_file_metadata_pargs() throw(); const GetFileMetadataRequest* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_file_metadata_pargs& obj); }; typedef struct _ThriftHiveMetastore_get_file_metadata_result__isset { @@ -16772,6 +18977,9 @@ typedef struct _ThriftHiveMetastore_get_file_metadata_result__isset { class ThriftHiveMetastore_get_file_metadata_result { public: + static const char* ascii_fingerprint; // = "2E68003888122322D29FD7969DAE8C2A"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x68,0x00,0x38,0x88,0x12,0x23,0x22,0xD2,0x9F,0xD7,0x96,0x9D,0xAE,0x8C,0x2A}; + ThriftHiveMetastore_get_file_metadata_result(const ThriftHiveMetastore_get_file_metadata_result&); ThriftHiveMetastore_get_file_metadata_result& operator=(const ThriftHiveMetastore_get_file_metadata_result&); ThriftHiveMetastore_get_file_metadata_result() { @@ -16799,6 +19007,7 @@ class ThriftHiveMetastore_get_file_metadata_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_file_metadata_result& obj); }; typedef struct _ThriftHiveMetastore_get_file_metadata_presult__isset { @@ -16809,6 +19018,9 @@ typedef struct _ThriftHiveMetastore_get_file_metadata_presult__isset { class ThriftHiveMetastore_get_file_metadata_presult { public: + static const char* ascii_fingerprint; // = "2E68003888122322D29FD7969DAE8C2A"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x68,0x00,0x38,0x88,0x12,0x23,0x22,0xD2,0x9F,0xD7,0x96,0x9D,0xAE,0x8C,0x2A}; + virtual ~ThriftHiveMetastore_get_file_metadata_presult() throw(); GetFileMetadataResult* success; @@ -16817,6 +19029,7 @@ class ThriftHiveMetastore_get_file_metadata_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_get_file_metadata_presult& obj); }; typedef struct _ThriftHiveMetastore_put_file_metadata_args__isset { @@ -16827,6 +19040,9 @@ typedef struct _ThriftHiveMetastore_put_file_metadata_args__isset { class ThriftHiveMetastore_put_file_metadata_args { public: + static const char* ascii_fingerprint; // = "CC8035DE851F68540899C9E7BDA51238"; + static const uint8_t binary_fingerprint[16]; // = {0xCC,0x80,0x35,0xDE,0x85,0x1F,0x68,0x54,0x08,0x99,0xC9,0xE7,0xBD,0xA5,0x12,0x38}; + ThriftHiveMetastore_put_file_metadata_args(const ThriftHiveMetastore_put_file_metadata_args&); ThriftHiveMetastore_put_file_metadata_args& operator=(const ThriftHiveMetastore_put_file_metadata_args&); ThriftHiveMetastore_put_file_metadata_args() { @@ -16854,18 +19070,23 @@ class ThriftHiveMetastore_put_file_metadata_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_put_file_metadata_args& obj); }; class ThriftHiveMetastore_put_file_metadata_pargs { public: + static const char* ascii_fingerprint; // = "CC8035DE851F68540899C9E7BDA51238"; + static const uint8_t binary_fingerprint[16]; // = {0xCC,0x80,0x35,0xDE,0x85,0x1F,0x68,0x54,0x08,0x99,0xC9,0xE7,0xBD,0xA5,0x12,0x38}; + virtual ~ThriftHiveMetastore_put_file_metadata_pargs() throw(); const PutFileMetadataRequest* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_put_file_metadata_pargs& obj); }; typedef struct _ThriftHiveMetastore_put_file_metadata_result__isset { @@ -16876,6 +19097,9 @@ typedef struct _ThriftHiveMetastore_put_file_metadata_result__isset { class ThriftHiveMetastore_put_file_metadata_result { public: + static const char* ascii_fingerprint; // = "3A26B8DD823AB72F2FE94404F3D36070"; + static const uint8_t binary_fingerprint[16]; // = {0x3A,0x26,0xB8,0xDD,0x82,0x3A,0xB7,0x2F,0x2F,0xE9,0x44,0x04,0xF3,0xD3,0x60,0x70}; + ThriftHiveMetastore_put_file_metadata_result(const ThriftHiveMetastore_put_file_metadata_result&); ThriftHiveMetastore_put_file_metadata_result& operator=(const ThriftHiveMetastore_put_file_metadata_result&); ThriftHiveMetastore_put_file_metadata_result() { @@ -16903,6 +19127,7 @@ class ThriftHiveMetastore_put_file_metadata_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_put_file_metadata_result& obj); }; typedef struct _ThriftHiveMetastore_put_file_metadata_presult__isset { @@ -16913,6 +19138,9 @@ typedef struct _ThriftHiveMetastore_put_file_metadata_presult__isset { class ThriftHiveMetastore_put_file_metadata_presult { public: + static const char* ascii_fingerprint; // = "3A26B8DD823AB72F2FE94404F3D36070"; + static const uint8_t binary_fingerprint[16]; // = {0x3A,0x26,0xB8,0xDD,0x82,0x3A,0xB7,0x2F,0x2F,0xE9,0x44,0x04,0xF3,0xD3,0x60,0x70}; + virtual ~ThriftHiveMetastore_put_file_metadata_presult() throw(); PutFileMetadataResult* success; @@ -16921,6 +19149,7 @@ class ThriftHiveMetastore_put_file_metadata_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_put_file_metadata_presult& obj); }; typedef struct _ThriftHiveMetastore_clear_file_metadata_args__isset { @@ -16931,6 +19160,9 @@ typedef struct _ThriftHiveMetastore_clear_file_metadata_args__isset { class ThriftHiveMetastore_clear_file_metadata_args { public: + static const char* ascii_fingerprint; // = "1BC0267F37F033AE9EEA2EB33C70733E"; + static const uint8_t binary_fingerprint[16]; // = {0x1B,0xC0,0x26,0x7F,0x37,0xF0,0x33,0xAE,0x9E,0xEA,0x2E,0xB3,0x3C,0x70,0x73,0x3E}; + ThriftHiveMetastore_clear_file_metadata_args(const ThriftHiveMetastore_clear_file_metadata_args&); ThriftHiveMetastore_clear_file_metadata_args& operator=(const ThriftHiveMetastore_clear_file_metadata_args&); ThriftHiveMetastore_clear_file_metadata_args() { @@ -16958,18 +19190,23 @@ class ThriftHiveMetastore_clear_file_metadata_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_clear_file_metadata_args& obj); }; class ThriftHiveMetastore_clear_file_metadata_pargs { public: + static const char* ascii_fingerprint; // = "1BC0267F37F033AE9EEA2EB33C70733E"; + static const uint8_t binary_fingerprint[16]; // = {0x1B,0xC0,0x26,0x7F,0x37,0xF0,0x33,0xAE,0x9E,0xEA,0x2E,0xB3,0x3C,0x70,0x73,0x3E}; + virtual ~ThriftHiveMetastore_clear_file_metadata_pargs() throw(); const ClearFileMetadataRequest* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_clear_file_metadata_pargs& obj); }; typedef struct _ThriftHiveMetastore_clear_file_metadata_result__isset { @@ -16980,6 +19217,9 @@ typedef struct _ThriftHiveMetastore_clear_file_metadata_result__isset { class ThriftHiveMetastore_clear_file_metadata_result { public: + static const char* ascii_fingerprint; // = "3A26B8DD823AB72F2FE94404F3D36070"; + static const uint8_t binary_fingerprint[16]; // = {0x3A,0x26,0xB8,0xDD,0x82,0x3A,0xB7,0x2F,0x2F,0xE9,0x44,0x04,0xF3,0xD3,0x60,0x70}; + ThriftHiveMetastore_clear_file_metadata_result(const ThriftHiveMetastore_clear_file_metadata_result&); ThriftHiveMetastore_clear_file_metadata_result& operator=(const ThriftHiveMetastore_clear_file_metadata_result&); ThriftHiveMetastore_clear_file_metadata_result() { @@ -17007,6 +19247,7 @@ class ThriftHiveMetastore_clear_file_metadata_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_clear_file_metadata_result& obj); }; typedef struct _ThriftHiveMetastore_clear_file_metadata_presult__isset { @@ -17017,6 +19258,9 @@ typedef struct _ThriftHiveMetastore_clear_file_metadata_presult__isset { class ThriftHiveMetastore_clear_file_metadata_presult { public: + static const char* ascii_fingerprint; // = "3A26B8DD823AB72F2FE94404F3D36070"; + static const uint8_t binary_fingerprint[16]; // = {0x3A,0x26,0xB8,0xDD,0x82,0x3A,0xB7,0x2F,0x2F,0xE9,0x44,0x04,0xF3,0xD3,0x60,0x70}; + virtual ~ThriftHiveMetastore_clear_file_metadata_presult() throw(); ClearFileMetadataResult* success; @@ -17025,6 +19269,7 @@ class ThriftHiveMetastore_clear_file_metadata_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHiveMetastore_clear_file_metadata_presult& obj); }; typedef struct _ThriftHiveMetastore_cache_file_metadata_args__isset { @@ -17316,6 +19561,9 @@ class ThriftHiveMetastoreClient : virtual public ThriftHiveMetastoreIf, public void get_partitions_by_expr(PartitionsByExprResult& _return, const PartitionsByExprRequest& req); void send_get_partitions_by_expr(const PartitionsByExprRequest& req); void recv_get_partitions_by_expr(PartitionsByExprResult& _return); + int32_t get_num_partitions_by_filter(const std::string& db_name, const std::string& tbl_name, const std::string& filter); + void send_get_num_partitions_by_filter(const std::string& db_name, const std::string& tbl_name, const std::string& filter); + int32_t recv_get_num_partitions_by_filter(); void get_partitions_by_names(std::vector & _return, const std::string& db_name, const std::string& tbl_name, const std::vector & names); void send_get_partitions_by_names(const std::string& db_name, const std::string& tbl_name, const std::vector & names); void recv_get_partitions_by_names(std::vector & _return); @@ -17606,6 +19854,7 @@ class ThriftHiveMetastoreProcessor : public ::facebook::fb303::FacebookServiceP void process_get_partitions_by_filter(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext); void process_get_part_specs_by_filter(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext); void process_get_partitions_by_expr(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext); + void process_get_num_partitions_by_filter(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext); void process_get_partitions_by_names(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext); void process_alter_partition(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext); void process_alter_partitions(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext); @@ -17742,6 +19991,7 @@ class ThriftHiveMetastoreProcessor : public ::facebook::fb303::FacebookServiceP processMap_["get_partitions_by_filter"] = &ThriftHiveMetastoreProcessor::process_get_partitions_by_filter; processMap_["get_part_specs_by_filter"] = &ThriftHiveMetastoreProcessor::process_get_part_specs_by_filter; processMap_["get_partitions_by_expr"] = &ThriftHiveMetastoreProcessor::process_get_partitions_by_expr; + processMap_["get_num_partitions_by_filter"] = &ThriftHiveMetastoreProcessor::process_get_num_partitions_by_filter; processMap_["get_partitions_by_names"] = &ThriftHiveMetastoreProcessor::process_get_partitions_by_names; processMap_["alter_partition"] = &ThriftHiveMetastoreProcessor::process_alter_partition; processMap_["alter_partitions"] = &ThriftHiveMetastoreProcessor::process_alter_partitions; @@ -18410,6 +20660,15 @@ class ThriftHiveMetastoreMultiface : virtual public ThriftHiveMetastoreIf, publi return; } + int32_t get_num_partitions_by_filter(const std::string& db_name, const std::string& tbl_name, const std::string& filter) { + size_t sz = ifaces_.size(); + size_t i = 0; + for (; i < (sz - 1); ++i) { + ifaces_[i]->get_num_partitions_by_filter(db_name, tbl_name, filter); + } + return ifaces_[i]->get_num_partitions_by_filter(db_name, tbl_name, filter); + } + void get_partitions_by_names(std::vector & _return, const std::string& db_name, const std::string& tbl_name, const std::vector & names) { size_t sz = ifaces_.size(); size_t i = 0; @@ -19120,6 +21379,7 @@ class ThriftHiveMetastoreMultiface : virtual public ThriftHiveMetastoreIf, publi }; +<<<<<<< HEAD // The 'concurrent' client is a thread safe client that correctly handles // out of order responses. It is slower than the regular client, so should // only be used when you need to share a connection among multiple threads @@ -19536,6 +21796,8 @@ class ThriftHiveMetastoreConcurrentClient : virtual public ThriftHiveMetastoreIf #pragma warning( pop ) #endif +======= +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api }}} // namespace #endif diff --git metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore_server.skeleton.cpp metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore_server.skeleton.cpp index 383a0d2..0fee77b 100644 --- metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore_server.skeleton.cpp +++ metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore_server.skeleton.cpp @@ -312,6 +312,11 @@ class ThriftHiveMetastoreHandler : virtual public ThriftHiveMetastoreIf { printf("get_partitions_by_expr\n"); } + int32_t get_num_partitions_by_filter(const std::string& db_name, const std::string& tbl_name, const std::string& filter) { + // Your implementation goes here + printf("get_num_partitions_by_filter\n"); + } + void get_partitions_by_names(std::vector & _return, const std::string& db_name, const std::string& tbl_name, const std::vector & names) { // Your implementation goes here printf("get_partitions_by_names\n"); diff --git metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp index f982bf2..f61ac7d 100644 --- metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp +++ metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h index ae14bd1..c95fec1 100644 --- metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h +++ metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp index d997e33..e374cb1 100644 --- metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp +++ metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -172,9 +172,11 @@ void Version::__set_comments(const std::string& val) { this->comments = val; } +const char* Version::ascii_fingerprint = "07A9615F837F7D0A952B595DD3020972"; +const uint8_t Version::binary_fingerprint[16] = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + uint32_t Version::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -223,7 +225,7 @@ uint32_t Version::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Version::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Version"); xfer += oprot->writeFieldBegin("version", ::apache::thrift::protocol::T_STRING, 1); @@ -236,6 +238,7 @@ uint32_t Version::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -257,12 +260,13 @@ Version& Version::operator=(const Version& other1) { __isset = other1.__isset; return *this; } -void Version::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Version& obj) { + using apache::thrift::to_string; out << "Version("; - out << "version=" << to_string(version); - out << ", " << "comments=" << to_string(comments); + out << "version=" << to_string(obj.version); + out << ", " << "comments=" << to_string(obj.comments); out << ")"; + return out; } @@ -282,9 +286,11 @@ void FieldSchema::__set_comment(const std::string& val) { this->comment = val; } +const char* FieldSchema::ascii_fingerprint = "AB879940BD15B6B25691265F7384B271"; +const uint8_t FieldSchema::binary_fingerprint[16] = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + uint32_t FieldSchema::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -341,7 +347,7 @@ uint32_t FieldSchema::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t FieldSchema::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("FieldSchema"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -358,6 +364,7 @@ uint32_t FieldSchema::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -382,13 +389,14 @@ FieldSchema& FieldSchema::operator=(const FieldSchema& other3) { __isset = other3.__isset; return *this; } -void FieldSchema::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const FieldSchema& obj) { + using apache::thrift::to_string; out << "FieldSchema("; - out << "name=" << to_string(name); - out << ", " << "type=" << to_string(type); - out << ", " << "comment=" << to_string(comment); + out << "name=" << to_string(obj.name); + out << ", " << "type=" << to_string(obj.type); + out << ", " << "comment=" << to_string(obj.comment); out << ")"; + return out; } @@ -415,9 +423,11 @@ void Type::__set_fields(const std::vector & val) { __isset.fields = true; } +const char* Type::ascii_fingerprint = "20DF02DE523C27F7066C7BD4D9120842"; +const uint8_t Type::binary_fingerprint[16] = {0x20,0xDF,0x02,0xDE,0x52,0x3C,0x27,0xF7,0x06,0x6C,0x7B,0xD4,0xD9,0x12,0x08,0x42}; + uint32_t Type::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -494,7 +504,7 @@ uint32_t Type::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Type::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Type"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -526,6 +536,7 @@ uint32_t Type::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -553,14 +564,15 @@ Type& Type::operator=(const Type& other11) { __isset = other11.__isset; return *this; } -void Type::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Type& obj) { + using apache::thrift::to_string; out << "Type("; - out << "name=" << to_string(name); - out << ", " << "type1="; (__isset.type1 ? (out << to_string(type1)) : (out << "")); - out << ", " << "type2="; (__isset.type2 ? (out << to_string(type2)) : (out << "")); - out << ", " << "fields="; (__isset.fields ? (out << to_string(fields)) : (out << "")); + out << "name=" << to_string(obj.name); + out << ", " << "type1="; (obj.__isset.type1 ? (out << to_string(obj.type1)) : (out << "")); + out << ", " << "type2="; (obj.__isset.type2 ? (out << to_string(obj.type2)) : (out << "")); + out << ", " << "fields="; (obj.__isset.fields ? (out << to_string(obj.fields)) : (out << "")); out << ")"; + return out; } @@ -588,9 +600,11 @@ void HiveObjectRef::__set_columnName(const std::string& val) { this->columnName = val; } +const char* HiveObjectRef::ascii_fingerprint = "205CD8311CF3AA9EC161BAEF8D7C933C"; +const uint8_t HiveObjectRef::binary_fingerprint[16] = {0x20,0x5C,0xD8,0x31,0x1C,0xF3,0xAA,0x9E,0xC1,0x61,0xBA,0xEF,0x8D,0x7C,0x93,0x3C}; + uint32_t HiveObjectRef::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -677,7 +691,7 @@ uint32_t HiveObjectRef::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t HiveObjectRef::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("HiveObjectRef"); xfer += oprot->writeFieldBegin("objectType", ::apache::thrift::protocol::T_I32, 1); @@ -710,6 +724,7 @@ uint32_t HiveObjectRef::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -740,15 +755,16 @@ HiveObjectRef& HiveObjectRef::operator=(const HiveObjectRef& other20) { __isset = other20.__isset; return *this; } -void HiveObjectRef::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const HiveObjectRef& obj) { + using apache::thrift::to_string; out << "HiveObjectRef("; - out << "objectType=" << to_string(objectType); - out << ", " << "dbName=" << to_string(dbName); - out << ", " << "objectName=" << to_string(objectName); - out << ", " << "partValues=" << to_string(partValues); - out << ", " << "columnName=" << to_string(columnName); + out << "objectType=" << to_string(obj.objectType); + out << ", " << "dbName=" << to_string(obj.dbName); + out << ", " << "objectName=" << to_string(obj.objectName); + out << ", " << "partValues=" << to_string(obj.partValues); + out << ", " << "columnName=" << to_string(obj.columnName); out << ")"; + return out; } @@ -776,9 +792,11 @@ void PrivilegeGrantInfo::__set_grantOption(const bool val) { this->grantOption = val; } +const char* PrivilegeGrantInfo::ascii_fingerprint = "A58923AF7294BE492D6F90E07E8CEE1F"; +const uint8_t PrivilegeGrantInfo::binary_fingerprint[16] = {0xA5,0x89,0x23,0xAF,0x72,0x94,0xBE,0x49,0x2D,0x6F,0x90,0xE0,0x7E,0x8C,0xEE,0x1F}; + uint32_t PrivilegeGrantInfo::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -853,7 +871,7 @@ uint32_t PrivilegeGrantInfo::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t PrivilegeGrantInfo::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PrivilegeGrantInfo"); xfer += oprot->writeFieldBegin("privilege", ::apache::thrift::protocol::T_STRING, 1); @@ -878,6 +896,7 @@ uint32_t PrivilegeGrantInfo::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -908,15 +927,16 @@ PrivilegeGrantInfo& PrivilegeGrantInfo::operator=(const PrivilegeGrantInfo& othe __isset = other23.__isset; return *this; } -void PrivilegeGrantInfo::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PrivilegeGrantInfo& obj) { + using apache::thrift::to_string; out << "PrivilegeGrantInfo("; - out << "privilege=" << to_string(privilege); - out << ", " << "createTime=" << to_string(createTime); - out << ", " << "grantor=" << to_string(grantor); - out << ", " << "grantorType=" << to_string(grantorType); - out << ", " << "grantOption=" << to_string(grantOption); + out << "privilege=" << to_string(obj.privilege); + out << ", " << "createTime=" << to_string(obj.createTime); + out << ", " << "grantor=" << to_string(obj.grantor); + out << ", " << "grantorType=" << to_string(obj.grantorType); + out << ", " << "grantOption=" << to_string(obj.grantOption); out << ")"; + return out; } @@ -940,9 +960,11 @@ void HiveObjectPrivilege::__set_grantInfo(const PrivilegeGrantInfo& val) { this->grantInfo = val; } +const char* HiveObjectPrivilege::ascii_fingerprint = "83D71969B23BD853E29DBA9D43B29AF8"; +const uint8_t HiveObjectPrivilege::binary_fingerprint[16] = {0x83,0xD7,0x19,0x69,0xB2,0x3B,0xD8,0x53,0xE2,0x9D,0xBA,0x9D,0x43,0xB2,0x9A,0xF8}; + uint32_t HiveObjectPrivilege::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1009,7 +1031,7 @@ uint32_t HiveObjectPrivilege::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t HiveObjectPrivilege::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("HiveObjectPrivilege"); xfer += oprot->writeFieldBegin("hiveObject", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1030,6 +1052,7 @@ uint32_t HiveObjectPrivilege::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1057,14 +1080,15 @@ HiveObjectPrivilege& HiveObjectPrivilege::operator=(const HiveObjectPrivilege& o __isset = other26.__isset; return *this; } -void HiveObjectPrivilege::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const HiveObjectPrivilege& obj) { + using apache::thrift::to_string; out << "HiveObjectPrivilege("; - out << "hiveObject=" << to_string(hiveObject); - out << ", " << "principalName=" << to_string(principalName); - out << ", " << "principalType=" << to_string(principalType); - out << ", " << "grantInfo=" << to_string(grantInfo); + out << "hiveObject=" << to_string(obj.hiveObject); + out << ", " << "principalName=" << to_string(obj.principalName); + out << ", " << "principalType=" << to_string(obj.principalType); + out << ", " << "grantInfo=" << to_string(obj.grantInfo); out << ")"; + return out; } @@ -1076,9 +1100,11 @@ void PrivilegeBag::__set_privileges(const std::vector & val this->privileges = val; } +const char* PrivilegeBag::ascii_fingerprint = "BB89E4701B7B709B046A74C90B1147F2"; +const uint8_t PrivilegeBag::binary_fingerprint[16] = {0xBB,0x89,0xE4,0x70,0x1B,0x7B,0x70,0x9B,0x04,0x6A,0x74,0xC9,0x0B,0x11,0x47,0xF2}; + uint32_t PrivilegeBag::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1131,7 +1157,7 @@ uint32_t PrivilegeBag::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t PrivilegeBag::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PrivilegeBag"); xfer += oprot->writeFieldBegin("privileges", ::apache::thrift::protocol::T_LIST, 1); @@ -1148,6 +1174,7 @@ uint32_t PrivilegeBag::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1166,11 +1193,12 @@ PrivilegeBag& PrivilegeBag::operator=(const PrivilegeBag& other34) { __isset = other34.__isset; return *this; } -void PrivilegeBag::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PrivilegeBag& obj) { + using apache::thrift::to_string; out << "PrivilegeBag("; - out << "privileges=" << to_string(privileges); + out << "privileges=" << to_string(obj.privileges); out << ")"; + return out; } @@ -1190,9 +1218,11 @@ void PrincipalPrivilegeSet::__set_rolePrivileges(const std::maprolePrivileges = val; } +const char* PrincipalPrivilegeSet::ascii_fingerprint = "08F75D2533906EA87BE34EA640856683"; +const uint8_t PrincipalPrivilegeSet::binary_fingerprint[16] = {0x08,0xF7,0x5D,0x25,0x33,0x90,0x6E,0xA8,0x7B,0xE3,0x4E,0xA6,0x40,0x85,0x66,0x83}; + uint32_t PrincipalPrivilegeSet::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1330,7 +1360,7 @@ uint32_t PrincipalPrivilegeSet::read(::apache::thrift::protocol::TProtocol* ipro uint32_t PrincipalPrivilegeSet::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PrincipalPrivilegeSet"); xfer += oprot->writeFieldBegin("userPrivileges", ::apache::thrift::protocol::T_MAP, 1); @@ -1398,6 +1428,7 @@ uint32_t PrincipalPrivilegeSet::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1422,13 +1453,14 @@ PrincipalPrivilegeSet& PrincipalPrivilegeSet::operator=(const PrincipalPrivilege __isset = other78.__isset; return *this; } -void PrincipalPrivilegeSet::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PrincipalPrivilegeSet& obj) { + using apache::thrift::to_string; out << "PrincipalPrivilegeSet("; - out << "userPrivileges=" << to_string(userPrivileges); - out << ", " << "groupPrivileges=" << to_string(groupPrivileges); - out << ", " << "rolePrivileges=" << to_string(rolePrivileges); + out << "userPrivileges=" << to_string(obj.userPrivileges); + out << ", " << "groupPrivileges=" << to_string(obj.groupPrivileges); + out << ", " << "rolePrivileges=" << to_string(obj.rolePrivileges); out << ")"; + return out; } @@ -1449,9 +1481,11 @@ void GrantRevokePrivilegeRequest::__set_revokeGrantOption(const bool val) { __isset.revokeGrantOption = true; } +const char* GrantRevokePrivilegeRequest::ascii_fingerprint = "DF474A3CB526AD40DC0F2C3702F7AA2C"; +const uint8_t GrantRevokePrivilegeRequest::binary_fingerprint[16] = {0xDF,0x47,0x4A,0x3C,0xB5,0x26,0xAD,0x40,0xDC,0x0F,0x2C,0x37,0x02,0xF7,0xAA,0x2C}; + uint32_t GrantRevokePrivilegeRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1510,7 +1544,7 @@ uint32_t GrantRevokePrivilegeRequest::read(::apache::thrift::protocol::TProtocol uint32_t GrantRevokePrivilegeRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GrantRevokePrivilegeRequest"); xfer += oprot->writeFieldBegin("requestType", ::apache::thrift::protocol::T_I32, 1); @@ -1528,6 +1562,7 @@ uint32_t GrantRevokePrivilegeRequest::write(::apache::thrift::protocol::TProtoco } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1552,13 +1587,14 @@ GrantRevokePrivilegeRequest& GrantRevokePrivilegeRequest::operator=(const GrantR __isset = other81.__isset; return *this; } -void GrantRevokePrivilegeRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GrantRevokePrivilegeRequest& obj) { + using apache::thrift::to_string; out << "GrantRevokePrivilegeRequest("; - out << "requestType=" << to_string(requestType); - out << ", " << "privileges=" << to_string(privileges); - out << ", " << "revokeGrantOption="; (__isset.revokeGrantOption ? (out << to_string(revokeGrantOption)) : (out << "")); + out << "requestType=" << to_string(obj.requestType); + out << ", " << "privileges=" << to_string(obj.privileges); + out << ", " << "revokeGrantOption="; (obj.__isset.revokeGrantOption ? (out << to_string(obj.revokeGrantOption)) : (out << "")); out << ")"; + return out; } @@ -1571,9 +1607,11 @@ void GrantRevokePrivilegeResponse::__set_success(const bool val) { __isset.success = true; } +const char* GrantRevokePrivilegeResponse::ascii_fingerprint = "BF054652DEF86253C2BEE7D947F167DD"; +const uint8_t GrantRevokePrivilegeResponse::binary_fingerprint[16] = {0xBF,0x05,0x46,0x52,0xDE,0xF8,0x62,0x53,0xC2,0xBE,0xE7,0xD9,0x47,0xF1,0x67,0xDD}; + uint32_t GrantRevokePrivilegeResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1614,7 +1652,7 @@ uint32_t GrantRevokePrivilegeResponse::read(::apache::thrift::protocol::TProtoco uint32_t GrantRevokePrivilegeResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GrantRevokePrivilegeResponse"); if (this->__isset.success) { @@ -1624,6 +1662,7 @@ uint32_t GrantRevokePrivilegeResponse::write(::apache::thrift::protocol::TProtoc } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1642,11 +1681,12 @@ GrantRevokePrivilegeResponse& GrantRevokePrivilegeResponse::operator=(const Gran __isset = other83.__isset; return *this; } -void GrantRevokePrivilegeResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GrantRevokePrivilegeResponse& obj) { + using apache::thrift::to_string; out << "GrantRevokePrivilegeResponse("; - out << "success="; (__isset.success ? (out << to_string(success)) : (out << "")); + out << "success="; (obj.__isset.success ? (out << to_string(obj.success)) : (out << "")); out << ")"; + return out; } @@ -1666,9 +1706,11 @@ void Role::__set_ownerName(const std::string& val) { this->ownerName = val; } +const char* Role::ascii_fingerprint = "70563A0628F75DF9555F4D24690B1E26"; +const uint8_t Role::binary_fingerprint[16] = {0x70,0x56,0x3A,0x06,0x28,0xF7,0x5D,0xF9,0x55,0x5F,0x4D,0x24,0x69,0x0B,0x1E,0x26}; + uint32_t Role::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1725,7 +1767,7 @@ uint32_t Role::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Role::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Role"); xfer += oprot->writeFieldBegin("roleName", ::apache::thrift::protocol::T_STRING, 1); @@ -1742,6 +1784,7 @@ uint32_t Role::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1766,13 +1809,14 @@ Role& Role::operator=(const Role& other85) { __isset = other85.__isset; return *this; } -void Role::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Role& obj) { + using apache::thrift::to_string; out << "Role("; - out << "roleName=" << to_string(roleName); - out << ", " << "createTime=" << to_string(createTime); - out << ", " << "ownerName=" << to_string(ownerName); + out << "roleName=" << to_string(obj.roleName); + out << ", " << "createTime=" << to_string(obj.createTime); + out << ", " << "ownerName=" << to_string(obj.ownerName); out << ")"; + return out; } @@ -1808,9 +1852,11 @@ void RolePrincipalGrant::__set_grantorPrincipalType(const PrincipalType::type va this->grantorPrincipalType = val; } +const char* RolePrincipalGrant::ascii_fingerprint = "899BA3F6214DD1B79D27206BA857C772"; +const uint8_t RolePrincipalGrant::binary_fingerprint[16] = {0x89,0x9B,0xA3,0xF6,0x21,0x4D,0xD1,0xB7,0x9D,0x27,0x20,0x6B,0xA8,0x57,0xC7,0x72}; + uint32_t RolePrincipalGrant::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1903,7 +1949,7 @@ uint32_t RolePrincipalGrant::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t RolePrincipalGrant::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("RolePrincipalGrant"); xfer += oprot->writeFieldBegin("roleName", ::apache::thrift::protocol::T_STRING, 1); @@ -1936,6 +1982,7 @@ uint32_t RolePrincipalGrant::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1972,17 +2019,18 @@ RolePrincipalGrant& RolePrincipalGrant::operator=(const RolePrincipalGrant& othe __isset = other89.__isset; return *this; } -void RolePrincipalGrant::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const RolePrincipalGrant& obj) { + using apache::thrift::to_string; out << "RolePrincipalGrant("; - out << "roleName=" << to_string(roleName); - out << ", " << "principalName=" << to_string(principalName); - out << ", " << "principalType=" << to_string(principalType); - out << ", " << "grantOption=" << to_string(grantOption); - out << ", " << "grantTime=" << to_string(grantTime); - out << ", " << "grantorName=" << to_string(grantorName); - out << ", " << "grantorPrincipalType=" << to_string(grantorPrincipalType); + out << "roleName=" << to_string(obj.roleName); + out << ", " << "principalName=" << to_string(obj.principalName); + out << ", " << "principalType=" << to_string(obj.principalType); + out << ", " << "grantOption=" << to_string(obj.grantOption); + out << ", " << "grantTime=" << to_string(obj.grantTime); + out << ", " << "grantorName=" << to_string(obj.grantorName); + out << ", " << "grantorPrincipalType=" << to_string(obj.grantorPrincipalType); out << ")"; + return out; } @@ -1998,9 +2046,11 @@ void GetRoleGrantsForPrincipalRequest::__set_principal_type(const PrincipalType: this->principal_type = val; } +const char* GetRoleGrantsForPrincipalRequest::ascii_fingerprint = "D6FD826D949221396F4FFC3ECCD3D192"; +const uint8_t GetRoleGrantsForPrincipalRequest::binary_fingerprint[16] = {0xD6,0xFD,0x82,0x6D,0x94,0x92,0x21,0x39,0x6F,0x4F,0xFC,0x3E,0xCC,0xD3,0xD1,0x92}; + uint32_t GetRoleGrantsForPrincipalRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2057,7 +2107,7 @@ uint32_t GetRoleGrantsForPrincipalRequest::read(::apache::thrift::protocol::TPro uint32_t GetRoleGrantsForPrincipalRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetRoleGrantsForPrincipalRequest"); xfer += oprot->writeFieldBegin("principal_name", ::apache::thrift::protocol::T_STRING, 1); @@ -2070,6 +2120,7 @@ uint32_t GetRoleGrantsForPrincipalRequest::write(::apache::thrift::protocol::TPr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2088,12 +2139,13 @@ GetRoleGrantsForPrincipalRequest& GetRoleGrantsForPrincipalRequest::operator=(co principal_type = other92.principal_type; return *this; } -void GetRoleGrantsForPrincipalRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetRoleGrantsForPrincipalRequest& obj) { + using apache::thrift::to_string; out << "GetRoleGrantsForPrincipalRequest("; - out << "principal_name=" << to_string(principal_name); - out << ", " << "principal_type=" << to_string(principal_type); + out << "principal_name=" << to_string(obj.principal_name); + out << ", " << "principal_type=" << to_string(obj.principal_type); out << ")"; + return out; } @@ -2105,9 +2157,11 @@ void GetRoleGrantsForPrincipalResponse::__set_principalGrants(const std::vector< this->principalGrants = val; } +const char* GetRoleGrantsForPrincipalResponse::ascii_fingerprint = "5926B4B3541A62E17663820C7E3BE690"; +const uint8_t GetRoleGrantsForPrincipalResponse::binary_fingerprint[16] = {0x59,0x26,0xB4,0xB3,0x54,0x1A,0x62,0xE1,0x76,0x63,0x82,0x0C,0x7E,0x3B,0xE6,0x90}; + uint32_t GetRoleGrantsForPrincipalResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2163,7 +2217,7 @@ uint32_t GetRoleGrantsForPrincipalResponse::read(::apache::thrift::protocol::TPr uint32_t GetRoleGrantsForPrincipalResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetRoleGrantsForPrincipalResponse"); xfer += oprot->writeFieldBegin("principalGrants", ::apache::thrift::protocol::T_LIST, 1); @@ -2180,6 +2234,7 @@ uint32_t GetRoleGrantsForPrincipalResponse::write(::apache::thrift::protocol::TP xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2195,11 +2250,12 @@ GetRoleGrantsForPrincipalResponse& GetRoleGrantsForPrincipalResponse::operator=( principalGrants = other100.principalGrants; return *this; } -void GetRoleGrantsForPrincipalResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetRoleGrantsForPrincipalResponse& obj) { + using apache::thrift::to_string; out << "GetRoleGrantsForPrincipalResponse("; - out << "principalGrants=" << to_string(principalGrants); + out << "principalGrants=" << to_string(obj.principalGrants); out << ")"; + return out; } @@ -2211,9 +2267,11 @@ void GetPrincipalsInRoleRequest::__set_roleName(const std::string& val) { this->roleName = val; } +const char* GetPrincipalsInRoleRequest::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t GetPrincipalsInRoleRequest::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t GetPrincipalsInRoleRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2257,7 +2315,7 @@ uint32_t GetPrincipalsInRoleRequest::read(::apache::thrift::protocol::TProtocol* uint32_t GetPrincipalsInRoleRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetPrincipalsInRoleRequest"); xfer += oprot->writeFieldBegin("roleName", ::apache::thrift::protocol::T_STRING, 1); @@ -2266,6 +2324,7 @@ uint32_t GetPrincipalsInRoleRequest::write(::apache::thrift::protocol::TProtocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2281,11 +2340,12 @@ GetPrincipalsInRoleRequest& GetPrincipalsInRoleRequest::operator=(const GetPrinc roleName = other102.roleName; return *this; } -void GetPrincipalsInRoleRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetPrincipalsInRoleRequest& obj) { + using apache::thrift::to_string; out << "GetPrincipalsInRoleRequest("; - out << "roleName=" << to_string(roleName); + out << "roleName=" << to_string(obj.roleName); out << ")"; + return out; } @@ -2297,9 +2357,11 @@ void GetPrincipalsInRoleResponse::__set_principalGrants(const std::vectorprincipalGrants = val; } +const char* GetPrincipalsInRoleResponse::ascii_fingerprint = "5926B4B3541A62E17663820C7E3BE690"; +const uint8_t GetPrincipalsInRoleResponse::binary_fingerprint[16] = {0x59,0x26,0xB4,0xB3,0x54,0x1A,0x62,0xE1,0x76,0x63,0x82,0x0C,0x7E,0x3B,0xE6,0x90}; + uint32_t GetPrincipalsInRoleResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2355,7 +2417,7 @@ uint32_t GetPrincipalsInRoleResponse::read(::apache::thrift::protocol::TProtocol uint32_t GetPrincipalsInRoleResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetPrincipalsInRoleResponse"); xfer += oprot->writeFieldBegin("principalGrants", ::apache::thrift::protocol::T_LIST, 1); @@ -2372,6 +2434,7 @@ uint32_t GetPrincipalsInRoleResponse::write(::apache::thrift::protocol::TProtoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2387,11 +2450,12 @@ GetPrincipalsInRoleResponse& GetPrincipalsInRoleResponse::operator=(const GetPri principalGrants = other110.principalGrants; return *this; } -void GetPrincipalsInRoleResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetPrincipalsInRoleResponse& obj) { + using apache::thrift::to_string; out << "GetPrincipalsInRoleResponse("; - out << "principalGrants=" << to_string(principalGrants); + out << "principalGrants=" << to_string(obj.principalGrants); out << ")"; + return out; } @@ -2430,9 +2494,11 @@ void GrantRevokeRoleRequest::__set_grantOption(const bool val) { __isset.grantOption = true; } +const char* GrantRevokeRoleRequest::ascii_fingerprint = "907DEA796F2BA7AF76DC2566E75FAEE7"; +const uint8_t GrantRevokeRoleRequest::binary_fingerprint[16] = {0x90,0x7D,0xEA,0x79,0x6F,0x2B,0xA7,0xAF,0x76,0xDC,0x25,0x66,0xE7,0x5F,0xAE,0xE7}; + uint32_t GrantRevokeRoleRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2527,7 +2593,7 @@ uint32_t GrantRevokeRoleRequest::read(::apache::thrift::protocol::TProtocol* ipr uint32_t GrantRevokeRoleRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GrantRevokeRoleRequest"); xfer += oprot->writeFieldBegin("requestType", ::apache::thrift::protocol::T_I32, 1); @@ -2563,6 +2629,7 @@ uint32_t GrantRevokeRoleRequest::write(::apache::thrift::protocol::TProtocol* op } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2599,17 +2666,18 @@ GrantRevokeRoleRequest& GrantRevokeRoleRequest::operator=(const GrantRevokeRoleR __isset = other115.__isset; return *this; } -void GrantRevokeRoleRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GrantRevokeRoleRequest& obj) { + using apache::thrift::to_string; out << "GrantRevokeRoleRequest("; - out << "requestType=" << to_string(requestType); - out << ", " << "roleName=" << to_string(roleName); - out << ", " << "principalName=" << to_string(principalName); - out << ", " << "principalType=" << to_string(principalType); - out << ", " << "grantor="; (__isset.grantor ? (out << to_string(grantor)) : (out << "")); - out << ", " << "grantorType="; (__isset.grantorType ? (out << to_string(grantorType)) : (out << "")); - out << ", " << "grantOption="; (__isset.grantOption ? (out << to_string(grantOption)) : (out << "")); + out << "requestType=" << to_string(obj.requestType); + out << ", " << "roleName=" << to_string(obj.roleName); + out << ", " << "principalName=" << to_string(obj.principalName); + out << ", " << "principalType=" << to_string(obj.principalType); + out << ", " << "grantor="; (obj.__isset.grantor ? (out << to_string(obj.grantor)) : (out << "")); + out << ", " << "grantorType="; (obj.__isset.grantorType ? (out << to_string(obj.grantorType)) : (out << "")); + out << ", " << "grantOption="; (obj.__isset.grantOption ? (out << to_string(obj.grantOption)) : (out << "")); out << ")"; + return out; } @@ -2622,9 +2690,11 @@ void GrantRevokeRoleResponse::__set_success(const bool val) { __isset.success = true; } +const char* GrantRevokeRoleResponse::ascii_fingerprint = "BF054652DEF86253C2BEE7D947F167DD"; +const uint8_t GrantRevokeRoleResponse::binary_fingerprint[16] = {0xBF,0x05,0x46,0x52,0xDE,0xF8,0x62,0x53,0xC2,0xBE,0xE7,0xD9,0x47,0xF1,0x67,0xDD}; + uint32_t GrantRevokeRoleResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2665,7 +2735,7 @@ uint32_t GrantRevokeRoleResponse::read(::apache::thrift::protocol::TProtocol* ip uint32_t GrantRevokeRoleResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GrantRevokeRoleResponse"); if (this->__isset.success) { @@ -2675,6 +2745,7 @@ uint32_t GrantRevokeRoleResponse::write(::apache::thrift::protocol::TProtocol* o } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2693,11 +2764,12 @@ GrantRevokeRoleResponse& GrantRevokeRoleResponse::operator=(const GrantRevokeRol __isset = other117.__isset; return *this; } -void GrantRevokeRoleResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GrantRevokeRoleResponse& obj) { + using apache::thrift::to_string; out << "GrantRevokeRoleResponse("; - out << "success="; (__isset.success ? (out << to_string(success)) : (out << "")); + out << "success="; (obj.__isset.success ? (out << to_string(obj.success)) : (out << "")); out << ")"; + return out; } @@ -2736,9 +2808,11 @@ void Database::__set_ownerType(const PrincipalType::type val) { __isset.ownerType = true; } +const char* Database::ascii_fingerprint = "553495CAE243A1C583D5C3DD990AED53"; +const uint8_t Database::binary_fingerprint[16] = {0x55,0x34,0x95,0xCA,0xE2,0x43,0xA1,0xC5,0x83,0xD5,0xC3,0xDD,0x99,0x0A,0xED,0x53}; + uint32_t Database::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2844,7 +2918,7 @@ uint32_t Database::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Database::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Database"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -2889,6 +2963,7 @@ uint32_t Database::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2925,17 +3000,18 @@ Database& Database::operator=(const Database& other128) { __isset = other128.__isset; return *this; } -void Database::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Database& obj) { + using apache::thrift::to_string; out << "Database("; - out << "name=" << to_string(name); - out << ", " << "description=" << to_string(description); - out << ", " << "locationUri=" << to_string(locationUri); - out << ", " << "parameters=" << to_string(parameters); - out << ", " << "privileges="; (__isset.privileges ? (out << to_string(privileges)) : (out << "")); - out << ", " << "ownerName="; (__isset.ownerName ? (out << to_string(ownerName)) : (out << "")); - out << ", " << "ownerType="; (__isset.ownerType ? (out << to_string(ownerType)) : (out << "")); + out << "name=" << to_string(obj.name); + out << ", " << "description=" << to_string(obj.description); + out << ", " << "locationUri=" << to_string(obj.locationUri); + out << ", " << "parameters=" << to_string(obj.parameters); + out << ", " << "privileges="; (obj.__isset.privileges ? (out << to_string(obj.privileges)) : (out << "")); + out << ", " << "ownerName="; (obj.__isset.ownerName ? (out << to_string(obj.ownerName)) : (out << "")); + out << ", " << "ownerType="; (obj.__isset.ownerType ? (out << to_string(obj.ownerType)) : (out << "")); out << ")"; + return out; } @@ -2955,9 +3031,11 @@ void SerDeInfo::__set_parameters(const std::map & val) this->parameters = val; } +const char* SerDeInfo::ascii_fingerprint = "B1021C32A35A2AEFCD2F57A5424159A7"; +const uint8_t SerDeInfo::binary_fingerprint[16] = {0xB1,0x02,0x1C,0x32,0xA3,0x5A,0x2A,0xEF,0xCD,0x2F,0x57,0xA5,0x42,0x41,0x59,0xA7}; + uint32_t SerDeInfo::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3029,7 +3107,7 @@ uint32_t SerDeInfo::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t SerDeInfo::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("SerDeInfo"); xfer += oprot->writeFieldBegin("name", ::apache::thrift::protocol::T_STRING, 1); @@ -3055,6 +3133,7 @@ uint32_t SerDeInfo::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3079,13 +3158,14 @@ SerDeInfo& SerDeInfo::operator=(const SerDeInfo& other138) { __isset = other138.__isset; return *this; } -void SerDeInfo::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const SerDeInfo& obj) { + using apache::thrift::to_string; out << "SerDeInfo("; - out << "name=" << to_string(name); - out << ", " << "serializationLib=" << to_string(serializationLib); - out << ", " << "parameters=" << to_string(parameters); + out << "name=" << to_string(obj.name); + out << ", " << "serializationLib=" << to_string(obj.serializationLib); + out << ", " << "parameters=" << to_string(obj.parameters); out << ")"; + return out; } @@ -3101,9 +3181,11 @@ void Order::__set_order(const int32_t val) { this->order = val; } +const char* Order::ascii_fingerprint = "EEBC915CE44901401D881E6091423036"; +const uint8_t Order::binary_fingerprint[16] = {0xEE,0xBC,0x91,0x5C,0xE4,0x49,0x01,0x40,0x1D,0x88,0x1E,0x60,0x91,0x42,0x30,0x36}; + uint32_t Order::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3152,7 +3234,7 @@ uint32_t Order::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Order::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Order"); xfer += oprot->writeFieldBegin("col", ::apache::thrift::protocol::T_STRING, 1); @@ -3165,6 +3247,7 @@ uint32_t Order::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3186,12 +3269,13 @@ Order& Order::operator=(const Order& other140) { __isset = other140.__isset; return *this; } -void Order::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Order& obj) { + using apache::thrift::to_string; out << "Order("; - out << "col=" << to_string(col); - out << ", " << "order=" << to_string(order); + out << "col=" << to_string(obj.col); + out << ", " << "order=" << to_string(obj.order); out << ")"; + return out; } @@ -3211,9 +3295,11 @@ void SkewedInfo::__set_skewedColValueLocationMaps(const std::mapskewedColValueLocationMaps = val; } +const char* SkewedInfo::ascii_fingerprint = "4BF2ED84BC3C3EB297A2AE2FA8427EB1"; +const uint8_t SkewedInfo::binary_fingerprint[16] = {0x4B,0xF2,0xED,0x84,0xBC,0x3C,0x3E,0xB2,0x97,0xA2,0xAE,0x2F,0xA8,0x42,0x7E,0xB1}; + uint32_t SkewedInfo::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3333,7 +3419,7 @@ uint32_t SkewedInfo::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t SkewedInfo::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("SkewedInfo"); xfer += oprot->writeFieldBegin("skewedColNames", ::apache::thrift::protocol::T_LIST, 1); @@ -3391,6 +3477,7 @@ uint32_t SkewedInfo::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3415,13 +3502,14 @@ SkewedInfo& SkewedInfo::operator=(const SkewedInfo& other174) { __isset = other174.__isset; return *this; } -void SkewedInfo::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const SkewedInfo& obj) { + using apache::thrift::to_string; out << "SkewedInfo("; - out << "skewedColNames=" << to_string(skewedColNames); - out << ", " << "skewedColValues=" << to_string(skewedColValues); - out << ", " << "skewedColValueLocationMaps=" << to_string(skewedColValueLocationMaps); + out << "skewedColNames=" << to_string(obj.skewedColNames); + out << ", " << "skewedColValues=" << to_string(obj.skewedColValues); + out << ", " << "skewedColValueLocationMaps=" << to_string(obj.skewedColValueLocationMaps); out << ")"; + return out; } @@ -3479,9 +3567,11 @@ void StorageDescriptor::__set_storedAsSubDirectories(const bool val) { __isset.storedAsSubDirectories = true; } +const char* StorageDescriptor::ascii_fingerprint = "CA8C9AA5FE4C32643757D8639CEF0CD7"; +const uint8_t StorageDescriptor::binary_fingerprint[16] = {0xCA,0x8C,0x9A,0xA5,0xFE,0x4C,0x32,0x64,0x37,0x57,0xD8,0x63,0x9C,0xEF,0x0C,0xD7}; + uint32_t StorageDescriptor::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3661,7 +3751,7 @@ uint32_t StorageDescriptor::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t StorageDescriptor::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("StorageDescriptor"); xfer += oprot->writeFieldBegin("cols", ::apache::thrift::protocol::T_LIST, 1); @@ -3749,6 +3839,7 @@ uint32_t StorageDescriptor::write(::apache::thrift::protocol::TProtocol* oprot) } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3800,22 +3891,23 @@ StorageDescriptor& StorageDescriptor::operator=(const StorageDescriptor& other20 __isset = other202.__isset; return *this; } -void StorageDescriptor::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const StorageDescriptor& obj) { + using apache::thrift::to_string; out << "StorageDescriptor("; - out << "cols=" << to_string(cols); - out << ", " << "location=" << to_string(location); - out << ", " << "inputFormat=" << to_string(inputFormat); - out << ", " << "outputFormat=" << to_string(outputFormat); - out << ", " << "compressed=" << to_string(compressed); - out << ", " << "numBuckets=" << to_string(numBuckets); - out << ", " << "serdeInfo=" << to_string(serdeInfo); - out << ", " << "bucketCols=" << to_string(bucketCols); - out << ", " << "sortCols=" << to_string(sortCols); - out << ", " << "parameters=" << to_string(parameters); - out << ", " << "skewedInfo="; (__isset.skewedInfo ? (out << to_string(skewedInfo)) : (out << "")); - out << ", " << "storedAsSubDirectories="; (__isset.storedAsSubDirectories ? (out << to_string(storedAsSubDirectories)) : (out << "")); + out << "cols=" << to_string(obj.cols); + out << ", " << "location=" << to_string(obj.location); + out << ", " << "inputFormat=" << to_string(obj.inputFormat); + out << ", " << "outputFormat=" << to_string(obj.outputFormat); + out << ", " << "compressed=" << to_string(obj.compressed); + out << ", " << "numBuckets=" << to_string(obj.numBuckets); + out << ", " << "serdeInfo=" << to_string(obj.serdeInfo); + out << ", " << "bucketCols=" << to_string(obj.bucketCols); + out << ", " << "sortCols=" << to_string(obj.sortCols); + out << ", " << "parameters=" << to_string(obj.parameters); + out << ", " << "skewedInfo="; (obj.__isset.skewedInfo ? (out << to_string(obj.skewedInfo)) : (out << "")); + out << ", " << "storedAsSubDirectories="; (obj.__isset.storedAsSubDirectories ? (out << to_string(obj.storedAsSubDirectories)) : (out << "")); out << ")"; + return out; } @@ -3881,9 +3973,11 @@ void Table::__set_temporary(const bool val) { __isset.temporary = true; } +const char* Table::ascii_fingerprint = "29EFB2A5970EF572039E5D94CC78AA85"; +const uint8_t Table::binary_fingerprint[16] = {0x29,0xEF,0xB2,0xA5,0x97,0x0E,0xF5,0x72,0x03,0x9E,0x5D,0x94,0xCC,0x78,0xAA,0x85}; + uint32_t Table::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4055,7 +4149,7 @@ uint32_t Table::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Table::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Table"); xfer += oprot->writeFieldBegin("tableName", ::apache::thrift::protocol::T_STRING, 1); @@ -4135,6 +4229,7 @@ uint32_t Table::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4192,24 +4287,25 @@ Table& Table::operator=(const Table& other218) { __isset = other218.__isset; return *this; } -void Table::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Table& obj) { + using apache::thrift::to_string; out << "Table("; - out << "tableName=" << to_string(tableName); - out << ", " << "dbName=" << to_string(dbName); - out << ", " << "owner=" << to_string(owner); - out << ", " << "createTime=" << to_string(createTime); - out << ", " << "lastAccessTime=" << to_string(lastAccessTime); - out << ", " << "retention=" << to_string(retention); - out << ", " << "sd=" << to_string(sd); - out << ", " << "partitionKeys=" << to_string(partitionKeys); - out << ", " << "parameters=" << to_string(parameters); - out << ", " << "viewOriginalText=" << to_string(viewOriginalText); - out << ", " << "viewExpandedText=" << to_string(viewExpandedText); - out << ", " << "tableType=" << to_string(tableType); - out << ", " << "privileges="; (__isset.privileges ? (out << to_string(privileges)) : (out << "")); - out << ", " << "temporary="; (__isset.temporary ? (out << to_string(temporary)) : (out << "")); + out << "tableName=" << to_string(obj.tableName); + out << ", " << "dbName=" << to_string(obj.dbName); + out << ", " << "owner=" << to_string(obj.owner); + out << ", " << "createTime=" << to_string(obj.createTime); + out << ", " << "lastAccessTime=" << to_string(obj.lastAccessTime); + out << ", " << "retention=" << to_string(obj.retention); + out << ", " << "sd=" << to_string(obj.sd); + out << ", " << "partitionKeys=" << to_string(obj.partitionKeys); + out << ", " << "parameters=" << to_string(obj.parameters); + out << ", " << "viewOriginalText=" << to_string(obj.viewOriginalText); + out << ", " << "viewExpandedText=" << to_string(obj.viewExpandedText); + out << ", " << "tableType=" << to_string(obj.tableType); + out << ", " << "privileges="; (obj.__isset.privileges ? (out << to_string(obj.privileges)) : (out << "")); + out << ", " << "temporary="; (obj.__isset.temporary ? (out << to_string(obj.temporary)) : (out << "")); out << ")"; + return out; } @@ -4250,9 +4346,11 @@ void Partition::__set_privileges(const PrincipalPrivilegeSet& val) { __isset.privileges = true; } +const char* Partition::ascii_fingerprint = "31A52241B88A426C34087FE38343FF51"; +const uint8_t Partition::binary_fingerprint[16] = {0x31,0xA5,0x22,0x41,0xB8,0x8A,0x42,0x6C,0x34,0x08,0x7F,0xE3,0x83,0x43,0xFF,0x51}; + uint32_t Partition::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4376,7 +4474,7 @@ uint32_t Partition::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Partition::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Partition"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -4431,6 +4529,7 @@ uint32_t Partition::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4470,18 +4569,19 @@ Partition& Partition::operator=(const Partition& other234) { __isset = other234.__isset; return *this; } -void Partition::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Partition& obj) { + using apache::thrift::to_string; out << "Partition("; - out << "values=" << to_string(values); - out << ", " << "dbName=" << to_string(dbName); - out << ", " << "tableName=" << to_string(tableName); - out << ", " << "createTime=" << to_string(createTime); - out << ", " << "lastAccessTime=" << to_string(lastAccessTime); - out << ", " << "sd=" << to_string(sd); - out << ", " << "parameters=" << to_string(parameters); - out << ", " << "privileges="; (__isset.privileges ? (out << to_string(privileges)) : (out << "")); + out << "values=" << to_string(obj.values); + out << ", " << "dbName=" << to_string(obj.dbName); + out << ", " << "tableName=" << to_string(obj.tableName); + out << ", " << "createTime=" << to_string(obj.createTime); + out << ", " << "lastAccessTime=" << to_string(obj.lastAccessTime); + out << ", " << "sd=" << to_string(obj.sd); + out << ", " << "parameters=" << to_string(obj.parameters); + out << ", " << "privileges="; (obj.__isset.privileges ? (out << to_string(obj.privileges)) : (out << "")); out << ")"; + return out; } @@ -4514,9 +4614,11 @@ void PartitionWithoutSD::__set_privileges(const PrincipalPrivilegeSet& val) { __isset.privileges = true; } +const char* PartitionWithoutSD::ascii_fingerprint = "D79FA44499888D0E50B5625E0C536DEA"; +const uint8_t PartitionWithoutSD::binary_fingerprint[16] = {0xD7,0x9F,0xA4,0x44,0x99,0x88,0x8D,0x0E,0x50,0xB5,0x62,0x5E,0x0C,0x53,0x6D,0xEA}; + uint32_t PartitionWithoutSD::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4624,7 +4726,7 @@ uint32_t PartitionWithoutSD::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t PartitionWithoutSD::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PartitionWithoutSD"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -4671,6 +4773,7 @@ uint32_t PartitionWithoutSD::write(::apache::thrift::protocol::TProtocol* oprot) } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4704,16 +4807,17 @@ PartitionWithoutSD& PartitionWithoutSD::operator=(const PartitionWithoutSD& othe __isset = other250.__isset; return *this; } -void PartitionWithoutSD::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PartitionWithoutSD& obj) { + using apache::thrift::to_string; out << "PartitionWithoutSD("; - out << "values=" << to_string(values); - out << ", " << "createTime=" << to_string(createTime); - out << ", " << "lastAccessTime=" << to_string(lastAccessTime); - out << ", " << "relativePath=" << to_string(relativePath); - out << ", " << "parameters=" << to_string(parameters); - out << ", " << "privileges="; (__isset.privileges ? (out << to_string(privileges)) : (out << "")); + out << "values=" << to_string(obj.values); + out << ", " << "createTime=" << to_string(obj.createTime); + out << ", " << "lastAccessTime=" << to_string(obj.lastAccessTime); + out << ", " << "relativePath=" << to_string(obj.relativePath); + out << ", " << "parameters=" << to_string(obj.parameters); + out << ", " << "privileges="; (obj.__isset.privileges ? (out << to_string(obj.privileges)) : (out << "")); out << ")"; + return out; } @@ -4729,9 +4833,11 @@ void PartitionSpecWithSharedSD::__set_sd(const StorageDescriptor& val) { this->sd = val; } +const char* PartitionSpecWithSharedSD::ascii_fingerprint = "7BEE9305B42DCD083FF06BEE6DDC61CF"; +const uint8_t PartitionSpecWithSharedSD::binary_fingerprint[16] = {0x7B,0xEE,0x93,0x05,0xB4,0x2D,0xCD,0x08,0x3F,0xF0,0x6B,0xEE,0x6D,0xDC,0x61,0xCF}; + uint32_t PartitionSpecWithSharedSD::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4792,7 +4898,7 @@ uint32_t PartitionSpecWithSharedSD::read(::apache::thrift::protocol::TProtocol* uint32_t PartitionSpecWithSharedSD::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PartitionSpecWithSharedSD"); xfer += oprot->writeFieldBegin("partitions", ::apache::thrift::protocol::T_LIST, 1); @@ -4813,6 +4919,7 @@ uint32_t PartitionSpecWithSharedSD::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4834,12 +4941,13 @@ PartitionSpecWithSharedSD& PartitionSpecWithSharedSD::operator=(const PartitionS __isset = other258.__isset; return *this; } -void PartitionSpecWithSharedSD::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PartitionSpecWithSharedSD& obj) { + using apache::thrift::to_string; out << "PartitionSpecWithSharedSD("; - out << "partitions=" << to_string(partitions); - out << ", " << "sd=" << to_string(sd); + out << "partitions=" << to_string(obj.partitions); + out << ", " << "sd=" << to_string(obj.sd); out << ")"; + return out; } @@ -4851,9 +4959,11 @@ void PartitionListComposingSpec::__set_partitions(const std::vector & this->partitions = val; } +const char* PartitionListComposingSpec::ascii_fingerprint = "A048235CB9A257C8A74E3691BEFE0674"; +const uint8_t PartitionListComposingSpec::binary_fingerprint[16] = {0xA0,0x48,0x23,0x5C,0xB9,0xA2,0x57,0xC8,0xA7,0x4E,0x36,0x91,0xBE,0xFE,0x06,0x74}; + uint32_t PartitionListComposingSpec::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4906,7 +5016,7 @@ uint32_t PartitionListComposingSpec::read(::apache::thrift::protocol::TProtocol* uint32_t PartitionListComposingSpec::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PartitionListComposingSpec"); xfer += oprot->writeFieldBegin("partitions", ::apache::thrift::protocol::T_LIST, 1); @@ -4923,6 +5033,7 @@ uint32_t PartitionListComposingSpec::write(::apache::thrift::protocol::TProtocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4941,11 +5052,12 @@ PartitionListComposingSpec& PartitionListComposingSpec::operator=(const Partitio __isset = other266.__isset; return *this; } -void PartitionListComposingSpec::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PartitionListComposingSpec& obj) { + using apache::thrift::to_string; out << "PartitionListComposingSpec("; - out << "partitions=" << to_string(partitions); + out << "partitions=" << to_string(obj.partitions); out << ")"; + return out; } @@ -4975,9 +5087,11 @@ void PartitionSpec::__set_partitionList(const PartitionListComposingSpec& val) { __isset.partitionList = true; } +const char* PartitionSpec::ascii_fingerprint = "C3F548C24D072CF6422F25096143E3E8"; +const uint8_t PartitionSpec::binary_fingerprint[16] = {0xC3,0xF5,0x48,0xC2,0x4D,0x07,0x2C,0xF6,0x42,0x2F,0x25,0x09,0x61,0x43,0xE3,0xE8}; + uint32_t PartitionSpec::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5050,7 +5164,7 @@ uint32_t PartitionSpec::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t PartitionSpec::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PartitionSpec"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -5077,6 +5191,7 @@ uint32_t PartitionSpec::write(::apache::thrift::protocol::TProtocol* oprot) cons } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5107,15 +5222,16 @@ PartitionSpec& PartitionSpec::operator=(const PartitionSpec& other268) { __isset = other268.__isset; return *this; } -void PartitionSpec::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PartitionSpec& obj) { + using apache::thrift::to_string; out << "PartitionSpec("; - out << "dbName=" << to_string(dbName); - out << ", " << "tableName=" << to_string(tableName); - out << ", " << "rootPath=" << to_string(rootPath); - out << ", " << "sharedSDPartitionSpec="; (__isset.sharedSDPartitionSpec ? (out << to_string(sharedSDPartitionSpec)) : (out << "")); - out << ", " << "partitionList="; (__isset.partitionList ? (out << to_string(partitionList)) : (out << "")); + out << "dbName=" << to_string(obj.dbName); + out << ", " << "tableName=" << to_string(obj.tableName); + out << ", " << "rootPath=" << to_string(obj.rootPath); + out << ", " << "sharedSDPartitionSpec="; (obj.__isset.sharedSDPartitionSpec ? (out << to_string(obj.sharedSDPartitionSpec)) : (out << "")); + out << ", " << "partitionList="; (obj.__isset.partitionList ? (out << to_string(obj.partitionList)) : (out << "")); out << ")"; + return out; } @@ -5163,9 +5279,11 @@ void Index::__set_deferredRebuild(const bool val) { this->deferredRebuild = val; } +const char* Index::ascii_fingerprint = "09EEF655216AC81802850988D6C470A6"; +const uint8_t Index::binary_fingerprint[16] = {0x09,0xEE,0xF6,0x55,0x21,0x6A,0xC8,0x18,0x02,0x85,0x09,0x88,0xD6,0xC4,0x70,0xA6}; + uint32_t Index::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5293,7 +5411,7 @@ uint32_t Index::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Index::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Index"); xfer += oprot->writeFieldBegin("indexName", ::apache::thrift::protocol::T_STRING, 1); @@ -5347,6 +5465,7 @@ uint32_t Index::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5392,20 +5511,21 @@ Index& Index::operator=(const Index& other278) { __isset = other278.__isset; return *this; } -void Index::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Index& obj) { + using apache::thrift::to_string; out << "Index("; - out << "indexName=" << to_string(indexName); - out << ", " << "indexHandlerClass=" << to_string(indexHandlerClass); - out << ", " << "dbName=" << to_string(dbName); - out << ", " << "origTableName=" << to_string(origTableName); - out << ", " << "createTime=" << to_string(createTime); - out << ", " << "lastAccessTime=" << to_string(lastAccessTime); - out << ", " << "indexTableName=" << to_string(indexTableName); - out << ", " << "sd=" << to_string(sd); - out << ", " << "parameters=" << to_string(parameters); - out << ", " << "deferredRebuild=" << to_string(deferredRebuild); + out << "indexName=" << to_string(obj.indexName); + out << ", " << "indexHandlerClass=" << to_string(obj.indexHandlerClass); + out << ", " << "dbName=" << to_string(obj.dbName); + out << ", " << "origTableName=" << to_string(obj.origTableName); + out << ", " << "createTime=" << to_string(obj.createTime); + out << ", " << "lastAccessTime=" << to_string(obj.lastAccessTime); + out << ", " << "indexTableName=" << to_string(obj.indexTableName); + out << ", " << "sd=" << to_string(obj.sd); + out << ", " << "parameters=" << to_string(obj.parameters); + out << ", " << "deferredRebuild=" << to_string(obj.deferredRebuild); out << ")"; + return out; } @@ -5425,9 +5545,11 @@ void BooleanColumnStatsData::__set_numNulls(const int64_t val) { this->numNulls = val; } +const char* BooleanColumnStatsData::ascii_fingerprint = "EA2D65F1E0BB78760205682082304B41"; +const uint8_t BooleanColumnStatsData::binary_fingerprint[16] = {0xEA,0x2D,0x65,0xF1,0xE0,0xBB,0x78,0x76,0x02,0x05,0x68,0x20,0x82,0x30,0x4B,0x41}; + uint32_t BooleanColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5493,7 +5615,7 @@ uint32_t BooleanColumnStatsData::read(::apache::thrift::protocol::TProtocol* ipr uint32_t BooleanColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("BooleanColumnStatsData"); xfer += oprot->writeFieldBegin("numTrues", ::apache::thrift::protocol::T_I64, 1); @@ -5510,6 +5632,7 @@ uint32_t BooleanColumnStatsData::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5531,13 +5654,14 @@ BooleanColumnStatsData& BooleanColumnStatsData::operator=(const BooleanColumnSta numNulls = other280.numNulls; return *this; } -void BooleanColumnStatsData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const BooleanColumnStatsData& obj) { + using apache::thrift::to_string; out << "BooleanColumnStatsData("; - out << "numTrues=" << to_string(numTrues); - out << ", " << "numFalses=" << to_string(numFalses); - out << ", " << "numNulls=" << to_string(numNulls); + out << "numTrues=" << to_string(obj.numTrues); + out << ", " << "numFalses=" << to_string(obj.numFalses); + out << ", " << "numNulls=" << to_string(obj.numNulls); out << ")"; + return out; } @@ -5563,9 +5687,11 @@ void DoubleColumnStatsData::__set_numDVs(const int64_t val) { this->numDVs = val; } +const char* DoubleColumnStatsData::ascii_fingerprint = "DA7C011321D74C48396AA002E61A0CBB"; +const uint8_t DoubleColumnStatsData::binary_fingerprint[16] = {0xDA,0x7C,0x01,0x13,0x21,0xD7,0x4C,0x48,0x39,0x6A,0xA0,0x02,0xE6,0x1A,0x0C,0xBB}; + uint32_t DoubleColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5636,7 +5762,7 @@ uint32_t DoubleColumnStatsData::read(::apache::thrift::protocol::TProtocol* ipro uint32_t DoubleColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("DoubleColumnStatsData"); if (this->__isset.lowValue) { @@ -5659,6 +5785,7 @@ uint32_t DoubleColumnStatsData::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5686,14 +5813,15 @@ DoubleColumnStatsData& DoubleColumnStatsData::operator=(const DoubleColumnStatsD __isset = other282.__isset; return *this; } -void DoubleColumnStatsData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const DoubleColumnStatsData& obj) { + using apache::thrift::to_string; out << "DoubleColumnStatsData("; - out << "lowValue="; (__isset.lowValue ? (out << to_string(lowValue)) : (out << "")); - out << ", " << "highValue="; (__isset.highValue ? (out << to_string(highValue)) : (out << "")); - out << ", " << "numNulls=" << to_string(numNulls); - out << ", " << "numDVs=" << to_string(numDVs); + out << "lowValue="; (obj.__isset.lowValue ? (out << to_string(obj.lowValue)) : (out << "")); + out << ", " << "highValue="; (obj.__isset.highValue ? (out << to_string(obj.highValue)) : (out << "")); + out << ", " << "numNulls=" << to_string(obj.numNulls); + out << ", " << "numDVs=" << to_string(obj.numDVs); out << ")"; + return out; } @@ -5719,9 +5847,11 @@ void LongColumnStatsData::__set_numDVs(const int64_t val) { this->numDVs = val; } +const char* LongColumnStatsData::ascii_fingerprint = "E685FC220B24E3B8B93604790DCB9AEA"; +const uint8_t LongColumnStatsData::binary_fingerprint[16] = {0xE6,0x85,0xFC,0x22,0x0B,0x24,0xE3,0xB8,0xB9,0x36,0x04,0x79,0x0D,0xCB,0x9A,0xEA}; + uint32_t LongColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5792,7 +5922,7 @@ uint32_t LongColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t LongColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("LongColumnStatsData"); if (this->__isset.lowValue) { @@ -5815,6 +5945,7 @@ uint32_t LongColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5842,14 +5973,15 @@ LongColumnStatsData& LongColumnStatsData::operator=(const LongColumnStatsData& o __isset = other284.__isset; return *this; } -void LongColumnStatsData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const LongColumnStatsData& obj) { + using apache::thrift::to_string; out << "LongColumnStatsData("; - out << "lowValue="; (__isset.lowValue ? (out << to_string(lowValue)) : (out << "")); - out << ", " << "highValue="; (__isset.highValue ? (out << to_string(highValue)) : (out << "")); - out << ", " << "numNulls=" << to_string(numNulls); - out << ", " << "numDVs=" << to_string(numDVs); + out << "lowValue="; (obj.__isset.lowValue ? (out << to_string(obj.lowValue)) : (out << "")); + out << ", " << "highValue="; (obj.__isset.highValue ? (out << to_string(obj.highValue)) : (out << "")); + out << ", " << "numNulls=" << to_string(obj.numNulls); + out << ", " << "numDVs=" << to_string(obj.numDVs); out << ")"; + return out; } @@ -5873,9 +6005,11 @@ void StringColumnStatsData::__set_numDVs(const int64_t val) { this->numDVs = val; } +const char* StringColumnStatsData::ascii_fingerprint = "D017B08C3DF12C3AB98788B2E67DAAB3"; +const uint8_t StringColumnStatsData::binary_fingerprint[16] = {0xD0,0x17,0xB0,0x8C,0x3D,0xF1,0x2C,0x3A,0xB9,0x87,0x88,0xB2,0xE6,0x7D,0xAA,0xB3}; + uint32_t StringColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5952,7 +6086,7 @@ uint32_t StringColumnStatsData::read(::apache::thrift::protocol::TProtocol* ipro uint32_t StringColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("StringColumnStatsData"); xfer += oprot->writeFieldBegin("maxColLen", ::apache::thrift::protocol::T_I64, 1); @@ -5973,6 +6107,7 @@ uint32_t StringColumnStatsData::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5997,14 +6132,15 @@ StringColumnStatsData& StringColumnStatsData::operator=(const StringColumnStatsD numDVs = other286.numDVs; return *this; } -void StringColumnStatsData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const StringColumnStatsData& obj) { + using apache::thrift::to_string; out << "StringColumnStatsData("; - out << "maxColLen=" << to_string(maxColLen); - out << ", " << "avgColLen=" << to_string(avgColLen); - out << ", " << "numNulls=" << to_string(numNulls); - out << ", " << "numDVs=" << to_string(numDVs); + out << "maxColLen=" << to_string(obj.maxColLen); + out << ", " << "avgColLen=" << to_string(obj.avgColLen); + out << ", " << "numNulls=" << to_string(obj.numNulls); + out << ", " << "numDVs=" << to_string(obj.numDVs); out << ")"; + return out; } @@ -6024,9 +6160,11 @@ void BinaryColumnStatsData::__set_numNulls(const int64_t val) { this->numNulls = val; } +const char* BinaryColumnStatsData::ascii_fingerprint = "22B0CB67183FCDB945892B9974518D06"; +const uint8_t BinaryColumnStatsData::binary_fingerprint[16] = {0x22,0xB0,0xCB,0x67,0x18,0x3F,0xCD,0xB9,0x45,0x89,0x2B,0x99,0x74,0x51,0x8D,0x06}; + uint32_t BinaryColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6092,7 +6230,7 @@ uint32_t BinaryColumnStatsData::read(::apache::thrift::protocol::TProtocol* ipro uint32_t BinaryColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("BinaryColumnStatsData"); xfer += oprot->writeFieldBegin("maxColLen", ::apache::thrift::protocol::T_I64, 1); @@ -6109,6 +6247,7 @@ uint32_t BinaryColumnStatsData::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6130,13 +6269,14 @@ BinaryColumnStatsData& BinaryColumnStatsData::operator=(const BinaryColumnStatsD numNulls = other288.numNulls; return *this; } -void BinaryColumnStatsData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const BinaryColumnStatsData& obj) { + using apache::thrift::to_string; out << "BinaryColumnStatsData("; - out << "maxColLen=" << to_string(maxColLen); - out << ", " << "avgColLen=" << to_string(avgColLen); - out << ", " << "numNulls=" << to_string(numNulls); + out << "maxColLen=" << to_string(obj.maxColLen); + out << ", " << "avgColLen=" << to_string(obj.avgColLen); + out << ", " << "numNulls=" << to_string(obj.numNulls); out << ")"; + return out; } @@ -6152,9 +6292,11 @@ void Decimal::__set_scale(const int16_t val) { this->scale = val; } +const char* Decimal::ascii_fingerprint = "C4DDF6759F9B17C5C380806CE743DE8E"; +const uint8_t Decimal::binary_fingerprint[16] = {0xC4,0xDD,0xF6,0x75,0x9F,0x9B,0x17,0xC5,0xC3,0x80,0x80,0x6C,0xE7,0x43,0xDE,0x8E}; + uint32_t Decimal::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6209,7 +6351,7 @@ uint32_t Decimal::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Decimal::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Decimal"); xfer += oprot->writeFieldBegin("unscaled", ::apache::thrift::protocol::T_STRING, 1); @@ -6222,6 +6364,7 @@ uint32_t Decimal::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6240,12 +6383,13 @@ Decimal& Decimal::operator=(const Decimal& other290) { scale = other290.scale; return *this; } -void Decimal::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Decimal& obj) { + using apache::thrift::to_string; out << "Decimal("; - out << "unscaled=" << to_string(unscaled); - out << ", " << "scale=" << to_string(scale); + out << "unscaled=" << to_string(obj.unscaled); + out << ", " << "scale=" << to_string(obj.scale); out << ")"; + return out; } @@ -6271,9 +6415,11 @@ void DecimalColumnStatsData::__set_numDVs(const int64_t val) { this->numDVs = val; } +const char* DecimalColumnStatsData::ascii_fingerprint = "B6D47E7A28922BFA93FE05E9F1B04748"; +const uint8_t DecimalColumnStatsData::binary_fingerprint[16] = {0xB6,0xD4,0x7E,0x7A,0x28,0x92,0x2B,0xFA,0x93,0xFE,0x05,0xE9,0xF1,0xB0,0x47,0x48}; + uint32_t DecimalColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6344,7 +6490,7 @@ uint32_t DecimalColumnStatsData::read(::apache::thrift::protocol::TProtocol* ipr uint32_t DecimalColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("DecimalColumnStatsData"); if (this->__isset.lowValue) { @@ -6367,6 +6513,7 @@ uint32_t DecimalColumnStatsData::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6394,14 +6541,15 @@ DecimalColumnStatsData& DecimalColumnStatsData::operator=(const DecimalColumnSta __isset = other292.__isset; return *this; } -void DecimalColumnStatsData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const DecimalColumnStatsData& obj) { + using apache::thrift::to_string; out << "DecimalColumnStatsData("; - out << "lowValue="; (__isset.lowValue ? (out << to_string(lowValue)) : (out << "")); - out << ", " << "highValue="; (__isset.highValue ? (out << to_string(highValue)) : (out << "")); - out << ", " << "numNulls=" << to_string(numNulls); - out << ", " << "numDVs=" << to_string(numDVs); + out << "lowValue="; (obj.__isset.lowValue ? (out << to_string(obj.lowValue)) : (out << "")); + out << ", " << "highValue="; (obj.__isset.highValue ? (out << to_string(obj.highValue)) : (out << "")); + out << ", " << "numNulls=" << to_string(obj.numNulls); + out << ", " << "numDVs=" << to_string(obj.numDVs); out << ")"; + return out; } @@ -6413,9 +6561,11 @@ void Date::__set_daysSinceEpoch(const int64_t val) { this->daysSinceEpoch = val; } +const char* Date::ascii_fingerprint = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; +const uint8_t Date::binary_fingerprint[16] = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + uint32_t Date::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6459,7 +6609,7 @@ uint32_t Date::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Date::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Date"); xfer += oprot->writeFieldBegin("daysSinceEpoch", ::apache::thrift::protocol::T_I64, 1); @@ -6468,6 +6618,7 @@ uint32_t Date::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6483,11 +6634,12 @@ Date& Date::operator=(const Date& other294) { daysSinceEpoch = other294.daysSinceEpoch; return *this; } -void Date::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Date& obj) { + using apache::thrift::to_string; out << "Date("; - out << "daysSinceEpoch=" << to_string(daysSinceEpoch); + out << "daysSinceEpoch=" << to_string(obj.daysSinceEpoch); out << ")"; + return out; } @@ -6513,9 +6665,11 @@ void DateColumnStatsData::__set_numDVs(const int64_t val) { this->numDVs = val; } +const char* DateColumnStatsData::ascii_fingerprint = "D0719F3BBA8248297BB5287552897F59"; +const uint8_t DateColumnStatsData::binary_fingerprint[16] = {0xD0,0x71,0x9F,0x3B,0xBA,0x82,0x48,0x29,0x7B,0xB5,0x28,0x75,0x52,0x89,0x7F,0x59}; + uint32_t DateColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6586,7 +6740,7 @@ uint32_t DateColumnStatsData::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t DateColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("DateColumnStatsData"); if (this->__isset.lowValue) { @@ -6609,6 +6763,7 @@ uint32_t DateColumnStatsData::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6636,14 +6791,15 @@ DateColumnStatsData& DateColumnStatsData::operator=(const DateColumnStatsData& o __isset = other296.__isset; return *this; } -void DateColumnStatsData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const DateColumnStatsData& obj) { + using apache::thrift::to_string; out << "DateColumnStatsData("; - out << "lowValue="; (__isset.lowValue ? (out << to_string(lowValue)) : (out << "")); - out << ", " << "highValue="; (__isset.highValue ? (out << to_string(highValue)) : (out << "")); - out << ", " << "numNulls=" << to_string(numNulls); - out << ", " << "numDVs=" << to_string(numDVs); + out << "lowValue="; (obj.__isset.lowValue ? (out << to_string(obj.lowValue)) : (out << "")); + out << ", " << "highValue="; (obj.__isset.highValue ? (out << to_string(obj.highValue)) : (out << "")); + out << ", " << "numNulls=" << to_string(obj.numNulls); + out << ", " << "numDVs=" << to_string(obj.numDVs); out << ")"; + return out; } @@ -6679,9 +6835,11 @@ void ColumnStatisticsData::__set_dateStats(const DateColumnStatsData& val) { this->dateStats = val; } +const char* ColumnStatisticsData::ascii_fingerprint = "15E449CA15A23E37F2D54C31ACA52106"; +const uint8_t ColumnStatisticsData::binary_fingerprint[16] = {0x15,0xE4,0x49,0xCA,0x15,0xA2,0x3E,0x37,0xF2,0xD5,0x4C,0x31,0xAC,0xA5,0x21,0x06}; + uint32_t ColumnStatisticsData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6770,7 +6928,7 @@ uint32_t ColumnStatisticsData::read(::apache::thrift::protocol::TProtocol* iprot uint32_t ColumnStatisticsData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ColumnStatisticsData"); xfer += oprot->writeFieldBegin("booleanStats", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6803,6 +6961,7 @@ uint32_t ColumnStatisticsData::write(::apache::thrift::protocol::TProtocol* opro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6839,17 +6998,18 @@ ColumnStatisticsData& ColumnStatisticsData::operator=(const ColumnStatisticsData __isset = other298.__isset; return *this; } -void ColumnStatisticsData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ColumnStatisticsData& obj) { + using apache::thrift::to_string; out << "ColumnStatisticsData("; - out << "booleanStats=" << to_string(booleanStats); - out << ", " << "longStats=" << to_string(longStats); - out << ", " << "doubleStats=" << to_string(doubleStats); - out << ", " << "stringStats=" << to_string(stringStats); - out << ", " << "binaryStats=" << to_string(binaryStats); - out << ", " << "decimalStats=" << to_string(decimalStats); - out << ", " << "dateStats=" << to_string(dateStats); + out << "booleanStats=" << to_string(obj.booleanStats); + out << ", " << "longStats=" << to_string(obj.longStats); + out << ", " << "doubleStats=" << to_string(obj.doubleStats); + out << ", " << "stringStats=" << to_string(obj.stringStats); + out << ", " << "binaryStats=" << to_string(obj.binaryStats); + out << ", " << "decimalStats=" << to_string(obj.decimalStats); + out << ", " << "dateStats=" << to_string(obj.dateStats); out << ")"; + return out; } @@ -6869,9 +7029,11 @@ void ColumnStatisticsObj::__set_statsData(const ColumnStatisticsData& val) { this->statsData = val; } +const char* ColumnStatisticsObj::ascii_fingerprint = "A82BA819C9FFEDDEBC0D50F6F4E46534"; +const uint8_t ColumnStatisticsObj::binary_fingerprint[16] = {0xA8,0x2B,0xA8,0x19,0xC9,0xFF,0xED,0xDE,0xBC,0x0D,0x50,0xF6,0xF4,0xE4,0x65,0x34}; + uint32_t ColumnStatisticsObj::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6937,7 +7099,7 @@ uint32_t ColumnStatisticsObj::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t ColumnStatisticsObj::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ColumnStatisticsObj"); xfer += oprot->writeFieldBegin("colName", ::apache::thrift::protocol::T_STRING, 1); @@ -6954,6 +7116,7 @@ uint32_t ColumnStatisticsObj::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6975,13 +7138,14 @@ ColumnStatisticsObj& ColumnStatisticsObj::operator=(const ColumnStatisticsObj& o statsData = other300.statsData; return *this; } -void ColumnStatisticsObj::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ColumnStatisticsObj& obj) { + using apache::thrift::to_string; out << "ColumnStatisticsObj("; - out << "colName=" << to_string(colName); - out << ", " << "colType=" << to_string(colType); - out << ", " << "statsData=" << to_string(statsData); + out << "colName=" << to_string(obj.colName); + out << ", " << "colType=" << to_string(obj.colType); + out << ", " << "statsData=" << to_string(obj.statsData); out << ")"; + return out; } @@ -7011,9 +7175,11 @@ void ColumnStatisticsDesc::__set_lastAnalyzed(const int64_t val) { __isset.lastAnalyzed = true; } +const char* ColumnStatisticsDesc::ascii_fingerprint = "261759FF6F8FAB53F941453007FE18CB"; +const uint8_t ColumnStatisticsDesc::binary_fingerprint[16] = {0x26,0x17,0x59,0xFF,0x6F,0x8F,0xAB,0x53,0xF9,0x41,0x45,0x30,0x07,0xFE,0x18,0xCB}; + uint32_t ColumnStatisticsDesc::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7095,7 +7261,7 @@ uint32_t ColumnStatisticsDesc::read(::apache::thrift::protocol::TProtocol* iprot uint32_t ColumnStatisticsDesc::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ColumnStatisticsDesc"); xfer += oprot->writeFieldBegin("isTblLevel", ::apache::thrift::protocol::T_BOOL, 1); @@ -7122,6 +7288,7 @@ uint32_t ColumnStatisticsDesc::write(::apache::thrift::protocol::TProtocol* opro } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7152,15 +7319,16 @@ ColumnStatisticsDesc& ColumnStatisticsDesc::operator=(const ColumnStatisticsDesc __isset = other302.__isset; return *this; } -void ColumnStatisticsDesc::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ColumnStatisticsDesc& obj) { + using apache::thrift::to_string; out << "ColumnStatisticsDesc("; - out << "isTblLevel=" << to_string(isTblLevel); - out << ", " << "dbName=" << to_string(dbName); - out << ", " << "tableName=" << to_string(tableName); - out << ", " << "partName="; (__isset.partName ? (out << to_string(partName)) : (out << "")); - out << ", " << "lastAnalyzed="; (__isset.lastAnalyzed ? (out << to_string(lastAnalyzed)) : (out << "")); + out << "isTblLevel=" << to_string(obj.isTblLevel); + out << ", " << "dbName=" << to_string(obj.dbName); + out << ", " << "tableName=" << to_string(obj.tableName); + out << ", " << "partName="; (obj.__isset.partName ? (out << to_string(obj.partName)) : (out << "")); + out << ", " << "lastAnalyzed="; (obj.__isset.lastAnalyzed ? (out << to_string(obj.lastAnalyzed)) : (out << "")); out << ")"; + return out; } @@ -7176,9 +7344,11 @@ void ColumnStatistics::__set_statsObj(const std::vector & v this->statsObj = val; } +const char* ColumnStatistics::ascii_fingerprint = "8A64D0A67FFD3A372726A320B3913D5A"; +const uint8_t ColumnStatistics::binary_fingerprint[16] = {0x8A,0x64,0xD0,0xA6,0x7F,0xFD,0x3A,0x37,0x27,0x26,0xA3,0x20,0xB3,0x91,0x3D,0x5A}; + uint32_t ColumnStatistics::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7245,7 +7415,7 @@ uint32_t ColumnStatistics::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t ColumnStatistics::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ColumnStatistics"); xfer += oprot->writeFieldBegin("statsDesc", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7266,6 +7436,7 @@ uint32_t ColumnStatistics::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7284,12 +7455,13 @@ ColumnStatistics& ColumnStatistics::operator=(const ColumnStatistics& other310) statsObj = other310.statsObj; return *this; } -void ColumnStatistics::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ColumnStatistics& obj) { + using apache::thrift::to_string; out << "ColumnStatistics("; - out << "statsDesc=" << to_string(statsDesc); - out << ", " << "statsObj=" << to_string(statsObj); + out << "statsDesc=" << to_string(obj.statsDesc); + out << ", " << "statsObj=" << to_string(obj.statsObj); out << ")"; + return out; } @@ -7305,9 +7477,11 @@ void AggrStats::__set_partsFound(const int64_t val) { this->partsFound = val; } +const char* AggrStats::ascii_fingerprint = "1FC765A3AB2954591C14B0D946778213"; +const uint8_t AggrStats::binary_fingerprint[16] = {0x1F,0xC7,0x65,0xA3,0xAB,0x29,0x54,0x59,0x1C,0x14,0xB0,0xD9,0x46,0x77,0x82,0x13}; + uint32_t AggrStats::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7374,7 +7548,7 @@ uint32_t AggrStats::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t AggrStats::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("AggrStats"); xfer += oprot->writeFieldBegin("colStats", ::apache::thrift::protocol::T_LIST, 1); @@ -7395,6 +7569,7 @@ uint32_t AggrStats::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7413,12 +7588,13 @@ AggrStats& AggrStats::operator=(const AggrStats& other318) { partsFound = other318.partsFound; return *this; } -void AggrStats::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const AggrStats& obj) { + using apache::thrift::to_string; out << "AggrStats("; - out << "colStats=" << to_string(colStats); - out << ", " << "partsFound=" << to_string(partsFound); + out << "colStats=" << to_string(obj.colStats); + out << ", " << "partsFound=" << to_string(obj.partsFound); out << ")"; + return out; } @@ -7430,9 +7606,11 @@ void SetPartitionsStatsRequest::__set_colStats(const std::vectorcolStats = val; } +const char* SetPartitionsStatsRequest::ascii_fingerprint = "8BCBF2CE9E942D0FB7D8F4ED57D8DC27"; +const uint8_t SetPartitionsStatsRequest::binary_fingerprint[16] = {0x8B,0xCB,0xF2,0xCE,0x9E,0x94,0x2D,0x0F,0xB7,0xD8,0xF4,0xED,0x57,0xD8,0xDC,0x27}; + uint32_t SetPartitionsStatsRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7488,7 +7666,7 @@ uint32_t SetPartitionsStatsRequest::read(::apache::thrift::protocol::TProtocol* uint32_t SetPartitionsStatsRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("SetPartitionsStatsRequest"); xfer += oprot->writeFieldBegin("colStats", ::apache::thrift::protocol::T_LIST, 1); @@ -7505,6 +7683,7 @@ uint32_t SetPartitionsStatsRequest::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7520,11 +7699,12 @@ SetPartitionsStatsRequest& SetPartitionsStatsRequest::operator=(const SetPartiti colStats = other326.colStats; return *this; } -void SetPartitionsStatsRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const SetPartitionsStatsRequest& obj) { + using apache::thrift::to_string; out << "SetPartitionsStatsRequest("; - out << "colStats=" << to_string(colStats); + out << "colStats=" << to_string(obj.colStats); out << ")"; + return out; } @@ -7540,9 +7720,11 @@ void Schema::__set_properties(const std::map & val) { this->properties = val; } +const char* Schema::ascii_fingerprint = "5CFEE46C975F4E2368D905109B8E3B5B"; +const uint8_t Schema::binary_fingerprint[16] = {0x5C,0xFE,0xE4,0x6C,0x97,0x5F,0x4E,0x23,0x68,0xD9,0x05,0x10,0x9B,0x8E,0x3B,0x5B}; + uint32_t Schema::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7618,7 +7800,7 @@ uint32_t Schema::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Schema::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Schema"); xfer += oprot->writeFieldBegin("fieldSchemas", ::apache::thrift::protocol::T_LIST, 1); @@ -7648,6 +7830,7 @@ uint32_t Schema::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7669,12 +7852,13 @@ Schema& Schema::operator=(const Schema& other342) { __isset = other342.__isset; return *this; } -void Schema::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Schema& obj) { + using apache::thrift::to_string; out << "Schema("; - out << "fieldSchemas=" << to_string(fieldSchemas); - out << ", " << "properties=" << to_string(properties); + out << "fieldSchemas=" << to_string(obj.fieldSchemas); + out << ", " << "properties=" << to_string(obj.properties); out << ")"; + return out; } @@ -7686,9 +7870,11 @@ void EnvironmentContext::__set_properties(const std::mapproperties = val; } +const char* EnvironmentContext::ascii_fingerprint = "5EA2D527ECA3BA20C77AFC023EE8C05F"; +const uint8_t EnvironmentContext::binary_fingerprint[16] = {0x5E,0xA2,0xD5,0x27,0xEC,0xA3,0xBA,0x20,0xC7,0x7A,0xFC,0x02,0x3E,0xE8,0xC0,0x5F}; + uint32_t EnvironmentContext::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7744,7 +7930,7 @@ uint32_t EnvironmentContext::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t EnvironmentContext::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("EnvironmentContext"); xfer += oprot->writeFieldBegin("properties", ::apache::thrift::protocol::T_MAP, 1); @@ -7762,6 +7948,7 @@ uint32_t EnvironmentContext::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7780,11 +7967,12 @@ EnvironmentContext& EnvironmentContext::operator=(const EnvironmentContext& othe __isset = other352.__isset; return *this; } -void EnvironmentContext::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const EnvironmentContext& obj) { + using apache::thrift::to_string; out << "EnvironmentContext("; - out << "properties=" << to_string(properties); + out << "properties=" << to_string(obj.properties); out << ")"; + return out; } @@ -7800,9 +7988,11 @@ void PartitionsByExprResult::__set_hasUnknownPartitions(const bool val) { this->hasUnknownPartitions = val; } +const char* PartitionsByExprResult::ascii_fingerprint = "40B789CC91B508FE36600A14E3F80425"; +const uint8_t PartitionsByExprResult::binary_fingerprint[16] = {0x40,0xB7,0x89,0xCC,0x91,0xB5,0x08,0xFE,0x36,0x60,0x0A,0x14,0xE3,0xF8,0x04,0x25}; + uint32_t PartitionsByExprResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7869,7 +8059,7 @@ uint32_t PartitionsByExprResult::read(::apache::thrift::protocol::TProtocol* ipr uint32_t PartitionsByExprResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PartitionsByExprResult"); xfer += oprot->writeFieldBegin("partitions", ::apache::thrift::protocol::T_LIST, 1); @@ -7890,6 +8080,7 @@ uint32_t PartitionsByExprResult::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7908,12 +8099,13 @@ PartitionsByExprResult& PartitionsByExprResult::operator=(const PartitionsByExpr hasUnknownPartitions = other360.hasUnknownPartitions; return *this; } -void PartitionsByExprResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PartitionsByExprResult& obj) { + using apache::thrift::to_string; out << "PartitionsByExprResult("; - out << "partitions=" << to_string(partitions); - out << ", " << "hasUnknownPartitions=" << to_string(hasUnknownPartitions); + out << "partitions=" << to_string(obj.partitions); + out << ", " << "hasUnknownPartitions=" << to_string(obj.hasUnknownPartitions); out << ")"; + return out; } @@ -7943,9 +8135,11 @@ void PartitionsByExprRequest::__set_maxParts(const int16_t val) { __isset.maxParts = true; } +const char* PartitionsByExprRequest::ascii_fingerprint = "835944417A026FE6ABD0DF5A35BF52C5"; +const uint8_t PartitionsByExprRequest::binary_fingerprint[16] = {0x83,0x59,0x44,0x41,0x7A,0x02,0x6F,0xE6,0xAB,0xD0,0xDF,0x5A,0x35,0xBF,0x52,0xC5}; + uint32_t PartitionsByExprRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8027,7 +8221,7 @@ uint32_t PartitionsByExprRequest::read(::apache::thrift::protocol::TProtocol* ip uint32_t PartitionsByExprRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PartitionsByExprRequest"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -8054,6 +8248,7 @@ uint32_t PartitionsByExprRequest::write(::apache::thrift::protocol::TProtocol* o } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8084,15 +8279,16 @@ PartitionsByExprRequest& PartitionsByExprRequest::operator=(const PartitionsByEx __isset = other362.__isset; return *this; } -void PartitionsByExprRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PartitionsByExprRequest& obj) { + using apache::thrift::to_string; out << "PartitionsByExprRequest("; - out << "dbName=" << to_string(dbName); - out << ", " << "tblName=" << to_string(tblName); - out << ", " << "expr=" << to_string(expr); - out << ", " << "defaultPartitionName="; (__isset.defaultPartitionName ? (out << to_string(defaultPartitionName)) : (out << "")); - out << ", " << "maxParts="; (__isset.maxParts ? (out << to_string(maxParts)) : (out << "")); + out << "dbName=" << to_string(obj.dbName); + out << ", " << "tblName=" << to_string(obj.tblName); + out << ", " << "expr=" << to_string(obj.expr); + out << ", " << "defaultPartitionName="; (obj.__isset.defaultPartitionName ? (out << to_string(obj.defaultPartitionName)) : (out << "")); + out << ", " << "maxParts="; (obj.__isset.maxParts ? (out << to_string(obj.maxParts)) : (out << "")); out << ")"; + return out; } @@ -8104,9 +8300,11 @@ void TableStatsResult::__set_tableStats(const std::vector & this->tableStats = val; } +const char* TableStatsResult::ascii_fingerprint = "2E398BAC949C93A194F1A19CA5074FF8"; +const uint8_t TableStatsResult::binary_fingerprint[16] = {0x2E,0x39,0x8B,0xAC,0x94,0x9C,0x93,0xA1,0x94,0xF1,0xA1,0x9C,0xA5,0x07,0x4F,0xF8}; + uint32_t TableStatsResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8162,7 +8360,7 @@ uint32_t TableStatsResult::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TableStatsResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TableStatsResult"); xfer += oprot->writeFieldBegin("tableStats", ::apache::thrift::protocol::T_LIST, 1); @@ -8179,6 +8377,7 @@ uint32_t TableStatsResult::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8194,11 +8393,12 @@ TableStatsResult& TableStatsResult::operator=(const TableStatsResult& other370) tableStats = other370.tableStats; return *this; } -void TableStatsResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TableStatsResult& obj) { + using apache::thrift::to_string; out << "TableStatsResult("; - out << "tableStats=" << to_string(tableStats); + out << "tableStats=" << to_string(obj.tableStats); out << ")"; + return out; } @@ -8210,9 +8410,11 @@ void PartitionsStatsResult::__set_partStats(const std::mappartStats = val; } +const char* PartitionsStatsResult::ascii_fingerprint = "DD38B4AA7D02E288659AA12CBAAEF33B"; +const uint8_t PartitionsStatsResult::binary_fingerprint[16] = {0xDD,0x38,0xB4,0xAA,0x7D,0x02,0xE2,0x88,0x65,0x9A,0xA1,0x2C,0xBA,0xAE,0xF3,0x3B}; + uint32_t PartitionsStatsResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8283,7 +8485,7 @@ uint32_t PartitionsStatsResult::read(::apache::thrift::protocol::TProtocol* ipro uint32_t PartitionsStatsResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PartitionsStatsResult"); xfer += oprot->writeFieldBegin("partStats", ::apache::thrift::protocol::T_MAP, 1); @@ -8309,6 +8511,7 @@ uint32_t PartitionsStatsResult::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8324,11 +8527,12 @@ PartitionsStatsResult& PartitionsStatsResult::operator=(const PartitionsStatsRes partStats = other386.partStats; return *this; } -void PartitionsStatsResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PartitionsStatsResult& obj) { + using apache::thrift::to_string; out << "PartitionsStatsResult("; - out << "partStats=" << to_string(partStats); + out << "partStats=" << to_string(obj.partStats); out << ")"; + return out; } @@ -8348,9 +8552,11 @@ void TableStatsRequest::__set_colNames(const std::vector & val) { this->colNames = val; } +const char* TableStatsRequest::ascii_fingerprint = "8E2AD6401E83558ECFD6A13D74DD0A3F"; +const uint8_t TableStatsRequest::binary_fingerprint[16] = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + uint32_t TableStatsRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8428,7 +8634,7 @@ uint32_t TableStatsRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TableStatsRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TableStatsRequest"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -8453,6 +8659,7 @@ uint32_t TableStatsRequest::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8474,13 +8681,14 @@ TableStatsRequest& TableStatsRequest::operator=(const TableStatsRequest& other39 colNames = other394.colNames; return *this; } -void TableStatsRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TableStatsRequest& obj) { + using apache::thrift::to_string; out << "TableStatsRequest("; - out << "dbName=" << to_string(dbName); - out << ", " << "tblName=" << to_string(tblName); - out << ", " << "colNames=" << to_string(colNames); + out << "dbName=" << to_string(obj.dbName); + out << ", " << "tblName=" << to_string(obj.tblName); + out << ", " << "colNames=" << to_string(obj.colNames); out << ")"; + return out; } @@ -8504,9 +8712,11 @@ void PartitionsStatsRequest::__set_partNames(const std::vector & va this->partNames = val; } +const char* PartitionsStatsRequest::ascii_fingerprint = "5F51D90BC323BCE4B704B7D98EDA0BD4"; +const uint8_t PartitionsStatsRequest::binary_fingerprint[16] = {0x5F,0x51,0xD9,0x0B,0xC3,0x23,0xBC,0xE4,0xB7,0x04,0xB7,0xD9,0x8E,0xDA,0x0B,0xD4}; + uint32_t PartitionsStatsRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8607,7 +8817,7 @@ uint32_t PartitionsStatsRequest::read(::apache::thrift::protocol::TProtocol* ipr uint32_t PartitionsStatsRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PartitionsStatsRequest"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -8644,6 +8854,7 @@ uint32_t PartitionsStatsRequest::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8668,14 +8879,15 @@ PartitionsStatsRequest& PartitionsStatsRequest::operator=(const PartitionsStatsR partNames = other408.partNames; return *this; } -void PartitionsStatsRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PartitionsStatsRequest& obj) { + using apache::thrift::to_string; out << "PartitionsStatsRequest("; - out << "dbName=" << to_string(dbName); - out << ", " << "tblName=" << to_string(tblName); - out << ", " << "colNames=" << to_string(colNames); - out << ", " << "partNames=" << to_string(partNames); + out << "dbName=" << to_string(obj.dbName); + out << ", " << "tblName=" << to_string(obj.tblName); + out << ", " << "colNames=" << to_string(obj.colNames); + out << ", " << "partNames=" << to_string(obj.partNames); out << ")"; + return out; } @@ -8688,9 +8900,11 @@ void AddPartitionsResult::__set_partitions(const std::vector & val) { __isset.partitions = true; } +const char* AddPartitionsResult::ascii_fingerprint = "5A689D0823E7BFBB60C799BA60065C31"; +const uint8_t AddPartitionsResult::binary_fingerprint[16] = {0x5A,0x68,0x9D,0x08,0x23,0xE7,0xBF,0xBB,0x60,0xC7,0x99,0xBA,0x60,0x06,0x5C,0x31}; + uint32_t AddPartitionsResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8743,7 +8957,7 @@ uint32_t AddPartitionsResult::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t AddPartitionsResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("AddPartitionsResult"); if (this->__isset.partitions) { @@ -8761,6 +8975,7 @@ uint32_t AddPartitionsResult::write(::apache::thrift::protocol::TProtocol* oprot } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8779,11 +8994,12 @@ AddPartitionsResult& AddPartitionsResult::operator=(const AddPartitionsResult& o __isset = other416.__isset; return *this; } -void AddPartitionsResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const AddPartitionsResult& obj) { + using apache::thrift::to_string; out << "AddPartitionsResult("; - out << "partitions="; (__isset.partitions ? (out << to_string(partitions)) : (out << "")); + out << "partitions="; (obj.__isset.partitions ? (out << to_string(obj.partitions)) : (out << "")); out << ")"; + return out; } @@ -8812,9 +9028,11 @@ void AddPartitionsRequest::__set_needResult(const bool val) { __isset.needResult = true; } +const char* AddPartitionsRequest::ascii_fingerprint = "94F938D035892CF6873DEDB99358F069"; +const uint8_t AddPartitionsRequest::binary_fingerprint[16] = {0x94,0xF9,0x38,0xD0,0x35,0x89,0x2C,0xF6,0x87,0x3D,0xED,0xB9,0x93,0x58,0xF0,0x69}; + uint32_t AddPartitionsRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8911,7 +9129,7 @@ uint32_t AddPartitionsRequest::read(::apache::thrift::protocol::TProtocol* iprot uint32_t AddPartitionsRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("AddPartitionsRequest"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -8945,6 +9163,7 @@ uint32_t AddPartitionsRequest::write(::apache::thrift::protocol::TProtocol* opro } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8975,15 +9194,16 @@ AddPartitionsRequest& AddPartitionsRequest::operator=(const AddPartitionsRequest __isset = other424.__isset; return *this; } -void AddPartitionsRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const AddPartitionsRequest& obj) { + using apache::thrift::to_string; out << "AddPartitionsRequest("; - out << "dbName=" << to_string(dbName); - out << ", " << "tblName=" << to_string(tblName); - out << ", " << "parts=" << to_string(parts); - out << ", " << "ifNotExists=" << to_string(ifNotExists); - out << ", " << "needResult="; (__isset.needResult ? (out << to_string(needResult)) : (out << "")); + out << "dbName=" << to_string(obj.dbName); + out << ", " << "tblName=" << to_string(obj.tblName); + out << ", " << "parts=" << to_string(obj.parts); + out << ", " << "ifNotExists=" << to_string(obj.ifNotExists); + out << ", " << "needResult="; (obj.__isset.needResult ? (out << to_string(obj.needResult)) : (out << "")); out << ")"; + return out; } @@ -8996,9 +9216,11 @@ void DropPartitionsResult::__set_partitions(const std::vector & val) __isset.partitions = true; } +const char* DropPartitionsResult::ascii_fingerprint = "5A689D0823E7BFBB60C799BA60065C31"; +const uint8_t DropPartitionsResult::binary_fingerprint[16] = {0x5A,0x68,0x9D,0x08,0x23,0xE7,0xBF,0xBB,0x60,0xC7,0x99,0xBA,0x60,0x06,0x5C,0x31}; + uint32_t DropPartitionsResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9051,7 +9273,7 @@ uint32_t DropPartitionsResult::read(::apache::thrift::protocol::TProtocol* iprot uint32_t DropPartitionsResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("DropPartitionsResult"); if (this->__isset.partitions) { @@ -9069,6 +9291,7 @@ uint32_t DropPartitionsResult::write(::apache::thrift::protocol::TProtocol* opro } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9087,11 +9310,12 @@ DropPartitionsResult& DropPartitionsResult::operator=(const DropPartitionsResult __isset = other432.__isset; return *this; } -void DropPartitionsResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const DropPartitionsResult& obj) { + using apache::thrift::to_string; out << "DropPartitionsResult("; - out << "partitions="; (__isset.partitions ? (out << to_string(partitions)) : (out << "")); + out << "partitions="; (obj.__isset.partitions ? (out << to_string(obj.partitions)) : (out << "")); out << ")"; + return out; } @@ -9108,9 +9332,11 @@ void DropPartitionsExpr::__set_partArchiveLevel(const int32_t val) { __isset.partArchiveLevel = true; } +const char* DropPartitionsExpr::ascii_fingerprint = "18B162B1D15D8D46509D3911A9F1C2AA"; +const uint8_t DropPartitionsExpr::binary_fingerprint[16] = {0x18,0xB1,0x62,0xB1,0xD1,0x5D,0x8D,0x46,0x50,0x9D,0x39,0x11,0xA9,0xF1,0xC2,0xAA}; + uint32_t DropPartitionsExpr::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9162,7 +9388,7 @@ uint32_t DropPartitionsExpr::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t DropPartitionsExpr::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("DropPartitionsExpr"); xfer += oprot->writeFieldBegin("expr", ::apache::thrift::protocol::T_STRING, 1); @@ -9176,6 +9402,7 @@ uint32_t DropPartitionsExpr::write(::apache::thrift::protocol::TProtocol* oprot) } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9197,12 +9424,13 @@ DropPartitionsExpr& DropPartitionsExpr::operator=(const DropPartitionsExpr& othe __isset = other434.__isset; return *this; } -void DropPartitionsExpr::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const DropPartitionsExpr& obj) { + using apache::thrift::to_string; out << "DropPartitionsExpr("; - out << "expr=" << to_string(expr); - out << ", " << "partArchiveLevel="; (__isset.partArchiveLevel ? (out << to_string(partArchiveLevel)) : (out << "")); + out << "expr=" << to_string(obj.expr); + out << ", " << "partArchiveLevel="; (obj.__isset.partArchiveLevel ? (out << to_string(obj.partArchiveLevel)) : (out << "")); out << ")"; + return out; } @@ -9218,9 +9446,11 @@ void RequestPartsSpec::__set_exprs(const std::vector & val) this->exprs = val; } +const char* RequestPartsSpec::ascii_fingerprint = "864492ECAB27996CD222AACDA10C292E"; +const uint8_t RequestPartsSpec::binary_fingerprint[16] = {0x86,0x44,0x92,0xEC,0xAB,0x27,0x99,0x6C,0xD2,0x22,0xAA,0xCD,0xA1,0x0C,0x29,0x2E}; + uint32_t RequestPartsSpec::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9293,7 +9523,7 @@ uint32_t RequestPartsSpec::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t RequestPartsSpec::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("RequestPartsSpec"); xfer += oprot->writeFieldBegin("names", ::apache::thrift::protocol::T_LIST, 1); @@ -9322,6 +9552,7 @@ uint32_t RequestPartsSpec::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9343,12 +9574,13 @@ RequestPartsSpec& RequestPartsSpec::operator=(const RequestPartsSpec& other448) __isset = other448.__isset; return *this; } -void RequestPartsSpec::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const RequestPartsSpec& obj) { + using apache::thrift::to_string; out << "RequestPartsSpec("; - out << "names=" << to_string(names); - out << ", " << "exprs=" << to_string(exprs); + out << "names=" << to_string(obj.names); + out << ", " << "exprs=" << to_string(obj.exprs); out << ")"; + return out; } @@ -9393,9 +9625,11 @@ void DropPartitionsRequest::__set_needResult(const bool val) { __isset.needResult = true; } +const char* DropPartitionsRequest::ascii_fingerprint = "EB263FBA01215C480A9A24C11D69E672"; +const uint8_t DropPartitionsRequest::binary_fingerprint[16] = {0xEB,0x26,0x3F,0xBA,0x01,0x21,0x5C,0x48,0x0A,0x9A,0x24,0xC1,0x1D,0x69,0xE6,0x72}; + uint32_t DropPartitionsRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9501,7 +9735,7 @@ uint32_t DropPartitionsRequest::read(::apache::thrift::protocol::TProtocol* ipro uint32_t DropPartitionsRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("DropPartitionsRequest"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -9543,6 +9777,7 @@ uint32_t DropPartitionsRequest::write(::apache::thrift::protocol::TProtocol* opr } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9582,18 +9817,19 @@ DropPartitionsRequest& DropPartitionsRequest::operator=(const DropPartitionsRequ __isset = other450.__isset; return *this; } -void DropPartitionsRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const DropPartitionsRequest& obj) { + using apache::thrift::to_string; out << "DropPartitionsRequest("; - out << "dbName=" << to_string(dbName); - out << ", " << "tblName=" << to_string(tblName); - out << ", " << "parts=" << to_string(parts); - out << ", " << "deleteData="; (__isset.deleteData ? (out << to_string(deleteData)) : (out << "")); - out << ", " << "ifExists="; (__isset.ifExists ? (out << to_string(ifExists)) : (out << "")); - out << ", " << "ignoreProtection="; (__isset.ignoreProtection ? (out << to_string(ignoreProtection)) : (out << "")); - out << ", " << "environmentContext="; (__isset.environmentContext ? (out << to_string(environmentContext)) : (out << "")); - out << ", " << "needResult="; (__isset.needResult ? (out << to_string(needResult)) : (out << "")); + out << "dbName=" << to_string(obj.dbName); + out << ", " << "tblName=" << to_string(obj.tblName); + out << ", " << "parts=" << to_string(obj.parts); + out << ", " << "deleteData="; (obj.__isset.deleteData ? (out << to_string(obj.deleteData)) : (out << "")); + out << ", " << "ifExists="; (obj.__isset.ifExists ? (out << to_string(obj.ifExists)) : (out << "")); + out << ", " << "ignoreProtection="; (obj.__isset.ignoreProtection ? (out << to_string(obj.ignoreProtection)) : (out << "")); + out << ", " << "environmentContext="; (obj.__isset.environmentContext ? (out << to_string(obj.environmentContext)) : (out << "")); + out << ", " << "needResult="; (obj.__isset.needResult ? (out << to_string(obj.needResult)) : (out << "")); out << ")"; + return out; } @@ -9609,9 +9845,11 @@ void ResourceUri::__set_uri(const std::string& val) { this->uri = val; } +const char* ResourceUri::ascii_fingerprint = "19B5240589E680301A7E32DF3971EFBE"; +const uint8_t ResourceUri::binary_fingerprint[16] = {0x19,0xB5,0x24,0x05,0x89,0xE6,0x80,0x30,0x1A,0x7E,0x32,0xDF,0x39,0x71,0xEF,0xBE}; + uint32_t ResourceUri::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9662,7 +9900,7 @@ uint32_t ResourceUri::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t ResourceUri::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ResourceUri"); xfer += oprot->writeFieldBegin("resourceType", ::apache::thrift::protocol::T_I32, 1); @@ -9675,6 +9913,7 @@ uint32_t ResourceUri::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9696,12 +9935,13 @@ ResourceUri& ResourceUri::operator=(const ResourceUri& other453) { __isset = other453.__isset; return *this; } -void ResourceUri::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ResourceUri& obj) { + using apache::thrift::to_string; out << "ResourceUri("; - out << "resourceType=" << to_string(resourceType); - out << ", " << "uri=" << to_string(uri); + out << "resourceType=" << to_string(obj.resourceType); + out << ", " << "uri=" << to_string(obj.uri); out << ")"; + return out; } @@ -9741,9 +9981,11 @@ void Function::__set_resourceUris(const std::vector & val) { this->resourceUris = val; } +const char* Function::ascii_fingerprint = "72279C515E70F888568542F97616ADB8"; +const uint8_t Function::binary_fingerprint[16] = {0x72,0x27,0x9C,0x51,0x5E,0x70,0xF8,0x88,0x56,0x85,0x42,0xF9,0x76,0x16,0xAD,0xB8}; + uint32_t Function::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9856,7 +10098,7 @@ uint32_t Function::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Function::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Function"); xfer += oprot->writeFieldBegin("functionName", ::apache::thrift::protocol::T_STRING, 1); @@ -9901,6 +10143,7 @@ uint32_t Function::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9940,18 +10183,19 @@ Function& Function::operator=(const Function& other463) { __isset = other463.__isset; return *this; } -void Function::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Function& obj) { + using apache::thrift::to_string; out << "Function("; - out << "functionName=" << to_string(functionName); - out << ", " << "dbName=" << to_string(dbName); - out << ", " << "className=" << to_string(className); - out << ", " << "ownerName=" << to_string(ownerName); - out << ", " << "ownerType=" << to_string(ownerType); - out << ", " << "createTime=" << to_string(createTime); - out << ", " << "functionType=" << to_string(functionType); - out << ", " << "resourceUris=" << to_string(resourceUris); + out << "functionName=" << to_string(obj.functionName); + out << ", " << "dbName=" << to_string(obj.dbName); + out << ", " << "className=" << to_string(obj.className); + out << ", " << "ownerName=" << to_string(obj.ownerName); + out << ", " << "ownerType=" << to_string(obj.ownerType); + out << ", " << "createTime=" << to_string(obj.createTime); + out << ", " << "functionType=" << to_string(obj.functionType); + out << ", " << "resourceUris=" << to_string(obj.resourceUris); out << ")"; + return out; } @@ -9975,9 +10219,11 @@ void TxnInfo::__set_hostname(const std::string& val) { this->hostname = val; } +const char* TxnInfo::ascii_fingerprint = "6C5C0773A901CCA3BE9D085B3B47A767"; +const uint8_t TxnInfo::binary_fingerprint[16] = {0x6C,0x5C,0x07,0x73,0xA9,0x01,0xCC,0xA3,0xBE,0x9D,0x08,0x5B,0x3B,0x47,0xA7,0x67}; + uint32_t TxnInfo::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10056,7 +10302,7 @@ uint32_t TxnInfo::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TxnInfo::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TxnInfo"); xfer += oprot->writeFieldBegin("id", ::apache::thrift::protocol::T_I64, 1); @@ -10077,6 +10323,7 @@ uint32_t TxnInfo::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10101,14 +10348,15 @@ TxnInfo& TxnInfo::operator=(const TxnInfo& other466) { hostname = other466.hostname; return *this; } -void TxnInfo::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TxnInfo& obj) { + using apache::thrift::to_string; out << "TxnInfo("; - out << "id=" << to_string(id); - out << ", " << "state=" << to_string(state); - out << ", " << "user=" << to_string(user); - out << ", " << "hostname=" << to_string(hostname); + out << "id=" << to_string(obj.id); + out << ", " << "state=" << to_string(obj.state); + out << ", " << "user=" << to_string(obj.user); + out << ", " << "hostname=" << to_string(obj.hostname); out << ")"; + return out; } @@ -10124,9 +10372,11 @@ void GetOpenTxnsInfoResponse::__set_open_txns(const std::vector & val) this->open_txns = val; } +const char* GetOpenTxnsInfoResponse::ascii_fingerprint = "CCF769BBD33005B61F2079A6665E3B9C"; +const uint8_t GetOpenTxnsInfoResponse::binary_fingerprint[16] = {0xCC,0xF7,0x69,0xBB,0xD3,0x30,0x05,0xB6,0x1F,0x20,0x79,0xA6,0x66,0x5E,0x3B,0x9C}; + uint32_t GetOpenTxnsInfoResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10193,7 +10443,7 @@ uint32_t GetOpenTxnsInfoResponse::read(::apache::thrift::protocol::TProtocol* ip uint32_t GetOpenTxnsInfoResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetOpenTxnsInfoResponse"); xfer += oprot->writeFieldBegin("txn_high_water_mark", ::apache::thrift::protocol::T_I64, 1); @@ -10214,6 +10464,7 @@ uint32_t GetOpenTxnsInfoResponse::write(::apache::thrift::protocol::TProtocol* o xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10232,12 +10483,13 @@ GetOpenTxnsInfoResponse& GetOpenTxnsInfoResponse::operator=(const GetOpenTxnsInf open_txns = other474.open_txns; return *this; } -void GetOpenTxnsInfoResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetOpenTxnsInfoResponse& obj) { + using apache::thrift::to_string; out << "GetOpenTxnsInfoResponse("; - out << "txn_high_water_mark=" << to_string(txn_high_water_mark); - out << ", " << "open_txns=" << to_string(open_txns); + out << "txn_high_water_mark=" << to_string(obj.txn_high_water_mark); + out << ", " << "open_txns=" << to_string(obj.open_txns); out << ")"; + return out; } @@ -10253,9 +10505,11 @@ void GetOpenTxnsResponse::__set_open_txns(const std::set & val) { this->open_txns = val; } +const char* GetOpenTxnsResponse::ascii_fingerprint = "590531FF1BE8611678B255374F6109EE"; +const uint8_t GetOpenTxnsResponse::binary_fingerprint[16] = {0x59,0x05,0x31,0xFF,0x1B,0xE8,0x61,0x16,0x78,0xB2,0x55,0x37,0x4F,0x61,0x09,0xEE}; + uint32_t GetOpenTxnsResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10323,7 +10577,7 @@ uint32_t GetOpenTxnsResponse::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t GetOpenTxnsResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetOpenTxnsResponse"); xfer += oprot->writeFieldBegin("txn_high_water_mark", ::apache::thrift::protocol::T_I64, 1); @@ -10344,6 +10598,7 @@ uint32_t GetOpenTxnsResponse::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10362,12 +10617,13 @@ GetOpenTxnsResponse& GetOpenTxnsResponse::operator=(const GetOpenTxnsResponse& o open_txns = other483.open_txns; return *this; } -void GetOpenTxnsResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetOpenTxnsResponse& obj) { + using apache::thrift::to_string; out << "GetOpenTxnsResponse("; - out << "txn_high_water_mark=" << to_string(txn_high_water_mark); - out << ", " << "open_txns=" << to_string(open_txns); + out << "txn_high_water_mark=" << to_string(obj.txn_high_water_mark); + out << ", " << "open_txns=" << to_string(obj.open_txns); out << ")"; + return out; } @@ -10387,9 +10643,11 @@ void OpenTxnRequest::__set_hostname(const std::string& val) { this->hostname = val; } +const char* OpenTxnRequest::ascii_fingerprint = "3368C2F81F2FEF71F11EDACDB2A3ECEF"; +const uint8_t OpenTxnRequest::binary_fingerprint[16] = {0x33,0x68,0xC2,0xF8,0x1F,0x2F,0xEF,0x71,0xF1,0x1E,0xDA,0xCD,0xB2,0xA3,0xEC,0xEF}; + uint32_t OpenTxnRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10455,7 +10713,7 @@ uint32_t OpenTxnRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t OpenTxnRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("OpenTxnRequest"); xfer += oprot->writeFieldBegin("num_txns", ::apache::thrift::protocol::T_I32, 1); @@ -10472,6 +10730,7 @@ uint32_t OpenTxnRequest::write(::apache::thrift::protocol::TProtocol* oprot) con xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10493,13 +10752,14 @@ OpenTxnRequest& OpenTxnRequest::operator=(const OpenTxnRequest& other485) { hostname = other485.hostname; return *this; } -void OpenTxnRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const OpenTxnRequest& obj) { + using apache::thrift::to_string; out << "OpenTxnRequest("; - out << "num_txns=" << to_string(num_txns); - out << ", " << "user=" << to_string(user); - out << ", " << "hostname=" << to_string(hostname); + out << "num_txns=" << to_string(obj.num_txns); + out << ", " << "user=" << to_string(obj.user); + out << ", " << "hostname=" << to_string(obj.hostname); out << ")"; + return out; } @@ -10511,9 +10771,11 @@ void OpenTxnsResponse::__set_txn_ids(const std::vector & val) { this->txn_ids = val; } +const char* OpenTxnsResponse::ascii_fingerprint = "E49D7D1A9013CC81CD0F69D631EF82E4"; +const uint8_t OpenTxnsResponse::binary_fingerprint[16] = {0xE4,0x9D,0x7D,0x1A,0x90,0x13,0xCC,0x81,0xCD,0x0F,0x69,0xD6,0x31,0xEF,0x82,0xE4}; + uint32_t OpenTxnsResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10569,7 +10831,7 @@ uint32_t OpenTxnsResponse::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t OpenTxnsResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("OpenTxnsResponse"); xfer += oprot->writeFieldBegin("txn_ids", ::apache::thrift::protocol::T_LIST, 1); @@ -10586,6 +10848,7 @@ uint32_t OpenTxnsResponse::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10601,11 +10864,12 @@ OpenTxnsResponse& OpenTxnsResponse::operator=(const OpenTxnsResponse& other493) txn_ids = other493.txn_ids; return *this; } -void OpenTxnsResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const OpenTxnsResponse& obj) { + using apache::thrift::to_string; out << "OpenTxnsResponse("; - out << "txn_ids=" << to_string(txn_ids); + out << "txn_ids=" << to_string(obj.txn_ids); out << ")"; + return out; } @@ -10617,9 +10881,11 @@ void AbortTxnRequest::__set_txnid(const int64_t val) { this->txnid = val; } +const char* AbortTxnRequest::ascii_fingerprint = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; +const uint8_t AbortTxnRequest::binary_fingerprint[16] = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + uint32_t AbortTxnRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10663,7 +10929,7 @@ uint32_t AbortTxnRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t AbortTxnRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("AbortTxnRequest"); xfer += oprot->writeFieldBegin("txnid", ::apache::thrift::protocol::T_I64, 1); @@ -10672,6 +10938,7 @@ uint32_t AbortTxnRequest::write(::apache::thrift::protocol::TProtocol* oprot) co xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10687,11 +10954,12 @@ AbortTxnRequest& AbortTxnRequest::operator=(const AbortTxnRequest& other495) { txnid = other495.txnid; return *this; } -void AbortTxnRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const AbortTxnRequest& obj) { + using apache::thrift::to_string; out << "AbortTxnRequest("; - out << "txnid=" << to_string(txnid); + out << "txnid=" << to_string(obj.txnid); out << ")"; + return out; } @@ -10703,9 +10971,11 @@ void CommitTxnRequest::__set_txnid(const int64_t val) { this->txnid = val; } +const char* CommitTxnRequest::ascii_fingerprint = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; +const uint8_t CommitTxnRequest::binary_fingerprint[16] = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + uint32_t CommitTxnRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10749,7 +11019,7 @@ uint32_t CommitTxnRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t CommitTxnRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("CommitTxnRequest"); xfer += oprot->writeFieldBegin("txnid", ::apache::thrift::protocol::T_I64, 1); @@ -10758,6 +11028,7 @@ uint32_t CommitTxnRequest::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10773,11 +11044,12 @@ CommitTxnRequest& CommitTxnRequest::operator=(const CommitTxnRequest& other497) txnid = other497.txnid; return *this; } -void CommitTxnRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const CommitTxnRequest& obj) { + using apache::thrift::to_string; out << "CommitTxnRequest("; - out << "txnid=" << to_string(txnid); + out << "txnid=" << to_string(obj.txnid); out << ")"; + return out; } @@ -10807,9 +11079,11 @@ void LockComponent::__set_partitionname(const std::string& val) { __isset.partitionname = true; } +const char* LockComponent::ascii_fingerprint = "38B02531B0840AC9C72904A4649FD15F"; +const uint8_t LockComponent::binary_fingerprint[16] = {0x38,0xB0,0x25,0x31,0xB0,0x84,0x0A,0xC9,0xC7,0x29,0x04,0xA4,0x64,0x9F,0xD1,0x5F}; + uint32_t LockComponent::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -10895,7 +11169,7 @@ uint32_t LockComponent::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t LockComponent::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("LockComponent"); xfer += oprot->writeFieldBegin("type", ::apache::thrift::protocol::T_I32, 1); @@ -10922,6 +11196,7 @@ uint32_t LockComponent::write(::apache::thrift::protocol::TProtocol* oprot) cons } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -10952,15 +11227,16 @@ LockComponent& LockComponent::operator=(const LockComponent& other501) { __isset = other501.__isset; return *this; } -void LockComponent::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const LockComponent& obj) { + using apache::thrift::to_string; out << "LockComponent("; - out << "type=" << to_string(type); - out << ", " << "level=" << to_string(level); - out << ", " << "dbname=" << to_string(dbname); - out << ", " << "tablename="; (__isset.tablename ? (out << to_string(tablename)) : (out << "")); - out << ", " << "partitionname="; (__isset.partitionname ? (out << to_string(partitionname)) : (out << "")); + out << "type=" << to_string(obj.type); + out << ", " << "level=" << to_string(obj.level); + out << ", " << "dbname=" << to_string(obj.dbname); + out << ", " << "tablename="; (obj.__isset.tablename ? (out << to_string(obj.tablename)) : (out << "")); + out << ", " << "partitionname="; (obj.__isset.partitionname ? (out << to_string(obj.partitionname)) : (out << "")); out << ")"; + return out; } @@ -10985,9 +11261,11 @@ void LockRequest::__set_hostname(const std::string& val) { this->hostname = val; } +const char* LockRequest::ascii_fingerprint = "46BC5ED7196BC16CB216AD5CC67C6930"; +const uint8_t LockRequest::binary_fingerprint[16] = {0x46,0xBC,0x5E,0xD7,0x19,0x6B,0xC1,0x6C,0xB2,0x16,0xAD,0x5C,0xC6,0x7C,0x69,0x30}; + uint32_t LockRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11073,7 +11351,7 @@ uint32_t LockRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t LockRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("LockRequest"); xfer += oprot->writeFieldBegin("component", ::apache::thrift::protocol::T_LIST, 1); @@ -11103,6 +11381,7 @@ uint32_t LockRequest::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11130,14 +11409,15 @@ LockRequest& LockRequest::operator=(const LockRequest& other509) { __isset = other509.__isset; return *this; } -void LockRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const LockRequest& obj) { + using apache::thrift::to_string; out << "LockRequest("; - out << "component=" << to_string(component); - out << ", " << "txnid="; (__isset.txnid ? (out << to_string(txnid)) : (out << "")); - out << ", " << "user=" << to_string(user); - out << ", " << "hostname=" << to_string(hostname); + out << "component=" << to_string(obj.component); + out << ", " << "txnid="; (obj.__isset.txnid ? (out << to_string(obj.txnid)) : (out << "")); + out << ", " << "user=" << to_string(obj.user); + out << ", " << "hostname=" << to_string(obj.hostname); out << ")"; + return out; } @@ -11153,9 +11433,11 @@ void LockResponse::__set_state(const LockState::type val) { this->state = val; } +const char* LockResponse::ascii_fingerprint = "DFA40D9D2884599F3D1E7A57578F1384"; +const uint8_t LockResponse::binary_fingerprint[16] = {0xDF,0xA4,0x0D,0x9D,0x28,0x84,0x59,0x9F,0x3D,0x1E,0x7A,0x57,0x57,0x8F,0x13,0x84}; + uint32_t LockResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11212,7 +11494,7 @@ uint32_t LockResponse::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t LockResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("LockResponse"); xfer += oprot->writeFieldBegin("lockid", ::apache::thrift::protocol::T_I64, 1); @@ -11225,6 +11507,7 @@ uint32_t LockResponse::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11243,12 +11526,13 @@ LockResponse& LockResponse::operator=(const LockResponse& other512) { state = other512.state; return *this; } -void LockResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const LockResponse& obj) { + using apache::thrift::to_string; out << "LockResponse("; - out << "lockid=" << to_string(lockid); - out << ", " << "state=" << to_string(state); + out << "lockid=" << to_string(obj.lockid); + out << ", " << "state=" << to_string(obj.state); out << ")"; + return out; } @@ -11260,9 +11544,11 @@ void CheckLockRequest::__set_lockid(const int64_t val) { this->lockid = val; } +const char* CheckLockRequest::ascii_fingerprint = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; +const uint8_t CheckLockRequest::binary_fingerprint[16] = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + uint32_t CheckLockRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11306,7 +11592,7 @@ uint32_t CheckLockRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t CheckLockRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("CheckLockRequest"); xfer += oprot->writeFieldBegin("lockid", ::apache::thrift::protocol::T_I64, 1); @@ -11315,6 +11601,7 @@ uint32_t CheckLockRequest::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11330,11 +11617,12 @@ CheckLockRequest& CheckLockRequest::operator=(const CheckLockRequest& other514) lockid = other514.lockid; return *this; } -void CheckLockRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const CheckLockRequest& obj) { + using apache::thrift::to_string; out << "CheckLockRequest("; - out << "lockid=" << to_string(lockid); + out << "lockid=" << to_string(obj.lockid); out << ")"; + return out; } @@ -11346,9 +11634,11 @@ void UnlockRequest::__set_lockid(const int64_t val) { this->lockid = val; } +const char* UnlockRequest::ascii_fingerprint = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; +const uint8_t UnlockRequest::binary_fingerprint[16] = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + uint32_t UnlockRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11392,7 +11682,7 @@ uint32_t UnlockRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t UnlockRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("UnlockRequest"); xfer += oprot->writeFieldBegin("lockid", ::apache::thrift::protocol::T_I64, 1); @@ -11401,6 +11691,7 @@ uint32_t UnlockRequest::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11416,11 +11707,12 @@ UnlockRequest& UnlockRequest::operator=(const UnlockRequest& other516) { lockid = other516.lockid; return *this; } -void UnlockRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const UnlockRequest& obj) { + using apache::thrift::to_string; out << "UnlockRequest("; - out << "lockid=" << to_string(lockid); + out << "lockid=" << to_string(obj.lockid); out << ")"; + return out; } @@ -11428,9 +11720,11 @@ ShowLocksRequest::~ShowLocksRequest() throw() { } +const char* ShowLocksRequest::ascii_fingerprint = "99914B932BD37A50B983C5E7C90AE93B"; +const uint8_t ShowLocksRequest::binary_fingerprint[16] = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + uint32_t ShowLocksRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11458,11 +11752,12 @@ uint32_t ShowLocksRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t ShowLocksRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ShowLocksRequest"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11479,10 +11774,12 @@ ShowLocksRequest& ShowLocksRequest::operator=(const ShowLocksRequest& other518) (void) other518; return *this; } -void ShowLocksRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ShowLocksRequest& obj) { + using apache::thrift::to_string; + (void) obj; out << "ShowLocksRequest("; out << ")"; + return out; } @@ -11538,9 +11835,11 @@ void ShowLocksResponseElement::__set_hostname(const std::string& val) { this->hostname = val; } +const char* ShowLocksResponseElement::ascii_fingerprint = "5AD11F0E0EF1EE0A7C08B00FEFCFF24F"; +const uint8_t ShowLocksResponseElement::binary_fingerprint[16] = {0x5A,0xD1,0x1F,0x0E,0x0E,0xF1,0xEE,0x0A,0x7C,0x08,0xB0,0x0F,0xEF,0xCF,0xF2,0x4F}; + uint32_t ShowLocksResponseElement::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11686,7 +11985,7 @@ uint32_t ShowLocksResponseElement::read(::apache::thrift::protocol::TProtocol* i uint32_t ShowLocksResponseElement::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ShowLocksResponseElement"); xfer += oprot->writeFieldBegin("lockid", ::apache::thrift::protocol::T_I64, 1); @@ -11739,6 +12038,7 @@ uint32_t ShowLocksResponseElement::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11787,21 +12087,22 @@ ShowLocksResponseElement& ShowLocksResponseElement::operator=(const ShowLocksRes __isset = other522.__isset; return *this; } -void ShowLocksResponseElement::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ShowLocksResponseElement& obj) { + using apache::thrift::to_string; out << "ShowLocksResponseElement("; - out << "lockid=" << to_string(lockid); - out << ", " << "dbname=" << to_string(dbname); - out << ", " << "tablename="; (__isset.tablename ? (out << to_string(tablename)) : (out << "")); - out << ", " << "partname="; (__isset.partname ? (out << to_string(partname)) : (out << "")); - out << ", " << "state=" << to_string(state); - out << ", " << "type=" << to_string(type); - out << ", " << "txnid="; (__isset.txnid ? (out << to_string(txnid)) : (out << "")); - out << ", " << "lastheartbeat=" << to_string(lastheartbeat); - out << ", " << "acquiredat="; (__isset.acquiredat ? (out << to_string(acquiredat)) : (out << "")); - out << ", " << "user=" << to_string(user); - out << ", " << "hostname=" << to_string(hostname); + out << "lockid=" << to_string(obj.lockid); + out << ", " << "dbname=" << to_string(obj.dbname); + out << ", " << "tablename="; (obj.__isset.tablename ? (out << to_string(obj.tablename)) : (out << "")); + out << ", " << "partname="; (obj.__isset.partname ? (out << to_string(obj.partname)) : (out << "")); + out << ", " << "state=" << to_string(obj.state); + out << ", " << "type=" << to_string(obj.type); + out << ", " << "txnid="; (obj.__isset.txnid ? (out << to_string(obj.txnid)) : (out << "")); + out << ", " << "lastheartbeat=" << to_string(obj.lastheartbeat); + out << ", " << "acquiredat="; (obj.__isset.acquiredat ? (out << to_string(obj.acquiredat)) : (out << "")); + out << ", " << "user=" << to_string(obj.user); + out << ", " << "hostname=" << to_string(obj.hostname); out << ")"; + return out; } @@ -11813,9 +12114,11 @@ void ShowLocksResponse::__set_locks(const std::vector this->locks = val; } +const char* ShowLocksResponse::ascii_fingerprint = "BD598AA60FE941361FB54C43973C011F"; +const uint8_t ShowLocksResponse::binary_fingerprint[16] = {0xBD,0x59,0x8A,0xA6,0x0F,0xE9,0x41,0x36,0x1F,0xB5,0x4C,0x43,0x97,0x3C,0x01,0x1F}; + uint32_t ShowLocksResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11868,7 +12171,7 @@ uint32_t ShowLocksResponse::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t ShowLocksResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ShowLocksResponse"); xfer += oprot->writeFieldBegin("locks", ::apache::thrift::protocol::T_LIST, 1); @@ -11885,6 +12188,7 @@ uint32_t ShowLocksResponse::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -11903,11 +12207,12 @@ ShowLocksResponse& ShowLocksResponse::operator=(const ShowLocksResponse& other53 __isset = other530.__isset; return *this; } -void ShowLocksResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ShowLocksResponse& obj) { + using apache::thrift::to_string; out << "ShowLocksResponse("; - out << "locks=" << to_string(locks); + out << "locks=" << to_string(obj.locks); out << ")"; + return out; } @@ -11925,9 +12230,11 @@ void HeartbeatRequest::__set_txnid(const int64_t val) { __isset.txnid = true; } +const char* HeartbeatRequest::ascii_fingerprint = "0354D07C94CB8542872CA1277008860A"; +const uint8_t HeartbeatRequest::binary_fingerprint[16] = {0x03,0x54,0xD0,0x7C,0x94,0xCB,0x85,0x42,0x87,0x2C,0xA1,0x27,0x70,0x08,0x86,0x0A}; + uint32_t HeartbeatRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -11976,7 +12283,7 @@ uint32_t HeartbeatRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t HeartbeatRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("HeartbeatRequest"); if (this->__isset.lockid) { @@ -11991,6 +12298,7 @@ uint32_t HeartbeatRequest::write(::apache::thrift::protocol::TProtocol* oprot) c } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12012,12 +12320,13 @@ HeartbeatRequest& HeartbeatRequest::operator=(const HeartbeatRequest& other532) __isset = other532.__isset; return *this; } -void HeartbeatRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const HeartbeatRequest& obj) { + using apache::thrift::to_string; out << "HeartbeatRequest("; - out << "lockid="; (__isset.lockid ? (out << to_string(lockid)) : (out << "")); - out << ", " << "txnid="; (__isset.txnid ? (out << to_string(txnid)) : (out << "")); + out << "lockid="; (obj.__isset.lockid ? (out << to_string(obj.lockid)) : (out << "")); + out << ", " << "txnid="; (obj.__isset.txnid ? (out << to_string(obj.txnid)) : (out << "")); out << ")"; + return out; } @@ -12033,9 +12342,11 @@ void HeartbeatTxnRangeRequest::__set_max(const int64_t val) { this->max = val; } +const char* HeartbeatTxnRangeRequest::ascii_fingerprint = "F33135321253DAEB67B0E79E416CA831"; +const uint8_t HeartbeatTxnRangeRequest::binary_fingerprint[16] = {0xF3,0x31,0x35,0x32,0x12,0x53,0xDA,0xEB,0x67,0xB0,0xE7,0x9E,0x41,0x6C,0xA8,0x31}; + uint32_t HeartbeatTxnRangeRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12090,7 +12401,7 @@ uint32_t HeartbeatTxnRangeRequest::read(::apache::thrift::protocol::TProtocol* i uint32_t HeartbeatTxnRangeRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("HeartbeatTxnRangeRequest"); xfer += oprot->writeFieldBegin("min", ::apache::thrift::protocol::T_I64, 1); @@ -12103,6 +12414,7 @@ uint32_t HeartbeatTxnRangeRequest::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12121,12 +12433,13 @@ HeartbeatTxnRangeRequest& HeartbeatTxnRangeRequest::operator=(const HeartbeatTxn max = other534.max; return *this; } -void HeartbeatTxnRangeRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const HeartbeatTxnRangeRequest& obj) { + using apache::thrift::to_string; out << "HeartbeatTxnRangeRequest("; - out << "min=" << to_string(min); - out << ", " << "max=" << to_string(max); + out << "min=" << to_string(obj.min); + out << ", " << "max=" << to_string(obj.max); out << ")"; + return out; } @@ -12142,9 +12455,11 @@ void HeartbeatTxnRangeResponse::__set_nosuch(const std::set & val) { this->nosuch = val; } +const char* HeartbeatTxnRangeResponse::ascii_fingerprint = "33E49A70BD5C04262A0F407E3656E3CF"; +const uint8_t HeartbeatTxnRangeResponse::binary_fingerprint[16] = {0x33,0xE4,0x9A,0x70,0xBD,0x5C,0x04,0x26,0x2A,0x0F,0x40,0x7E,0x36,0x56,0xE3,0xCF}; + uint32_t HeartbeatTxnRangeResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12225,7 +12540,7 @@ uint32_t HeartbeatTxnRangeResponse::read(::apache::thrift::protocol::TProtocol* uint32_t HeartbeatTxnRangeResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("HeartbeatTxnRangeResponse"); xfer += oprot->writeFieldBegin("aborted", ::apache::thrift::protocol::T_SET, 1); @@ -12254,6 +12569,7 @@ uint32_t HeartbeatTxnRangeResponse::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12272,12 +12588,13 @@ HeartbeatTxnRangeResponse& HeartbeatTxnRangeResponse::operator=(const HeartbeatT nosuch = other550.nosuch; return *this; } -void HeartbeatTxnRangeResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const HeartbeatTxnRangeResponse& obj) { + using apache::thrift::to_string; out << "HeartbeatTxnRangeResponse("; - out << "aborted=" << to_string(aborted); - out << ", " << "nosuch=" << to_string(nosuch); + out << "aborted=" << to_string(obj.aborted); + out << ", " << "nosuch=" << to_string(obj.nosuch); out << ")"; + return out; } @@ -12307,9 +12624,11 @@ void CompactionRequest::__set_runas(const std::string& val) { __isset.runas = true; } +const char* CompactionRequest::ascii_fingerprint = "899FD1F339D8318D628687CC2CE2864B"; +const uint8_t CompactionRequest::binary_fingerprint[16] = {0x89,0x9F,0xD1,0xF3,0x39,0xD8,0x31,0x8D,0x62,0x86,0x87,0xCC,0x2C,0xE2,0x86,0x4B}; + uint32_t CompactionRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12393,7 +12712,7 @@ uint32_t CompactionRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t CompactionRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("CompactionRequest"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -12420,6 +12739,7 @@ uint32_t CompactionRequest::write(::apache::thrift::protocol::TProtocol* oprot) } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12450,15 +12770,16 @@ CompactionRequest& CompactionRequest::operator=(const CompactionRequest& other55 __isset = other553.__isset; return *this; } -void CompactionRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const CompactionRequest& obj) { + using apache::thrift::to_string; out << "CompactionRequest("; - out << "dbname=" << to_string(dbname); - out << ", " << "tablename=" << to_string(tablename); - out << ", " << "partitionname="; (__isset.partitionname ? (out << to_string(partitionname)) : (out << "")); - out << ", " << "type=" << to_string(type); - out << ", " << "runas="; (__isset.runas ? (out << to_string(runas)) : (out << "")); + out << "dbname=" << to_string(obj.dbname); + out << ", " << "tablename=" << to_string(obj.tablename); + out << ", " << "partitionname="; (obj.__isset.partitionname ? (out << to_string(obj.partitionname)) : (out << "")); + out << ", " << "type=" << to_string(obj.type); + out << ", " << "runas="; (obj.__isset.runas ? (out << to_string(obj.runas)) : (out << "")); out << ")"; + return out; } @@ -12466,9 +12787,11 @@ ShowCompactRequest::~ShowCompactRequest() throw() { } +const char* ShowCompactRequest::ascii_fingerprint = "99914B932BD37A50B983C5E7C90AE93B"; +const uint8_t ShowCompactRequest::binary_fingerprint[16] = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + uint32_t ShowCompactRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12496,11 +12819,12 @@ uint32_t ShowCompactRequest::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t ShowCompactRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ShowCompactRequest"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12517,10 +12841,12 @@ ShowCompactRequest& ShowCompactRequest::operator=(const ShowCompactRequest& othe (void) other555; return *this; } -void ShowCompactRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ShowCompactRequest& obj) { + using apache::thrift::to_string; + (void) obj; out << "ShowCompactRequest("; out << ")"; + return out; } @@ -12564,9 +12890,11 @@ void ShowCompactResponseElement::__set_runAs(const std::string& val) { __isset.runAs = true; } +const char* ShowCompactResponseElement::ascii_fingerprint = "2F338C265DC4FD82DD13F4966FE43F13"; +const uint8_t ShowCompactResponseElement::binary_fingerprint[16] = {0x2F,0x33,0x8C,0x26,0x5D,0xC4,0xFD,0x82,0xDD,0x13,0xF4,0x96,0x6F,0xE4,0x3F,0x13}; + uint32_t ShowCompactResponseElement::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12677,7 +13005,7 @@ uint32_t ShowCompactResponseElement::read(::apache::thrift::protocol::TProtocol* uint32_t ShowCompactResponseElement::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ShowCompactResponseElement"); xfer += oprot->writeFieldBegin("dbname", ::apache::thrift::protocol::T_STRING, 1); @@ -12718,6 +13046,7 @@ uint32_t ShowCompactResponseElement::write(::apache::thrift::protocol::TProtocol } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12757,18 +13086,19 @@ ShowCompactResponseElement& ShowCompactResponseElement::operator=(const ShowComp __isset = other558.__isset; return *this; } -void ShowCompactResponseElement::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ShowCompactResponseElement& obj) { + using apache::thrift::to_string; out << "ShowCompactResponseElement("; - out << "dbname=" << to_string(dbname); - out << ", " << "tablename=" << to_string(tablename); - out << ", " << "partitionname="; (__isset.partitionname ? (out << to_string(partitionname)) : (out << "")); - out << ", " << "type=" << to_string(type); - out << ", " << "state=" << to_string(state); - out << ", " << "workerid="; (__isset.workerid ? (out << to_string(workerid)) : (out << "")); - out << ", " << "start="; (__isset.start ? (out << to_string(start)) : (out << "")); - out << ", " << "runAs="; (__isset.runAs ? (out << to_string(runAs)) : (out << "")); + out << "dbname=" << to_string(obj.dbname); + out << ", " << "tablename=" << to_string(obj.tablename); + out << ", " << "partitionname="; (obj.__isset.partitionname ? (out << to_string(obj.partitionname)) : (out << "")); + out << ", " << "type=" << to_string(obj.type); + out << ", " << "state=" << to_string(obj.state); + out << ", " << "workerid="; (obj.__isset.workerid ? (out << to_string(obj.workerid)) : (out << "")); + out << ", " << "start="; (obj.__isset.start ? (out << to_string(obj.start)) : (out << "")); + out << ", " << "runAs="; (obj.__isset.runAs ? (out << to_string(obj.runAs)) : (out << "")); out << ")"; + return out; } @@ -12780,9 +13110,11 @@ void ShowCompactResponse::__set_compacts(const std::vectorcompacts = val; } +const char* ShowCompactResponse::ascii_fingerprint = "915B7B8DB8966D65769C0F98707BBAE3"; +const uint8_t ShowCompactResponse::binary_fingerprint[16] = {0x91,0x5B,0x7B,0x8D,0xB8,0x96,0x6D,0x65,0x76,0x9C,0x0F,0x98,0x70,0x7B,0xBA,0xE3}; + uint32_t ShowCompactResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12838,7 +13170,7 @@ uint32_t ShowCompactResponse::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t ShowCompactResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ShowCompactResponse"); xfer += oprot->writeFieldBegin("compacts", ::apache::thrift::protocol::T_LIST, 1); @@ -12855,6 +13187,7 @@ uint32_t ShowCompactResponse::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -12870,11 +13203,12 @@ ShowCompactResponse& ShowCompactResponse::operator=(const ShowCompactResponse& o compacts = other566.compacts; return *this; } -void ShowCompactResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ShowCompactResponse& obj) { + using apache::thrift::to_string; out << "ShowCompactResponse("; - out << "compacts=" << to_string(compacts); + out << "compacts=" << to_string(obj.compacts); out << ")"; + return out; } @@ -12898,9 +13232,11 @@ void AddDynamicPartitions::__set_partitionnames(const std::vector & this->partitionnames = val; } +const char* AddDynamicPartitions::ascii_fingerprint = "A53A2B050DCCFE6A2158480A24E33898"; +const uint8_t AddDynamicPartitions::binary_fingerprint[16] = {0xA5,0x3A,0x2B,0x05,0x0D,0xCC,0xFE,0x6A,0x21,0x58,0x48,0x0A,0x24,0xE3,0x38,0x98}; + uint32_t AddDynamicPartitions::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -12989,7 +13325,7 @@ uint32_t AddDynamicPartitions::read(::apache::thrift::protocol::TProtocol* iprot uint32_t AddDynamicPartitions::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("AddDynamicPartitions"); xfer += oprot->writeFieldBegin("txnid", ::apache::thrift::protocol::T_I64, 1); @@ -13018,6 +13354,7 @@ uint32_t AddDynamicPartitions::write(::apache::thrift::protocol::TProtocol* opro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13042,14 +13379,15 @@ AddDynamicPartitions& AddDynamicPartitions::operator=(const AddDynamicPartitions partitionnames = other574.partitionnames; return *this; } -void AddDynamicPartitions::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const AddDynamicPartitions& obj) { + using apache::thrift::to_string; out << "AddDynamicPartitions("; - out << "txnid=" << to_string(txnid); - out << ", " << "dbname=" << to_string(dbname); - out << ", " << "tablename=" << to_string(tablename); - out << ", " << "partitionnames=" << to_string(partitionnames); + out << "txnid=" << to_string(obj.txnid); + out << ", " << "dbname=" << to_string(obj.dbname); + out << ", " << "tablename=" << to_string(obj.tablename); + out << ", " << "partitionnames=" << to_string(obj.partitionnames); out << ")"; + return out; } @@ -13066,9 +13404,11 @@ void NotificationEventRequest::__set_maxEvents(const int32_t val) { __isset.maxEvents = true; } +const char* NotificationEventRequest::ascii_fingerprint = "6E578DA8AB10EED824A75534350EBAEF"; +const uint8_t NotificationEventRequest::binary_fingerprint[16] = {0x6E,0x57,0x8D,0xA8,0xAB,0x10,0xEE,0xD8,0x24,0xA7,0x55,0x34,0x35,0x0E,0xBA,0xEF}; + uint32_t NotificationEventRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13120,7 +13460,7 @@ uint32_t NotificationEventRequest::read(::apache::thrift::protocol::TProtocol* i uint32_t NotificationEventRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("NotificationEventRequest"); xfer += oprot->writeFieldBegin("lastEvent", ::apache::thrift::protocol::T_I64, 1); @@ -13134,6 +13474,7 @@ uint32_t NotificationEventRequest::write(::apache::thrift::protocol::TProtocol* } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13155,12 +13496,13 @@ NotificationEventRequest& NotificationEventRequest::operator=(const Notification __isset = other576.__isset; return *this; } -void NotificationEventRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const NotificationEventRequest& obj) { + using apache::thrift::to_string; out << "NotificationEventRequest("; - out << "lastEvent=" << to_string(lastEvent); - out << ", " << "maxEvents="; (__isset.maxEvents ? (out << to_string(maxEvents)) : (out << "")); + out << "lastEvent=" << to_string(obj.lastEvent); + out << ", " << "maxEvents="; (obj.__isset.maxEvents ? (out << to_string(obj.maxEvents)) : (out << "")); out << ")"; + return out; } @@ -13194,9 +13536,11 @@ void NotificationEvent::__set_message(const std::string& val) { this->message = val; } +const char* NotificationEvent::ascii_fingerprint = "ACAF0036D9999F3A389F490F5E22D369"; +const uint8_t NotificationEvent::binary_fingerprint[16] = {0xAC,0xAF,0x00,0x36,0xD9,0x99,0x9F,0x3A,0x38,0x9F,0x49,0x0F,0x5E,0x22,0xD3,0x69}; + uint32_t NotificationEvent::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13289,7 +13633,7 @@ uint32_t NotificationEvent::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t NotificationEvent::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("NotificationEvent"); xfer += oprot->writeFieldBegin("eventId", ::apache::thrift::protocol::T_I64, 1); @@ -13320,6 +13664,7 @@ uint32_t NotificationEvent::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13353,16 +13698,17 @@ NotificationEvent& NotificationEvent::operator=(const NotificationEvent& other57 __isset = other578.__isset; return *this; } -void NotificationEvent::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const NotificationEvent& obj) { + using apache::thrift::to_string; out << "NotificationEvent("; - out << "eventId=" << to_string(eventId); - out << ", " << "eventTime=" << to_string(eventTime); - out << ", " << "eventType=" << to_string(eventType); - out << ", " << "dbName="; (__isset.dbName ? (out << to_string(dbName)) : (out << "")); - out << ", " << "tableName="; (__isset.tableName ? (out << to_string(tableName)) : (out << "")); - out << ", " << "message=" << to_string(message); + out << "eventId=" << to_string(obj.eventId); + out << ", " << "eventTime=" << to_string(obj.eventTime); + out << ", " << "eventType=" << to_string(obj.eventType); + out << ", " << "dbName="; (obj.__isset.dbName ? (out << to_string(obj.dbName)) : (out << "")); + out << ", " << "tableName="; (obj.__isset.tableName ? (out << to_string(obj.tableName)) : (out << "")); + out << ", " << "message=" << to_string(obj.message); out << ")"; + return out; } @@ -13374,9 +13720,11 @@ void NotificationEventResponse::__set_events(const std::vectorevents = val; } +const char* NotificationEventResponse::ascii_fingerprint = "EE3DB23399639114BCD1782A0FB01818"; +const uint8_t NotificationEventResponse::binary_fingerprint[16] = {0xEE,0x3D,0xB2,0x33,0x99,0x63,0x91,0x14,0xBC,0xD1,0x78,0x2A,0x0F,0xB0,0x18,0x18}; + uint32_t NotificationEventResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13432,7 +13780,7 @@ uint32_t NotificationEventResponse::read(::apache::thrift::protocol::TProtocol* uint32_t NotificationEventResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("NotificationEventResponse"); xfer += oprot->writeFieldBegin("events", ::apache::thrift::protocol::T_LIST, 1); @@ -13449,6 +13797,7 @@ uint32_t NotificationEventResponse::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13464,11 +13813,12 @@ NotificationEventResponse& NotificationEventResponse::operator=(const Notificati events = other586.events; return *this; } -void NotificationEventResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const NotificationEventResponse& obj) { + using apache::thrift::to_string; out << "NotificationEventResponse("; - out << "events=" << to_string(events); + out << "events=" << to_string(obj.events); out << ")"; + return out; } @@ -13480,9 +13830,11 @@ void CurrentNotificationEventId::__set_eventId(const int64_t val) { this->eventId = val; } +const char* CurrentNotificationEventId::ascii_fingerprint = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; +const uint8_t CurrentNotificationEventId::binary_fingerprint[16] = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + uint32_t CurrentNotificationEventId::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13526,7 +13878,7 @@ uint32_t CurrentNotificationEventId::read(::apache::thrift::protocol::TProtocol* uint32_t CurrentNotificationEventId::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("CurrentNotificationEventId"); xfer += oprot->writeFieldBegin("eventId", ::apache::thrift::protocol::T_I64, 1); @@ -13535,6 +13887,7 @@ uint32_t CurrentNotificationEventId::write(::apache::thrift::protocol::TProtocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13550,11 +13903,12 @@ CurrentNotificationEventId& CurrentNotificationEventId::operator=(const CurrentN eventId = other588.eventId; return *this; } -void CurrentNotificationEventId::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const CurrentNotificationEventId& obj) { + using apache::thrift::to_string; out << "CurrentNotificationEventId("; - out << "eventId=" << to_string(eventId); + out << "eventId=" << to_string(obj.eventId); out << ")"; + return out; } @@ -13566,9 +13920,11 @@ void InsertEventRequestData::__set_filesAdded(const std::vector & v this->filesAdded = val; } +const char* InsertEventRequestData::ascii_fingerprint = "ACE4F644F0FDD289DDC4EE5B83BC13C0"; +const uint8_t InsertEventRequestData::binary_fingerprint[16] = {0xAC,0xE4,0xF6,0x44,0xF0,0xFD,0xD2,0x89,0xDD,0xC4,0xEE,0x5B,0x83,0xBC,0x13,0xC0}; + uint32_t InsertEventRequestData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13624,7 +13980,7 @@ uint32_t InsertEventRequestData::read(::apache::thrift::protocol::TProtocol* ipr uint32_t InsertEventRequestData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("InsertEventRequestData"); xfer += oprot->writeFieldBegin("filesAdded", ::apache::thrift::protocol::T_LIST, 1); @@ -13641,6 +13997,7 @@ uint32_t InsertEventRequestData::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13656,11 +14013,12 @@ InsertEventRequestData& InsertEventRequestData::operator=(const InsertEventReque filesAdded = other596.filesAdded; return *this; } -void InsertEventRequestData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const InsertEventRequestData& obj) { + using apache::thrift::to_string; out << "InsertEventRequestData("; - out << "filesAdded=" << to_string(filesAdded); + out << "filesAdded=" << to_string(obj.filesAdded); out << ")"; + return out; } @@ -13672,9 +14030,11 @@ void FireEventRequestData::__set_insertData(const InsertEventRequestData& val) { this->insertData = val; } +const char* FireEventRequestData::ascii_fingerprint = "187E754B26707EE32451E6A27FB672CE"; +const uint8_t FireEventRequestData::binary_fingerprint[16] = {0x18,0x7E,0x75,0x4B,0x26,0x70,0x7E,0xE3,0x24,0x51,0xE6,0xA2,0x7F,0xB6,0x72,0xCE}; + uint32_t FireEventRequestData::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13715,7 +14075,7 @@ uint32_t FireEventRequestData::read(::apache::thrift::protocol::TProtocol* iprot uint32_t FireEventRequestData::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("FireEventRequestData"); xfer += oprot->writeFieldBegin("insertData", ::apache::thrift::protocol::T_STRUCT, 1); @@ -13724,6 +14084,7 @@ uint32_t FireEventRequestData::write(::apache::thrift::protocol::TProtocol* opro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13742,11 +14103,12 @@ FireEventRequestData& FireEventRequestData::operator=(const FireEventRequestData __isset = other598.__isset; return *this; } -void FireEventRequestData::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const FireEventRequestData& obj) { + using apache::thrift::to_string; out << "FireEventRequestData("; - out << "insertData=" << to_string(insertData); + out << "insertData=" << to_string(obj.insertData); out << ")"; + return out; } @@ -13777,9 +14139,11 @@ void FireEventRequest::__set_partitionVals(const std::vector & val) __isset.partitionVals = true; } +const char* FireEventRequest::ascii_fingerprint = "1BA3A7F00159254072C3979B1429B50B"; +const uint8_t FireEventRequest::binary_fingerprint[16] = {0x1B,0xA3,0xA7,0xF0,0x01,0x59,0x25,0x40,0x72,0xC3,0x97,0x9B,0x14,0x29,0xB5,0x0B}; + uint32_t FireEventRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13870,7 +14234,7 @@ uint32_t FireEventRequest::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t FireEventRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("FireEventRequest"); xfer += oprot->writeFieldBegin("successful", ::apache::thrift::protocol::T_BOOL, 1); @@ -13906,6 +14270,7 @@ uint32_t FireEventRequest::write(::apache::thrift::protocol::TProtocol* oprot) c } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -13936,15 +14301,16 @@ FireEventRequest& FireEventRequest::operator=(const FireEventRequest& other606) __isset = other606.__isset; return *this; } -void FireEventRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const FireEventRequest& obj) { + using apache::thrift::to_string; out << "FireEventRequest("; - out << "successful=" << to_string(successful); - out << ", " << "data=" << to_string(data); - out << ", " << "dbName="; (__isset.dbName ? (out << to_string(dbName)) : (out << "")); - out << ", " << "tableName="; (__isset.tableName ? (out << to_string(tableName)) : (out << "")); - out << ", " << "partitionVals="; (__isset.partitionVals ? (out << to_string(partitionVals)) : (out << "")); + out << "successful=" << to_string(obj.successful); + out << ", " << "data=" << to_string(obj.data); + out << ", " << "dbName="; (obj.__isset.dbName ? (out << to_string(obj.dbName)) : (out << "")); + out << ", " << "tableName="; (obj.__isset.tableName ? (out << to_string(obj.tableName)) : (out << "")); + out << ", " << "partitionVals="; (obj.__isset.partitionVals ? (out << to_string(obj.partitionVals)) : (out << "")); out << ")"; + return out; } @@ -13952,9 +14318,11 @@ FireEventResponse::~FireEventResponse() throw() { } +const char* FireEventResponse::ascii_fingerprint = "99914B932BD37A50B983C5E7C90AE93B"; +const uint8_t FireEventResponse::binary_fingerprint[16] = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + uint32_t FireEventResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -13982,11 +14350,12 @@ uint32_t FireEventResponse::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t FireEventResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("FireEventResponse"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14003,10 +14372,12 @@ FireEventResponse& FireEventResponse::operator=(const FireEventResponse& other60 (void) other608; return *this; } -void FireEventResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const FireEventResponse& obj) { + using apache::thrift::to_string; + (void) obj; out << "FireEventResponse("; out << ")"; + return out; } @@ -14024,9 +14395,11 @@ void MetadataPpdResult::__set_includeBitset(const std::string& val) { __isset.includeBitset = true; } +const char* MetadataPpdResult::ascii_fingerprint = "D0297FC5011701BD87898CC36146A565"; +const uint8_t MetadataPpdResult::binary_fingerprint[16] = {0xD0,0x29,0x7F,0xC5,0x01,0x17,0x01,0xBD,0x87,0x89,0x8C,0xC3,0x61,0x46,0xA5,0x65}; + uint32_t MetadataPpdResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14075,7 +14448,7 @@ uint32_t MetadataPpdResult::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t MetadataPpdResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("MetadataPpdResult"); if (this->__isset.metadata) { @@ -14090,6 +14463,7 @@ uint32_t MetadataPpdResult::write(::apache::thrift::protocol::TProtocol* oprot) } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14111,12 +14485,13 @@ MetadataPpdResult& MetadataPpdResult::operator=(const MetadataPpdResult& other61 __isset = other610.__isset; return *this; } -void MetadataPpdResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const MetadataPpdResult& obj) { + using apache::thrift::to_string; out << "MetadataPpdResult("; - out << "metadata="; (__isset.metadata ? (out << to_string(metadata)) : (out << "")); - out << ", " << "includeBitset="; (__isset.includeBitset ? (out << to_string(includeBitset)) : (out << "")); + out << "metadata="; (obj.__isset.metadata ? (out << to_string(obj.metadata)) : (out << "")); + out << ", " << "includeBitset="; (obj.__isset.includeBitset ? (out << to_string(obj.includeBitset)) : (out << "")); out << ")"; + return out; } @@ -14132,9 +14507,11 @@ void GetFileMetadataByExprResult::__set_isSupported(const bool val) { this->isSupported = val; } +const char* GetFileMetadataByExprResult::ascii_fingerprint = "9927698B8A2D476882C8F24E9919B943"; +const uint8_t GetFileMetadataByExprResult::binary_fingerprint[16] = {0x99,0x27,0x69,0x8B,0x8A,0x2D,0x47,0x68,0x82,0xC8,0xF2,0x4E,0x99,0x19,0xB9,0x43}; + uint32_t GetFileMetadataByExprResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14204,7 +14581,7 @@ uint32_t GetFileMetadataByExprResult::read(::apache::thrift::protocol::TProtocol uint32_t GetFileMetadataByExprResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetFileMetadataByExprResult"); xfer += oprot->writeFieldBegin("metadata", ::apache::thrift::protocol::T_MAP, 1); @@ -14226,6 +14603,7 @@ uint32_t GetFileMetadataByExprResult::write(::apache::thrift::protocol::TProtoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14244,12 +14622,13 @@ GetFileMetadataByExprResult& GetFileMetadataByExprResult::operator=(const GetFil isSupported = other620.isSupported; return *this; } -void GetFileMetadataByExprResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetFileMetadataByExprResult& obj) { + using apache::thrift::to_string; out << "GetFileMetadataByExprResult("; - out << "metadata=" << to_string(metadata); - out << ", " << "isSupported=" << to_string(isSupported); + out << "metadata=" << to_string(obj.metadata); + out << ", " << "isSupported=" << to_string(obj.isSupported); out << ")"; + return out; } @@ -14275,9 +14654,11 @@ void GetFileMetadataByExprRequest::__set_type(const FileMetadataExprType::type v __isset.type = true; } +const char* GetFileMetadataByExprRequest::ascii_fingerprint = "0EC46840220832B58E8CCC6C1ABC857A"; +const uint8_t GetFileMetadataByExprRequest::binary_fingerprint[16] = {0x0E,0xC4,0x68,0x40,0x22,0x08,0x32,0xB5,0x8E,0x8C,0xCC,0x6C,0x1A,0xBC,0x85,0x7A}; + uint32_t GetFileMetadataByExprRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14362,7 +14743,7 @@ uint32_t GetFileMetadataByExprRequest::read(::apache::thrift::protocol::TProtoco uint32_t GetFileMetadataByExprRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetFileMetadataByExprRequest"); xfer += oprot->writeFieldBegin("fileIds", ::apache::thrift::protocol::T_LIST, 1); @@ -14393,6 +14774,7 @@ uint32_t GetFileMetadataByExprRequest::write(::apache::thrift::protocol::TProtoc } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14420,14 +14802,15 @@ GetFileMetadataByExprRequest& GetFileMetadataByExprRequest::operator=(const GetF __isset = other629.__isset; return *this; } -void GetFileMetadataByExprRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetFileMetadataByExprRequest& obj) { + using apache::thrift::to_string; out << "GetFileMetadataByExprRequest("; - out << "fileIds=" << to_string(fileIds); - out << ", " << "expr=" << to_string(expr); - out << ", " << "doGetFooters="; (__isset.doGetFooters ? (out << to_string(doGetFooters)) : (out << "")); - out << ", " << "type="; (__isset.type ? (out << to_string(type)) : (out << "")); + out << "fileIds=" << to_string(obj.fileIds); + out << ", " << "expr=" << to_string(obj.expr); + out << ", " << "doGetFooters="; (obj.__isset.doGetFooters ? (out << to_string(obj.doGetFooters)) : (out << "")); + out << ", " << "type="; (obj.__isset.type ? (out << to_string(obj.type)) : (out << "")); out << ")"; + return out; } @@ -14443,9 +14826,11 @@ void GetFileMetadataResult::__set_isSupported(const bool val) { this->isSupported = val; } +const char* GetFileMetadataResult::ascii_fingerprint = "D18BCBD4BA945E7F6500F5CD95205706"; +const uint8_t GetFileMetadataResult::binary_fingerprint[16] = {0xD1,0x8B,0xCB,0xD4,0xBA,0x94,0x5E,0x7F,0x65,0x00,0xF5,0xCD,0x95,0x20,0x57,0x06}; + uint32_t GetFileMetadataResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14515,7 +14900,7 @@ uint32_t GetFileMetadataResult::read(::apache::thrift::protocol::TProtocol* ipro uint32_t GetFileMetadataResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetFileMetadataResult"); xfer += oprot->writeFieldBegin("metadata", ::apache::thrift::protocol::T_MAP, 1); @@ -14537,6 +14922,7 @@ uint32_t GetFileMetadataResult::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14555,12 +14941,13 @@ GetFileMetadataResult& GetFileMetadataResult::operator=(const GetFileMetadataRes isSupported = other639.isSupported; return *this; } -void GetFileMetadataResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetFileMetadataResult& obj) { + using apache::thrift::to_string; out << "GetFileMetadataResult("; - out << "metadata=" << to_string(metadata); - out << ", " << "isSupported=" << to_string(isSupported); + out << "metadata=" << to_string(obj.metadata); + out << ", " << "isSupported=" << to_string(obj.isSupported); out << ")"; + return out; } @@ -14572,9 +14959,11 @@ void GetFileMetadataRequest::__set_fileIds(const std::vector & val) { this->fileIds = val; } +const char* GetFileMetadataRequest::ascii_fingerprint = "E49D7D1A9013CC81CD0F69D631EF82E4"; +const uint8_t GetFileMetadataRequest::binary_fingerprint[16] = {0xE4,0x9D,0x7D,0x1A,0x90,0x13,0xCC,0x81,0xCD,0x0F,0x69,0xD6,0x31,0xEF,0x82,0xE4}; + uint32_t GetFileMetadataRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14630,7 +15019,7 @@ uint32_t GetFileMetadataRequest::read(::apache::thrift::protocol::TProtocol* ipr uint32_t GetFileMetadataRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetFileMetadataRequest"); xfer += oprot->writeFieldBegin("fileIds", ::apache::thrift::protocol::T_LIST, 1); @@ -14647,6 +15036,7 @@ uint32_t GetFileMetadataRequest::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14662,11 +15052,12 @@ GetFileMetadataRequest& GetFileMetadataRequest::operator=(const GetFileMetadataR fileIds = other647.fileIds; return *this; } -void GetFileMetadataRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetFileMetadataRequest& obj) { + using apache::thrift::to_string; out << "GetFileMetadataRequest("; - out << "fileIds=" << to_string(fileIds); + out << "fileIds=" << to_string(obj.fileIds); out << ")"; + return out; } @@ -14674,9 +15065,11 @@ PutFileMetadataResult::~PutFileMetadataResult() throw() { } +const char* PutFileMetadataResult::ascii_fingerprint = "99914B932BD37A50B983C5E7C90AE93B"; +const uint8_t PutFileMetadataResult::binary_fingerprint[16] = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + uint32_t PutFileMetadataResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14704,11 +15097,12 @@ uint32_t PutFileMetadataResult::read(::apache::thrift::protocol::TProtocol* ipro uint32_t PutFileMetadataResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PutFileMetadataResult"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14725,10 +15119,12 @@ PutFileMetadataResult& PutFileMetadataResult::operator=(const PutFileMetadataRes (void) other649; return *this; } -void PutFileMetadataResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PutFileMetadataResult& obj) { + using apache::thrift::to_string; + (void) obj; out << "PutFileMetadataResult("; out << ")"; + return out; } @@ -14744,14 +15140,18 @@ void PutFileMetadataRequest::__set_metadata(const std::vector & val this->metadata = val; } +<<<<<<< HEAD void PutFileMetadataRequest::__set_type(const FileMetadataExprType::type val) { this->type = val; __isset.type = true; } +======= +const char* PutFileMetadataRequest::ascii_fingerprint = "D64A208A8BCFCE146F4E2CB2176A807C"; +const uint8_t PutFileMetadataRequest::binary_fingerprint[16] = {0xD6,0x4A,0x20,0x8A,0x8B,0xCF,0xCE,0x14,0x6F,0x4E,0x2C,0xB2,0x17,0x6A,0x80,0x7C}; +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api uint32_t PutFileMetadataRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14840,7 +15240,7 @@ uint32_t PutFileMetadataRequest::read(::apache::thrift::protocol::TProtocol* ipr uint32_t PutFileMetadataRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PutFileMetadataRequest"); xfer += oprot->writeFieldBegin("fileIds", ::apache::thrift::protocol::T_LIST, 1); @@ -14874,6 +15274,7 @@ uint32_t PutFileMetadataRequest::write(::apache::thrift::protocol::TProtocol* op } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14898,13 +15299,19 @@ PutFileMetadataRequest& PutFileMetadataRequest::operator=(const PutFileMetadataR __isset = other664.__isset; return *this; } -void PutFileMetadataRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PutFileMetadataRequest& obj) { + using apache::thrift::to_string; out << "PutFileMetadataRequest("; +<<<<<<< HEAD out << "fileIds=" << to_string(fileIds); out << ", " << "metadata=" << to_string(metadata); out << ", " << "type="; (__isset.type ? (out << to_string(type)) : (out << "")); +======= + out << "fileIds=" << to_string(obj.fileIds); + out << ", " << "metadata=" << to_string(obj.metadata); +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api out << ")"; + return out; } @@ -14912,9 +15319,11 @@ ClearFileMetadataResult::~ClearFileMetadataResult() throw() { } +const char* ClearFileMetadataResult::ascii_fingerprint = "99914B932BD37A50B983C5E7C90AE93B"; +const uint8_t ClearFileMetadataResult::binary_fingerprint[16] = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + uint32_t ClearFileMetadataResult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -14942,11 +15351,12 @@ uint32_t ClearFileMetadataResult::read(::apache::thrift::protocol::TProtocol* ip uint32_t ClearFileMetadataResult::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ClearFileMetadataResult"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -14963,10 +15373,12 @@ ClearFileMetadataResult& ClearFileMetadataResult::operator=(const ClearFileMetad (void) other666; return *this; } -void ClearFileMetadataResult::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ClearFileMetadataResult& obj) { + using apache::thrift::to_string; + (void) obj; out << "ClearFileMetadataResult("; out << ")"; + return out; } @@ -14978,9 +15390,11 @@ void ClearFileMetadataRequest::__set_fileIds(const std::vector & val) { this->fileIds = val; } +const char* ClearFileMetadataRequest::ascii_fingerprint = "E49D7D1A9013CC81CD0F69D631EF82E4"; +const uint8_t ClearFileMetadataRequest::binary_fingerprint[16] = {0xE4,0x9D,0x7D,0x1A,0x90,0x13,0xCC,0x81,0xCD,0x0F,0x69,0xD6,0x31,0xEF,0x82,0xE4}; + uint32_t ClearFileMetadataRequest::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15036,7 +15450,7 @@ uint32_t ClearFileMetadataRequest::read(::apache::thrift::protocol::TProtocol* i uint32_t ClearFileMetadataRequest::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ClearFileMetadataRequest"); xfer += oprot->writeFieldBegin("fileIds", ::apache::thrift::protocol::T_LIST, 1); @@ -15053,6 +15467,7 @@ uint32_t ClearFileMetadataRequest::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15068,11 +15483,12 @@ ClearFileMetadataRequest& ClearFileMetadataRequest::operator=(const ClearFileMet fileIds = other674.fileIds; return *this; } -void ClearFileMetadataRequest::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ClearFileMetadataRequest& obj) { + using apache::thrift::to_string; out << "ClearFileMetadataRequest("; - out << "fileIds=" << to_string(fileIds); + out << "fileIds=" << to_string(obj.fileIds); out << ")"; + return out; } @@ -15327,9 +15743,11 @@ void GetAllFunctionsResponse::__set_functions(const std::vector & val) __isset.functions = true; } +const char* GetAllFunctionsResponse::ascii_fingerprint = "CEE0CA1D7402D4135EF7F42C0F0E0A68"; +const uint8_t GetAllFunctionsResponse::binary_fingerprint[16] = {0xCE,0xE0,0xCA,0x1D,0x74,0x02,0xD4,0x13,0x5E,0xF7,0xF4,0x2C,0x0F,0x0E,0x0A,0x68}; + uint32_t GetAllFunctionsResponse::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15382,7 +15800,7 @@ uint32_t GetAllFunctionsResponse::read(::apache::thrift::protocol::TProtocol* ip uint32_t GetAllFunctionsResponse::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("GetAllFunctionsResponse"); if (this->__isset.functions) { @@ -15400,6 +15818,7 @@ uint32_t GetAllFunctionsResponse::write(::apache::thrift::protocol::TProtocol* o } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15418,11 +15837,12 @@ GetAllFunctionsResponse& GetAllFunctionsResponse::operator=(const GetAllFunction __isset = other686.__isset; return *this; } -void GetAllFunctionsResponse::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const GetAllFunctionsResponse& obj) { + using apache::thrift::to_string; out << "GetAllFunctionsResponse("; - out << "functions="; (__isset.functions ? (out << to_string(functions)) : (out << "")); + out << "functions="; (obj.__isset.functions ? (out << to_string(obj.functions)) : (out << "")); out << ")"; + return out; } @@ -15447,9 +15867,11 @@ void TableMeta::__set_comments(const std::string& val) { __isset.comments = true; } +const char* TableMeta::ascii_fingerprint = "2748901DF3E03B56075825ABF0FCFD25"; +const uint8_t TableMeta::binary_fingerprint[16] = {0x27,0x48,0x90,0x1D,0xF3,0xE0,0x3B,0x56,0x07,0x58,0x25,0xAB,0xF0,0xFC,0xFD,0x25}; + uint32_t TableMeta::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15523,7 +15945,7 @@ uint32_t TableMeta::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TableMeta::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TableMeta"); xfer += oprot->writeFieldBegin("dbName", ::apache::thrift::protocol::T_STRING, 1); @@ -15545,6 +15967,7 @@ uint32_t TableMeta::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15572,14 +15995,15 @@ TableMeta& TableMeta::operator=(const TableMeta& other688) { __isset = other688.__isset; return *this; } -void TableMeta::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TableMeta& obj) { + using apache::thrift::to_string; out << "TableMeta("; - out << "dbName=" << to_string(dbName); - out << ", " << "tableName=" << to_string(tableName); - out << ", " << "tableType=" << to_string(tableType); - out << ", " << "comments="; (__isset.comments ? (out << to_string(comments)) : (out << "")); + out << "dbName=" << to_string(obj.dbName); + out << ", " << "tableName=" << to_string(obj.tableName); + out << ", " << "tableType=" << to_string(obj.tableType); + out << ", " << "comments="; (obj.__isset.comments ? (out << to_string(obj.comments)) : (out << "")); out << ")"; + return out; } @@ -15591,9 +16015,11 @@ void MetaException::__set_message(const std::string& val) { this->message = val; } +const char* MetaException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t MetaException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t MetaException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15634,7 +16060,7 @@ uint32_t MetaException::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t MetaException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("MetaException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -15643,6 +16069,7 @@ uint32_t MetaException::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15661,22 +16088,12 @@ MetaException& MetaException::operator=(const MetaException& other690) { __isset = other690.__isset; return *this; } -void MetaException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const MetaException& obj) { + using apache::thrift::to_string; out << "MetaException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* MetaException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: MetaException"; - } + return out; } @@ -15688,9 +16105,11 @@ void UnknownTableException::__set_message(const std::string& val) { this->message = val; } +const char* UnknownTableException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t UnknownTableException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t UnknownTableException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15731,7 +16150,7 @@ uint32_t UnknownTableException::read(::apache::thrift::protocol::TProtocol* ipro uint32_t UnknownTableException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("UnknownTableException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -15740,6 +16159,7 @@ uint32_t UnknownTableException::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15758,22 +16178,12 @@ UnknownTableException& UnknownTableException::operator=(const UnknownTableExcept __isset = other692.__isset; return *this; } -void UnknownTableException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const UnknownTableException& obj) { + using apache::thrift::to_string; out << "UnknownTableException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* UnknownTableException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: UnknownTableException"; - } + return out; } @@ -15785,9 +16195,11 @@ void UnknownDBException::__set_message(const std::string& val) { this->message = val; } +const char* UnknownDBException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t UnknownDBException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t UnknownDBException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15828,7 +16240,7 @@ uint32_t UnknownDBException::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t UnknownDBException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("UnknownDBException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -15837,6 +16249,7 @@ uint32_t UnknownDBException::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15855,22 +16268,12 @@ UnknownDBException& UnknownDBException::operator=(const UnknownDBException& othe __isset = other694.__isset; return *this; } -void UnknownDBException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const UnknownDBException& obj) { + using apache::thrift::to_string; out << "UnknownDBException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* UnknownDBException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: UnknownDBException"; - } + return out; } @@ -15882,9 +16285,11 @@ void AlreadyExistsException::__set_message(const std::string& val) { this->message = val; } +const char* AlreadyExistsException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t AlreadyExistsException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t AlreadyExistsException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -15925,7 +16330,7 @@ uint32_t AlreadyExistsException::read(::apache::thrift::protocol::TProtocol* ipr uint32_t AlreadyExistsException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("AlreadyExistsException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -15934,6 +16339,7 @@ uint32_t AlreadyExistsException::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -15952,22 +16358,12 @@ AlreadyExistsException& AlreadyExistsException::operator=(const AlreadyExistsExc __isset = other696.__isset; return *this; } -void AlreadyExistsException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const AlreadyExistsException& obj) { + using apache::thrift::to_string; out << "AlreadyExistsException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* AlreadyExistsException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: AlreadyExistsException"; - } + return out; } @@ -15979,9 +16375,11 @@ void InvalidPartitionException::__set_message(const std::string& val) { this->message = val; } +const char* InvalidPartitionException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t InvalidPartitionException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t InvalidPartitionException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16022,7 +16420,7 @@ uint32_t InvalidPartitionException::read(::apache::thrift::protocol::TProtocol* uint32_t InvalidPartitionException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("InvalidPartitionException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16031,6 +16429,7 @@ uint32_t InvalidPartitionException::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16049,22 +16448,12 @@ InvalidPartitionException& InvalidPartitionException::operator=(const InvalidPar __isset = other698.__isset; return *this; } -void InvalidPartitionException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const InvalidPartitionException& obj) { + using apache::thrift::to_string; out << "InvalidPartitionException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* InvalidPartitionException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: InvalidPartitionException"; - } + return out; } @@ -16076,9 +16465,11 @@ void UnknownPartitionException::__set_message(const std::string& val) { this->message = val; } +const char* UnknownPartitionException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t UnknownPartitionException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t UnknownPartitionException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16119,7 +16510,7 @@ uint32_t UnknownPartitionException::read(::apache::thrift::protocol::TProtocol* uint32_t UnknownPartitionException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("UnknownPartitionException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16128,6 +16519,7 @@ uint32_t UnknownPartitionException::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16146,22 +16538,12 @@ UnknownPartitionException& UnknownPartitionException::operator=(const UnknownPar __isset = other700.__isset; return *this; } -void UnknownPartitionException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const UnknownPartitionException& obj) { + using apache::thrift::to_string; out << "UnknownPartitionException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* UnknownPartitionException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: UnknownPartitionException"; - } + return out; } @@ -16173,9 +16555,11 @@ void InvalidObjectException::__set_message(const std::string& val) { this->message = val; } +const char* InvalidObjectException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t InvalidObjectException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t InvalidObjectException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16216,7 +16600,7 @@ uint32_t InvalidObjectException::read(::apache::thrift::protocol::TProtocol* ipr uint32_t InvalidObjectException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("InvalidObjectException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16225,6 +16609,7 @@ uint32_t InvalidObjectException::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16243,22 +16628,12 @@ InvalidObjectException& InvalidObjectException::operator=(const InvalidObjectExc __isset = other702.__isset; return *this; } -void InvalidObjectException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const InvalidObjectException& obj) { + using apache::thrift::to_string; out << "InvalidObjectException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* InvalidObjectException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: InvalidObjectException"; - } + return out; } @@ -16270,9 +16645,11 @@ void NoSuchObjectException::__set_message(const std::string& val) { this->message = val; } +const char* NoSuchObjectException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t NoSuchObjectException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t NoSuchObjectException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16313,7 +16690,7 @@ uint32_t NoSuchObjectException::read(::apache::thrift::protocol::TProtocol* ipro uint32_t NoSuchObjectException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("NoSuchObjectException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16322,6 +16699,7 @@ uint32_t NoSuchObjectException::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16340,22 +16718,12 @@ NoSuchObjectException& NoSuchObjectException::operator=(const NoSuchObjectExcept __isset = other704.__isset; return *this; } -void NoSuchObjectException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const NoSuchObjectException& obj) { + using apache::thrift::to_string; out << "NoSuchObjectException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* NoSuchObjectException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: NoSuchObjectException"; - } + return out; } @@ -16367,9 +16735,11 @@ void IndexAlreadyExistsException::__set_message(const std::string& val) { this->message = val; } +const char* IndexAlreadyExistsException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t IndexAlreadyExistsException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t IndexAlreadyExistsException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16410,7 +16780,7 @@ uint32_t IndexAlreadyExistsException::read(::apache::thrift::protocol::TProtocol uint32_t IndexAlreadyExistsException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("IndexAlreadyExistsException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16419,6 +16789,7 @@ uint32_t IndexAlreadyExistsException::write(::apache::thrift::protocol::TProtoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16437,22 +16808,12 @@ IndexAlreadyExistsException& IndexAlreadyExistsException::operator=(const IndexA __isset = other706.__isset; return *this; } -void IndexAlreadyExistsException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const IndexAlreadyExistsException& obj) { + using apache::thrift::to_string; out << "IndexAlreadyExistsException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* IndexAlreadyExistsException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: IndexAlreadyExistsException"; - } + return out; } @@ -16464,9 +16825,11 @@ void InvalidOperationException::__set_message(const std::string& val) { this->message = val; } +const char* InvalidOperationException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t InvalidOperationException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t InvalidOperationException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16507,7 +16870,7 @@ uint32_t InvalidOperationException::read(::apache::thrift::protocol::TProtocol* uint32_t InvalidOperationException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("InvalidOperationException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16516,6 +16879,7 @@ uint32_t InvalidOperationException::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16534,22 +16898,12 @@ InvalidOperationException& InvalidOperationException::operator=(const InvalidOpe __isset = other708.__isset; return *this; } -void InvalidOperationException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const InvalidOperationException& obj) { + using apache::thrift::to_string; out << "InvalidOperationException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* InvalidOperationException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: InvalidOperationException"; - } + return out; } @@ -16561,9 +16915,11 @@ void ConfigValSecurityException::__set_message(const std::string& val) { this->message = val; } +const char* ConfigValSecurityException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t ConfigValSecurityException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t ConfigValSecurityException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16604,7 +16960,7 @@ uint32_t ConfigValSecurityException::read(::apache::thrift::protocol::TProtocol* uint32_t ConfigValSecurityException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ConfigValSecurityException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16613,6 +16969,7 @@ uint32_t ConfigValSecurityException::write(::apache::thrift::protocol::TProtocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16631,22 +16988,12 @@ ConfigValSecurityException& ConfigValSecurityException::operator=(const ConfigVa __isset = other710.__isset; return *this; } -void ConfigValSecurityException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ConfigValSecurityException& obj) { + using apache::thrift::to_string; out << "ConfigValSecurityException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* ConfigValSecurityException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: ConfigValSecurityException"; - } + return out; } @@ -16658,9 +17005,11 @@ void InvalidInputException::__set_message(const std::string& val) { this->message = val; } +const char* InvalidInputException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t InvalidInputException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t InvalidInputException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16701,7 +17050,7 @@ uint32_t InvalidInputException::read(::apache::thrift::protocol::TProtocol* ipro uint32_t InvalidInputException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("InvalidInputException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16710,6 +17059,7 @@ uint32_t InvalidInputException::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16728,22 +17078,12 @@ InvalidInputException& InvalidInputException::operator=(const InvalidInputExcept __isset = other712.__isset; return *this; } -void InvalidInputException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const InvalidInputException& obj) { + using apache::thrift::to_string; out << "InvalidInputException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* InvalidInputException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: InvalidInputException"; - } + return out; } @@ -16755,9 +17095,11 @@ void NoSuchTxnException::__set_message(const std::string& val) { this->message = val; } +const char* NoSuchTxnException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t NoSuchTxnException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t NoSuchTxnException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16798,7 +17140,7 @@ uint32_t NoSuchTxnException::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t NoSuchTxnException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("NoSuchTxnException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16807,6 +17149,7 @@ uint32_t NoSuchTxnException::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16825,22 +17168,12 @@ NoSuchTxnException& NoSuchTxnException::operator=(const NoSuchTxnException& othe __isset = other714.__isset; return *this; } -void NoSuchTxnException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const NoSuchTxnException& obj) { + using apache::thrift::to_string; out << "NoSuchTxnException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* NoSuchTxnException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: NoSuchTxnException"; - } + return out; } @@ -16852,9 +17185,11 @@ void TxnAbortedException::__set_message(const std::string& val) { this->message = val; } +const char* TxnAbortedException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t TxnAbortedException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t TxnAbortedException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16895,7 +17230,7 @@ uint32_t TxnAbortedException::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t TxnAbortedException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TxnAbortedException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -16904,6 +17239,7 @@ uint32_t TxnAbortedException::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -16922,22 +17258,12 @@ TxnAbortedException& TxnAbortedException::operator=(const TxnAbortedException& o __isset = other716.__isset; return *this; } -void TxnAbortedException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TxnAbortedException& obj) { + using apache::thrift::to_string; out << "TxnAbortedException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* TxnAbortedException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: TxnAbortedException"; - } + return out; } @@ -16949,9 +17275,11 @@ void TxnOpenException::__set_message(const std::string& val) { this->message = val; } +const char* TxnOpenException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t TxnOpenException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t TxnOpenException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -16992,7 +17320,7 @@ uint32_t TxnOpenException::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TxnOpenException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TxnOpenException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -17001,6 +17329,7 @@ uint32_t TxnOpenException::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17019,22 +17348,12 @@ TxnOpenException& TxnOpenException::operator=(const TxnOpenException& other718) __isset = other718.__isset; return *this; } -void TxnOpenException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TxnOpenException& obj) { + using apache::thrift::to_string; out << "TxnOpenException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* TxnOpenException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: TxnOpenException"; - } + return out; } @@ -17046,9 +17365,11 @@ void NoSuchLockException::__set_message(const std::string& val) { this->message = val; } +const char* NoSuchLockException::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t NoSuchLockException::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t NoSuchLockException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -17089,7 +17410,7 @@ uint32_t NoSuchLockException::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t NoSuchLockException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("NoSuchLockException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -17098,6 +17419,7 @@ uint32_t NoSuchLockException::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -17116,22 +17438,12 @@ NoSuchLockException& NoSuchLockException::operator=(const NoSuchLockException& o __isset = other720.__isset; return *this; } -void NoSuchLockException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const NoSuchLockException& obj) { + using apache::thrift::to_string; out << "NoSuchLockException("; - out << "message=" << to_string(message); + out << "message=" << to_string(obj.message); out << ")"; -} - -const char* NoSuchLockException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: NoSuchLockException"; - } + return out; } }}} // namespace diff --git metastore/src/gen/thrift/gen-cpp/hive_metastore_types.h metastore/src/gen/thrift/gen-cpp/hive_metastore_types.h index 97d3362..ffe096e 100644 --- metastore/src/gen/thrift/gen-cpp/hive_metastore_types.h +++ metastore/src/gen/thrift/gen-cpp/hive_metastore_types.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -396,6 +396,9 @@ typedef struct _Version__isset { class Version { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + Version(const Version&); Version& operator=(const Version&); Version() : version(), comments() { @@ -428,17 +431,11 @@ class Version { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Version& obj); }; void swap(Version &a, Version &b); -inline std::ostream& operator<<(std::ostream& out, const Version& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _FieldSchema__isset { _FieldSchema__isset() : name(false), type(false), comment(false) {} bool name :1; @@ -449,6 +446,9 @@ typedef struct _FieldSchema__isset { class FieldSchema { public: + static const char* ascii_fingerprint; // = "AB879940BD15B6B25691265F7384B271"; + static const uint8_t binary_fingerprint[16]; // = {0xAB,0x87,0x99,0x40,0xBD,0x15,0xB6,0xB2,0x56,0x91,0x26,0x5F,0x73,0x84,0xB2,0x71}; + FieldSchema(const FieldSchema&); FieldSchema& operator=(const FieldSchema&); FieldSchema() : name(), type(), comment() { @@ -486,17 +486,11 @@ class FieldSchema { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const FieldSchema& obj); }; void swap(FieldSchema &a, FieldSchema &b); -inline std::ostream& operator<<(std::ostream& out, const FieldSchema& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Type__isset { _Type__isset() : name(false), type1(false), type2(false), fields(false) {} bool name :1; @@ -508,6 +502,9 @@ typedef struct _Type__isset { class Type { public: + static const char* ascii_fingerprint; // = "20DF02DE523C27F7066C7BD4D9120842"; + static const uint8_t binary_fingerprint[16]; // = {0x20,0xDF,0x02,0xDE,0x52,0x3C,0x27,0xF7,0x06,0x6C,0x7B,0xD4,0xD9,0x12,0x08,0x42}; + Type(const Type&); Type& operator=(const Type&); Type() : name(), type1(), type2() { @@ -556,17 +553,11 @@ class Type { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Type& obj); }; void swap(Type &a, Type &b); -inline std::ostream& operator<<(std::ostream& out, const Type& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _HiveObjectRef__isset { _HiveObjectRef__isset() : objectType(false), dbName(false), objectName(false), partValues(false), columnName(false) {} bool objectType :1; @@ -579,6 +570,9 @@ typedef struct _HiveObjectRef__isset { class HiveObjectRef { public: + static const char* ascii_fingerprint; // = "205CD8311CF3AA9EC161BAEF8D7C933C"; + static const uint8_t binary_fingerprint[16]; // = {0x20,0x5C,0xD8,0x31,0x1C,0xF3,0xAA,0x9E,0xC1,0x61,0xBA,0xEF,0x8D,0x7C,0x93,0x3C}; + HiveObjectRef(const HiveObjectRef&); HiveObjectRef& operator=(const HiveObjectRef&); HiveObjectRef() : objectType((HiveObjectType::type)0), dbName(), objectName(), columnName() { @@ -626,17 +620,11 @@ class HiveObjectRef { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const HiveObjectRef& obj); }; void swap(HiveObjectRef &a, HiveObjectRef &b); -inline std::ostream& operator<<(std::ostream& out, const HiveObjectRef& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _PrivilegeGrantInfo__isset { _PrivilegeGrantInfo__isset() : privilege(false), createTime(false), grantor(false), grantorType(false), grantOption(false) {} bool privilege :1; @@ -649,6 +637,9 @@ typedef struct _PrivilegeGrantInfo__isset { class PrivilegeGrantInfo { public: + static const char* ascii_fingerprint; // = "A58923AF7294BE492D6F90E07E8CEE1F"; + static const uint8_t binary_fingerprint[16]; // = {0xA5,0x89,0x23,0xAF,0x72,0x94,0xBE,0x49,0x2D,0x6F,0x90,0xE0,0x7E,0x8C,0xEE,0x1F}; + PrivilegeGrantInfo(const PrivilegeGrantInfo&); PrivilegeGrantInfo& operator=(const PrivilegeGrantInfo&); PrivilegeGrantInfo() : privilege(), createTime(0), grantor(), grantorType((PrincipalType::type)0), grantOption(0) { @@ -696,17 +687,11 @@ class PrivilegeGrantInfo { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PrivilegeGrantInfo& obj); }; void swap(PrivilegeGrantInfo &a, PrivilegeGrantInfo &b); -inline std::ostream& operator<<(std::ostream& out, const PrivilegeGrantInfo& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _HiveObjectPrivilege__isset { _HiveObjectPrivilege__isset() : hiveObject(false), principalName(false), principalType(false), grantInfo(false) {} bool hiveObject :1; @@ -718,6 +703,9 @@ typedef struct _HiveObjectPrivilege__isset { class HiveObjectPrivilege { public: + static const char* ascii_fingerprint; // = "83D71969B23BD853E29DBA9D43B29AF8"; + static const uint8_t binary_fingerprint[16]; // = {0x83,0xD7,0x19,0x69,0xB2,0x3B,0xD8,0x53,0xE2,0x9D,0xBA,0x9D,0x43,0xB2,0x9A,0xF8}; + HiveObjectPrivilege(const HiveObjectPrivilege&); HiveObjectPrivilege& operator=(const HiveObjectPrivilege&); HiveObjectPrivilege() : principalName(), principalType((PrincipalType::type)0) { @@ -760,17 +748,11 @@ class HiveObjectPrivilege { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const HiveObjectPrivilege& obj); }; void swap(HiveObjectPrivilege &a, HiveObjectPrivilege &b); -inline std::ostream& operator<<(std::ostream& out, const HiveObjectPrivilege& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _PrivilegeBag__isset { _PrivilegeBag__isset() : privileges(false) {} bool privileges :1; @@ -779,6 +761,9 @@ typedef struct _PrivilegeBag__isset { class PrivilegeBag { public: + static const char* ascii_fingerprint; // = "BB89E4701B7B709B046A74C90B1147F2"; + static const uint8_t binary_fingerprint[16]; // = {0xBB,0x89,0xE4,0x70,0x1B,0x7B,0x70,0x9B,0x04,0x6A,0x74,0xC9,0x0B,0x11,0x47,0xF2}; + PrivilegeBag(const PrivilegeBag&); PrivilegeBag& operator=(const PrivilegeBag&); PrivilegeBag() { @@ -806,17 +791,11 @@ class PrivilegeBag { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PrivilegeBag& obj); }; void swap(PrivilegeBag &a, PrivilegeBag &b); -inline std::ostream& operator<<(std::ostream& out, const PrivilegeBag& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _PrincipalPrivilegeSet__isset { _PrincipalPrivilegeSet__isset() : userPrivileges(false), groupPrivileges(false), rolePrivileges(false) {} bool userPrivileges :1; @@ -827,6 +806,9 @@ typedef struct _PrincipalPrivilegeSet__isset { class PrincipalPrivilegeSet { public: + static const char* ascii_fingerprint; // = "08F75D2533906EA87BE34EA640856683"; + static const uint8_t binary_fingerprint[16]; // = {0x08,0xF7,0x5D,0x25,0x33,0x90,0x6E,0xA8,0x7B,0xE3,0x4E,0xA6,0x40,0x85,0x66,0x83}; + PrincipalPrivilegeSet(const PrincipalPrivilegeSet&); PrincipalPrivilegeSet& operator=(const PrincipalPrivilegeSet&); PrincipalPrivilegeSet() { @@ -864,17 +846,11 @@ class PrincipalPrivilegeSet { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PrincipalPrivilegeSet& obj); }; void swap(PrincipalPrivilegeSet &a, PrincipalPrivilegeSet &b); -inline std::ostream& operator<<(std::ostream& out, const PrincipalPrivilegeSet& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _GrantRevokePrivilegeRequest__isset { _GrantRevokePrivilegeRequest__isset() : requestType(false), privileges(false), revokeGrantOption(false) {} bool requestType :1; @@ -885,6 +861,9 @@ typedef struct _GrantRevokePrivilegeRequest__isset { class GrantRevokePrivilegeRequest { public: + static const char* ascii_fingerprint; // = "DF474A3CB526AD40DC0F2C3702F7AA2C"; + static const uint8_t binary_fingerprint[16]; // = {0xDF,0x47,0x4A,0x3C,0xB5,0x26,0xAD,0x40,0xDC,0x0F,0x2C,0x37,0x02,0xF7,0xAA,0x2C}; + GrantRevokePrivilegeRequest(const GrantRevokePrivilegeRequest&); GrantRevokePrivilegeRequest& operator=(const GrantRevokePrivilegeRequest&); GrantRevokePrivilegeRequest() : requestType((GrantRevokeType::type)0), revokeGrantOption(0) { @@ -924,17 +903,11 @@ class GrantRevokePrivilegeRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GrantRevokePrivilegeRequest& obj); }; void swap(GrantRevokePrivilegeRequest &a, GrantRevokePrivilegeRequest &b); -inline std::ostream& operator<<(std::ostream& out, const GrantRevokePrivilegeRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _GrantRevokePrivilegeResponse__isset { _GrantRevokePrivilegeResponse__isset() : success(false) {} bool success :1; @@ -943,6 +916,9 @@ typedef struct _GrantRevokePrivilegeResponse__isset { class GrantRevokePrivilegeResponse { public: + static const char* ascii_fingerprint; // = "BF054652DEF86253C2BEE7D947F167DD"; + static const uint8_t binary_fingerprint[16]; // = {0xBF,0x05,0x46,0x52,0xDE,0xF8,0x62,0x53,0xC2,0xBE,0xE7,0xD9,0x47,0xF1,0x67,0xDD}; + GrantRevokePrivilegeResponse(const GrantRevokePrivilegeResponse&); GrantRevokePrivilegeResponse& operator=(const GrantRevokePrivilegeResponse&); GrantRevokePrivilegeResponse() : success(0) { @@ -972,17 +948,11 @@ class GrantRevokePrivilegeResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GrantRevokePrivilegeResponse& obj); }; void swap(GrantRevokePrivilegeResponse &a, GrantRevokePrivilegeResponse &b); -inline std::ostream& operator<<(std::ostream& out, const GrantRevokePrivilegeResponse& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Role__isset { _Role__isset() : roleName(false), createTime(false), ownerName(false) {} bool roleName :1; @@ -993,6 +963,9 @@ typedef struct _Role__isset { class Role { public: + static const char* ascii_fingerprint; // = "70563A0628F75DF9555F4D24690B1E26"; + static const uint8_t binary_fingerprint[16]; // = {0x70,0x56,0x3A,0x06,0x28,0xF7,0x5D,0xF9,0x55,0x5F,0x4D,0x24,0x69,0x0B,0x1E,0x26}; + Role(const Role&); Role& operator=(const Role&); Role() : roleName(), createTime(0), ownerName() { @@ -1030,17 +1003,11 @@ class Role { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Role& obj); }; void swap(Role &a, Role &b); -inline std::ostream& operator<<(std::ostream& out, const Role& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _RolePrincipalGrant__isset { _RolePrincipalGrant__isset() : roleName(false), principalName(false), principalType(false), grantOption(false), grantTime(false), grantorName(false), grantorPrincipalType(false) {} bool roleName :1; @@ -1055,6 +1022,9 @@ typedef struct _RolePrincipalGrant__isset { class RolePrincipalGrant { public: + static const char* ascii_fingerprint; // = "899BA3F6214DD1B79D27206BA857C772"; + static const uint8_t binary_fingerprint[16]; // = {0x89,0x9B,0xA3,0xF6,0x21,0x4D,0xD1,0xB7,0x9D,0x27,0x20,0x6B,0xA8,0x57,0xC7,0x72}; + RolePrincipalGrant(const RolePrincipalGrant&); RolePrincipalGrant& operator=(const RolePrincipalGrant&); RolePrincipalGrant() : roleName(), principalName(), principalType((PrincipalType::type)0), grantOption(0), grantTime(0), grantorName(), grantorPrincipalType((PrincipalType::type)0) { @@ -1112,21 +1082,18 @@ class RolePrincipalGrant { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const RolePrincipalGrant& obj); }; void swap(RolePrincipalGrant &a, RolePrincipalGrant &b); -inline std::ostream& operator<<(std::ostream& out, const RolePrincipalGrant& obj) -{ - obj.printTo(out); - return out; -} - class GetRoleGrantsForPrincipalRequest { public: + static const char* ascii_fingerprint; // = "D6FD826D949221396F4FFC3ECCD3D192"; + static const uint8_t binary_fingerprint[16]; // = {0xD6,0xFD,0x82,0x6D,0x94,0x92,0x21,0x39,0x6F,0x4F,0xFC,0x3E,0xCC,0xD3,0xD1,0x92}; + GetRoleGrantsForPrincipalRequest(const GetRoleGrantsForPrincipalRequest&); GetRoleGrantsForPrincipalRequest& operator=(const GetRoleGrantsForPrincipalRequest&); GetRoleGrantsForPrincipalRequest() : principal_name(), principal_type((PrincipalType::type)0) { @@ -1157,21 +1124,18 @@ class GetRoleGrantsForPrincipalRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetRoleGrantsForPrincipalRequest& obj); }; void swap(GetRoleGrantsForPrincipalRequest &a, GetRoleGrantsForPrincipalRequest &b); -inline std::ostream& operator<<(std::ostream& out, const GetRoleGrantsForPrincipalRequest& obj) -{ - obj.printTo(out); - return out; -} - class GetRoleGrantsForPrincipalResponse { public: + static const char* ascii_fingerprint; // = "5926B4B3541A62E17663820C7E3BE690"; + static const uint8_t binary_fingerprint[16]; // = {0x59,0x26,0xB4,0xB3,0x54,0x1A,0x62,0xE1,0x76,0x63,0x82,0x0C,0x7E,0x3B,0xE6,0x90}; + GetRoleGrantsForPrincipalResponse(const GetRoleGrantsForPrincipalResponse&); GetRoleGrantsForPrincipalResponse& operator=(const GetRoleGrantsForPrincipalResponse&); GetRoleGrantsForPrincipalResponse() { @@ -1197,21 +1161,18 @@ class GetRoleGrantsForPrincipalResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetRoleGrantsForPrincipalResponse& obj); }; void swap(GetRoleGrantsForPrincipalResponse &a, GetRoleGrantsForPrincipalResponse &b); -inline std::ostream& operator<<(std::ostream& out, const GetRoleGrantsForPrincipalResponse& obj) -{ - obj.printTo(out); - return out; -} - class GetPrincipalsInRoleRequest { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + GetPrincipalsInRoleRequest(const GetPrincipalsInRoleRequest&); GetPrincipalsInRoleRequest& operator=(const GetPrincipalsInRoleRequest&); GetPrincipalsInRoleRequest() : roleName() { @@ -1237,21 +1198,18 @@ class GetPrincipalsInRoleRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetPrincipalsInRoleRequest& obj); }; void swap(GetPrincipalsInRoleRequest &a, GetPrincipalsInRoleRequest &b); -inline std::ostream& operator<<(std::ostream& out, const GetPrincipalsInRoleRequest& obj) -{ - obj.printTo(out); - return out; -} - class GetPrincipalsInRoleResponse { public: + static const char* ascii_fingerprint; // = "5926B4B3541A62E17663820C7E3BE690"; + static const uint8_t binary_fingerprint[16]; // = {0x59,0x26,0xB4,0xB3,0x54,0x1A,0x62,0xE1,0x76,0x63,0x82,0x0C,0x7E,0x3B,0xE6,0x90}; + GetPrincipalsInRoleResponse(const GetPrincipalsInRoleResponse&); GetPrincipalsInRoleResponse& operator=(const GetPrincipalsInRoleResponse&); GetPrincipalsInRoleResponse() { @@ -1277,17 +1235,11 @@ class GetPrincipalsInRoleResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetPrincipalsInRoleResponse& obj); }; void swap(GetPrincipalsInRoleResponse &a, GetPrincipalsInRoleResponse &b); -inline std::ostream& operator<<(std::ostream& out, const GetPrincipalsInRoleResponse& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _GrantRevokeRoleRequest__isset { _GrantRevokeRoleRequest__isset() : requestType(false), roleName(false), principalName(false), principalType(false), grantor(false), grantorType(false), grantOption(false) {} bool requestType :1; @@ -1302,6 +1254,9 @@ typedef struct _GrantRevokeRoleRequest__isset { class GrantRevokeRoleRequest { public: + static const char* ascii_fingerprint; // = "907DEA796F2BA7AF76DC2566E75FAEE7"; + static const uint8_t binary_fingerprint[16]; // = {0x90,0x7D,0xEA,0x79,0x6F,0x2B,0xA7,0xAF,0x76,0xDC,0x25,0x66,0xE7,0x5F,0xAE,0xE7}; + GrantRevokeRoleRequest(const GrantRevokeRoleRequest&); GrantRevokeRoleRequest& operator=(const GrantRevokeRoleRequest&); GrantRevokeRoleRequest() : requestType((GrantRevokeType::type)0), roleName(), principalName(), principalType((PrincipalType::type)0), grantor(), grantorType((PrincipalType::type)0), grantOption(0) { @@ -1365,17 +1320,11 @@ class GrantRevokeRoleRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GrantRevokeRoleRequest& obj); }; void swap(GrantRevokeRoleRequest &a, GrantRevokeRoleRequest &b); -inline std::ostream& operator<<(std::ostream& out, const GrantRevokeRoleRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _GrantRevokeRoleResponse__isset { _GrantRevokeRoleResponse__isset() : success(false) {} bool success :1; @@ -1384,6 +1333,9 @@ typedef struct _GrantRevokeRoleResponse__isset { class GrantRevokeRoleResponse { public: + static const char* ascii_fingerprint; // = "BF054652DEF86253C2BEE7D947F167DD"; + static const uint8_t binary_fingerprint[16]; // = {0xBF,0x05,0x46,0x52,0xDE,0xF8,0x62,0x53,0xC2,0xBE,0xE7,0xD9,0x47,0xF1,0x67,0xDD}; + GrantRevokeRoleResponse(const GrantRevokeRoleResponse&); GrantRevokeRoleResponse& operator=(const GrantRevokeRoleResponse&); GrantRevokeRoleResponse() : success(0) { @@ -1413,17 +1365,11 @@ class GrantRevokeRoleResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GrantRevokeRoleResponse& obj); }; void swap(GrantRevokeRoleResponse &a, GrantRevokeRoleResponse &b); -inline std::ostream& operator<<(std::ostream& out, const GrantRevokeRoleResponse& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Database__isset { _Database__isset() : name(false), description(false), locationUri(false), parameters(false), privileges(false), ownerName(false), ownerType(false) {} bool name :1; @@ -1438,6 +1384,9 @@ typedef struct _Database__isset { class Database { public: + static const char* ascii_fingerprint; // = "553495CAE243A1C583D5C3DD990AED53"; + static const uint8_t binary_fingerprint[16]; // = {0x55,0x34,0x95,0xCA,0xE2,0x43,0xA1,0xC5,0x83,0xD5,0xC3,0xDD,0x99,0x0A,0xED,0x53}; + Database(const Database&); Database& operator=(const Database&); Database() : name(), description(), locationUri(), ownerName(), ownerType((PrincipalType::type)0) { @@ -1501,17 +1450,11 @@ class Database { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Database& obj); }; void swap(Database &a, Database &b); -inline std::ostream& operator<<(std::ostream& out, const Database& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _SerDeInfo__isset { _SerDeInfo__isset() : name(false), serializationLib(false), parameters(false) {} bool name :1; @@ -1522,6 +1465,9 @@ typedef struct _SerDeInfo__isset { class SerDeInfo { public: + static const char* ascii_fingerprint; // = "B1021C32A35A2AEFCD2F57A5424159A7"; + static const uint8_t binary_fingerprint[16]; // = {0xB1,0x02,0x1C,0x32,0xA3,0x5A,0x2A,0xEF,0xCD,0x2F,0x57,0xA5,0x42,0x41,0x59,0xA7}; + SerDeInfo(const SerDeInfo&); SerDeInfo& operator=(const SerDeInfo&); SerDeInfo() : name(), serializationLib() { @@ -1559,17 +1505,11 @@ class SerDeInfo { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const SerDeInfo& obj); }; void swap(SerDeInfo &a, SerDeInfo &b); -inline std::ostream& operator<<(std::ostream& out, const SerDeInfo& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Order__isset { _Order__isset() : col(false), order(false) {} bool col :1; @@ -1579,6 +1519,9 @@ typedef struct _Order__isset { class Order { public: + static const char* ascii_fingerprint; // = "EEBC915CE44901401D881E6091423036"; + static const uint8_t binary_fingerprint[16]; // = {0xEE,0xBC,0x91,0x5C,0xE4,0x49,0x01,0x40,0x1D,0x88,0x1E,0x60,0x91,0x42,0x30,0x36}; + Order(const Order&); Order& operator=(const Order&); Order() : col(), order(0) { @@ -1611,17 +1554,11 @@ class Order { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Order& obj); }; void swap(Order &a, Order &b); -inline std::ostream& operator<<(std::ostream& out, const Order& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _SkewedInfo__isset { _SkewedInfo__isset() : skewedColNames(false), skewedColValues(false), skewedColValueLocationMaps(false) {} bool skewedColNames :1; @@ -1632,6 +1569,9 @@ typedef struct _SkewedInfo__isset { class SkewedInfo { public: + static const char* ascii_fingerprint; // = "4BF2ED84BC3C3EB297A2AE2FA8427EB1"; + static const uint8_t binary_fingerprint[16]; // = {0x4B,0xF2,0xED,0x84,0xBC,0x3C,0x3E,0xB2,0x97,0xA2,0xAE,0x2F,0xA8,0x42,0x7E,0xB1}; + SkewedInfo(const SkewedInfo&); SkewedInfo& operator=(const SkewedInfo&); SkewedInfo() { @@ -1669,17 +1609,11 @@ class SkewedInfo { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const SkewedInfo& obj); }; void swap(SkewedInfo &a, SkewedInfo &b); -inline std::ostream& operator<<(std::ostream& out, const SkewedInfo& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _StorageDescriptor__isset { _StorageDescriptor__isset() : cols(false), location(false), inputFormat(false), outputFormat(false), compressed(false), numBuckets(false), serdeInfo(false), bucketCols(false), sortCols(false), parameters(false), skewedInfo(false), storedAsSubDirectories(false) {} bool cols :1; @@ -1699,6 +1633,9 @@ typedef struct _StorageDescriptor__isset { class StorageDescriptor { public: + static const char* ascii_fingerprint; // = "CA8C9AA5FE4C32643757D8639CEF0CD7"; + static const uint8_t binary_fingerprint[16]; // = {0xCA,0x8C,0x9A,0xA5,0xFE,0x4C,0x32,0x64,0x37,0x57,0xD8,0x63,0x9C,0xEF,0x0C,0xD7}; + StorageDescriptor(const StorageDescriptor&); StorageDescriptor& operator=(const StorageDescriptor&); StorageDescriptor() : location(), inputFormat(), outputFormat(), compressed(0), numBuckets(0), storedAsSubDirectories(0) { @@ -1785,17 +1722,11 @@ class StorageDescriptor { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const StorageDescriptor& obj); }; void swap(StorageDescriptor &a, StorageDescriptor &b); -inline std::ostream& operator<<(std::ostream& out, const StorageDescriptor& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Table__isset { _Table__isset() : tableName(false), dbName(false), owner(false), createTime(false), lastAccessTime(false), retention(false), sd(false), partitionKeys(false), parameters(false), viewOriginalText(false), viewExpandedText(false), tableType(false), privileges(false), temporary(true) {} bool tableName :1; @@ -1817,6 +1748,9 @@ typedef struct _Table__isset { class Table { public: + static const char* ascii_fingerprint; // = "29EFB2A5970EF572039E5D94CC78AA85"; + static const uint8_t binary_fingerprint[16]; // = {0x29,0xEF,0xB2,0xA5,0x97,0x0E,0xF5,0x72,0x03,0x9E,0x5D,0x94,0xCC,0x78,0xAA,0x85}; + Table(const Table&); Table& operator=(const Table&); Table() : tableName(), dbName(), owner(), createTime(0), lastAccessTime(0), retention(0), viewOriginalText(), viewExpandedText(), tableType(), temporary(false) { @@ -1913,17 +1847,11 @@ class Table { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Table& obj); }; void swap(Table &a, Table &b); -inline std::ostream& operator<<(std::ostream& out, const Table& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Partition__isset { _Partition__isset() : values(false), dbName(false), tableName(false), createTime(false), lastAccessTime(false), sd(false), parameters(false), privileges(false) {} bool values :1; @@ -1939,6 +1867,9 @@ typedef struct _Partition__isset { class Partition { public: + static const char* ascii_fingerprint; // = "31A52241B88A426C34087FE38343FF51"; + static const uint8_t binary_fingerprint[16]; // = {0x31,0xA5,0x22,0x41,0xB8,0x8A,0x42,0x6C,0x34,0x08,0x7F,0xE3,0x83,0x43,0xFF,0x51}; + Partition(const Partition&); Partition& operator=(const Partition&); Partition() : dbName(), tableName(), createTime(0), lastAccessTime(0) { @@ -2003,17 +1934,11 @@ class Partition { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Partition& obj); }; void swap(Partition &a, Partition &b); -inline std::ostream& operator<<(std::ostream& out, const Partition& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _PartitionWithoutSD__isset { _PartitionWithoutSD__isset() : values(false), createTime(false), lastAccessTime(false), relativePath(false), parameters(false), privileges(false) {} bool values :1; @@ -2027,6 +1952,9 @@ typedef struct _PartitionWithoutSD__isset { class PartitionWithoutSD { public: + static const char* ascii_fingerprint; // = "D79FA44499888D0E50B5625E0C536DEA"; + static const uint8_t binary_fingerprint[16]; // = {0xD7,0x9F,0xA4,0x44,0x99,0x88,0x8D,0x0E,0x50,0xB5,0x62,0x5E,0x0C,0x53,0x6D,0xEA}; + PartitionWithoutSD(const PartitionWithoutSD&); PartitionWithoutSD& operator=(const PartitionWithoutSD&); PartitionWithoutSD() : createTime(0), lastAccessTime(0), relativePath() { @@ -2081,17 +2009,11 @@ class PartitionWithoutSD { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PartitionWithoutSD& obj); }; void swap(PartitionWithoutSD &a, PartitionWithoutSD &b); -inline std::ostream& operator<<(std::ostream& out, const PartitionWithoutSD& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _PartitionSpecWithSharedSD__isset { _PartitionSpecWithSharedSD__isset() : partitions(false), sd(false) {} bool partitions :1; @@ -2101,6 +2023,9 @@ typedef struct _PartitionSpecWithSharedSD__isset { class PartitionSpecWithSharedSD { public: + static const char* ascii_fingerprint; // = "7BEE9305B42DCD083FF06BEE6DDC61CF"; + static const uint8_t binary_fingerprint[16]; // = {0x7B,0xEE,0x93,0x05,0xB4,0x2D,0xCD,0x08,0x3F,0xF0,0x6B,0xEE,0x6D,0xDC,0x61,0xCF}; + PartitionSpecWithSharedSD(const PartitionSpecWithSharedSD&); PartitionSpecWithSharedSD& operator=(const PartitionSpecWithSharedSD&); PartitionSpecWithSharedSD() { @@ -2133,17 +2058,11 @@ class PartitionSpecWithSharedSD { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PartitionSpecWithSharedSD& obj); }; void swap(PartitionSpecWithSharedSD &a, PartitionSpecWithSharedSD &b); -inline std::ostream& operator<<(std::ostream& out, const PartitionSpecWithSharedSD& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _PartitionListComposingSpec__isset { _PartitionListComposingSpec__isset() : partitions(false) {} bool partitions :1; @@ -2152,6 +2071,9 @@ typedef struct _PartitionListComposingSpec__isset { class PartitionListComposingSpec { public: + static const char* ascii_fingerprint; // = "A048235CB9A257C8A74E3691BEFE0674"; + static const uint8_t binary_fingerprint[16]; // = {0xA0,0x48,0x23,0x5C,0xB9,0xA2,0x57,0xC8,0xA7,0x4E,0x36,0x91,0xBE,0xFE,0x06,0x74}; + PartitionListComposingSpec(const PartitionListComposingSpec&); PartitionListComposingSpec& operator=(const PartitionListComposingSpec&); PartitionListComposingSpec() { @@ -2179,17 +2101,11 @@ class PartitionListComposingSpec { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PartitionListComposingSpec& obj); }; void swap(PartitionListComposingSpec &a, PartitionListComposingSpec &b); -inline std::ostream& operator<<(std::ostream& out, const PartitionListComposingSpec& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _PartitionSpec__isset { _PartitionSpec__isset() : dbName(false), tableName(false), rootPath(false), sharedSDPartitionSpec(false), partitionList(false) {} bool dbName :1; @@ -2202,6 +2118,9 @@ typedef struct _PartitionSpec__isset { class PartitionSpec { public: + static const char* ascii_fingerprint; // = "C3F548C24D072CF6422F25096143E3E8"; + static const uint8_t binary_fingerprint[16]; // = {0xC3,0xF5,0x48,0xC2,0x4D,0x07,0x2C,0xF6,0x42,0x2F,0x25,0x09,0x61,0x43,0xE3,0xE8}; + PartitionSpec(const PartitionSpec&); PartitionSpec& operator=(const PartitionSpec&); PartitionSpec() : dbName(), tableName(), rootPath() { @@ -2253,17 +2172,11 @@ class PartitionSpec { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PartitionSpec& obj); }; void swap(PartitionSpec &a, PartitionSpec &b); -inline std::ostream& operator<<(std::ostream& out, const PartitionSpec& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Index__isset { _Index__isset() : indexName(false), indexHandlerClass(false), dbName(false), origTableName(false), createTime(false), lastAccessTime(false), indexTableName(false), sd(false), parameters(false), deferredRebuild(false) {} bool indexName :1; @@ -2281,6 +2194,9 @@ typedef struct _Index__isset { class Index { public: + static const char* ascii_fingerprint; // = "09EEF655216AC81802850988D6C470A6"; + static const uint8_t binary_fingerprint[16]; // = {0x09,0xEE,0xF6,0x55,0x21,0x6A,0xC8,0x18,0x02,0x85,0x09,0x88,0xD6,0xC4,0x70,0xA6}; + Index(const Index&); Index& operator=(const Index&); Index() : indexName(), indexHandlerClass(), dbName(), origTableName(), createTime(0), lastAccessTime(0), indexTableName(), deferredRebuild(0) { @@ -2353,21 +2269,18 @@ class Index { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Index& obj); }; void swap(Index &a, Index &b); -inline std::ostream& operator<<(std::ostream& out, const Index& obj) -{ - obj.printTo(out); - return out; -} - class BooleanColumnStatsData { public: + static const char* ascii_fingerprint; // = "EA2D65F1E0BB78760205682082304B41"; + static const uint8_t binary_fingerprint[16]; // = {0xEA,0x2D,0x65,0xF1,0xE0,0xBB,0x78,0x76,0x02,0x05,0x68,0x20,0x82,0x30,0x4B,0x41}; + BooleanColumnStatsData(const BooleanColumnStatsData&); BooleanColumnStatsData& operator=(const BooleanColumnStatsData&); BooleanColumnStatsData() : numTrues(0), numFalses(0), numNulls(0) { @@ -2403,17 +2316,11 @@ class BooleanColumnStatsData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const BooleanColumnStatsData& obj); }; void swap(BooleanColumnStatsData &a, BooleanColumnStatsData &b); -inline std::ostream& operator<<(std::ostream& out, const BooleanColumnStatsData& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _DoubleColumnStatsData__isset { _DoubleColumnStatsData__isset() : lowValue(false), highValue(false) {} bool lowValue :1; @@ -2423,6 +2330,9 @@ typedef struct _DoubleColumnStatsData__isset { class DoubleColumnStatsData { public: + static const char* ascii_fingerprint; // = "DA7C011321D74C48396AA002E61A0CBB"; + static const uint8_t binary_fingerprint[16]; // = {0xDA,0x7C,0x01,0x13,0x21,0xD7,0x4C,0x48,0x39,0x6A,0xA0,0x02,0xE6,0x1A,0x0C,0xBB}; + DoubleColumnStatsData(const DoubleColumnStatsData&); DoubleColumnStatsData& operator=(const DoubleColumnStatsData&); DoubleColumnStatsData() : lowValue(0), highValue(0), numNulls(0), numDVs(0) { @@ -2469,17 +2379,11 @@ class DoubleColumnStatsData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const DoubleColumnStatsData& obj); }; void swap(DoubleColumnStatsData &a, DoubleColumnStatsData &b); -inline std::ostream& operator<<(std::ostream& out, const DoubleColumnStatsData& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _LongColumnStatsData__isset { _LongColumnStatsData__isset() : lowValue(false), highValue(false) {} bool lowValue :1; @@ -2489,6 +2393,9 @@ typedef struct _LongColumnStatsData__isset { class LongColumnStatsData { public: + static const char* ascii_fingerprint; // = "E685FC220B24E3B8B93604790DCB9AEA"; + static const uint8_t binary_fingerprint[16]; // = {0xE6,0x85,0xFC,0x22,0x0B,0x24,0xE3,0xB8,0xB9,0x36,0x04,0x79,0x0D,0xCB,0x9A,0xEA}; + LongColumnStatsData(const LongColumnStatsData&); LongColumnStatsData& operator=(const LongColumnStatsData&); LongColumnStatsData() : lowValue(0), highValue(0), numNulls(0), numDVs(0) { @@ -2535,21 +2442,18 @@ class LongColumnStatsData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const LongColumnStatsData& obj); }; void swap(LongColumnStatsData &a, LongColumnStatsData &b); -inline std::ostream& operator<<(std::ostream& out, const LongColumnStatsData& obj) -{ - obj.printTo(out); - return out; -} - class StringColumnStatsData { public: + static const char* ascii_fingerprint; // = "D017B08C3DF12C3AB98788B2E67DAAB3"; + static const uint8_t binary_fingerprint[16]; // = {0xD0,0x17,0xB0,0x8C,0x3D,0xF1,0x2C,0x3A,0xB9,0x87,0x88,0xB2,0xE6,0x7D,0xAA,0xB3}; + StringColumnStatsData(const StringColumnStatsData&); StringColumnStatsData& operator=(const StringColumnStatsData&); StringColumnStatsData() : maxColLen(0), avgColLen(0), numNulls(0), numDVs(0) { @@ -2590,21 +2494,18 @@ class StringColumnStatsData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const StringColumnStatsData& obj); }; void swap(StringColumnStatsData &a, StringColumnStatsData &b); -inline std::ostream& operator<<(std::ostream& out, const StringColumnStatsData& obj) -{ - obj.printTo(out); - return out; -} - class BinaryColumnStatsData { public: + static const char* ascii_fingerprint; // = "22B0CB67183FCDB945892B9974518D06"; + static const uint8_t binary_fingerprint[16]; // = {0x22,0xB0,0xCB,0x67,0x18,0x3F,0xCD,0xB9,0x45,0x89,0x2B,0x99,0x74,0x51,0x8D,0x06}; + BinaryColumnStatsData(const BinaryColumnStatsData&); BinaryColumnStatsData& operator=(const BinaryColumnStatsData&); BinaryColumnStatsData() : maxColLen(0), avgColLen(0), numNulls(0) { @@ -2640,21 +2541,18 @@ class BinaryColumnStatsData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const BinaryColumnStatsData& obj); }; void swap(BinaryColumnStatsData &a, BinaryColumnStatsData &b); -inline std::ostream& operator<<(std::ostream& out, const BinaryColumnStatsData& obj) -{ - obj.printTo(out); - return out; -} - class Decimal { public: + static const char* ascii_fingerprint; // = "C4DDF6759F9B17C5C380806CE743DE8E"; + static const uint8_t binary_fingerprint[16]; // = {0xC4,0xDD,0xF6,0x75,0x9F,0x9B,0x17,0xC5,0xC3,0x80,0x80,0x6C,0xE7,0x43,0xDE,0x8E}; + Decimal(const Decimal&); Decimal& operator=(const Decimal&); Decimal() : unscaled(), scale(0) { @@ -2685,17 +2583,11 @@ class Decimal { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Decimal& obj); }; void swap(Decimal &a, Decimal &b); -inline std::ostream& operator<<(std::ostream& out, const Decimal& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _DecimalColumnStatsData__isset { _DecimalColumnStatsData__isset() : lowValue(false), highValue(false) {} bool lowValue :1; @@ -2705,6 +2597,9 @@ typedef struct _DecimalColumnStatsData__isset { class DecimalColumnStatsData { public: + static const char* ascii_fingerprint; // = "B6D47E7A28922BFA93FE05E9F1B04748"; + static const uint8_t binary_fingerprint[16]; // = {0xB6,0xD4,0x7E,0x7A,0x28,0x92,0x2B,0xFA,0x93,0xFE,0x05,0xE9,0xF1,0xB0,0x47,0x48}; + DecimalColumnStatsData(const DecimalColumnStatsData&); DecimalColumnStatsData& operator=(const DecimalColumnStatsData&); DecimalColumnStatsData() : numNulls(0), numDVs(0) { @@ -2751,21 +2646,18 @@ class DecimalColumnStatsData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const DecimalColumnStatsData& obj); }; void swap(DecimalColumnStatsData &a, DecimalColumnStatsData &b); -inline std::ostream& operator<<(std::ostream& out, const DecimalColumnStatsData& obj) -{ - obj.printTo(out); - return out; -} - class Date { public: + static const char* ascii_fingerprint; // = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; + static const uint8_t binary_fingerprint[16]; // = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + Date(const Date&); Date& operator=(const Date&); Date() : daysSinceEpoch(0) { @@ -2791,17 +2683,11 @@ class Date { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Date& obj); }; void swap(Date &a, Date &b); -inline std::ostream& operator<<(std::ostream& out, const Date& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _DateColumnStatsData__isset { _DateColumnStatsData__isset() : lowValue(false), highValue(false) {} bool lowValue :1; @@ -2811,6 +2697,9 @@ typedef struct _DateColumnStatsData__isset { class DateColumnStatsData { public: + static const char* ascii_fingerprint; // = "D0719F3BBA8248297BB5287552897F59"; + static const uint8_t binary_fingerprint[16]; // = {0xD0,0x71,0x9F,0x3B,0xBA,0x82,0x48,0x29,0x7B,0xB5,0x28,0x75,0x52,0x89,0x7F,0x59}; + DateColumnStatsData(const DateColumnStatsData&); DateColumnStatsData& operator=(const DateColumnStatsData&); DateColumnStatsData() : numNulls(0), numDVs(0) { @@ -2857,17 +2746,11 @@ class DateColumnStatsData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const DateColumnStatsData& obj); }; void swap(DateColumnStatsData &a, DateColumnStatsData &b); -inline std::ostream& operator<<(std::ostream& out, const DateColumnStatsData& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _ColumnStatisticsData__isset { _ColumnStatisticsData__isset() : booleanStats(false), longStats(false), doubleStats(false), stringStats(false), binaryStats(false), decimalStats(false), dateStats(false) {} bool booleanStats :1; @@ -2882,6 +2765,9 @@ typedef struct _ColumnStatisticsData__isset { class ColumnStatisticsData { public: + static const char* ascii_fingerprint; // = "15E449CA15A23E37F2D54C31ACA52106"; + static const uint8_t binary_fingerprint[16]; // = {0x15,0xE4,0x49,0xCA,0x15,0xA2,0x3E,0x37,0xF2,0xD5,0x4C,0x31,0xAC,0xA5,0x21,0x06}; + ColumnStatisticsData(const ColumnStatisticsData&); ColumnStatisticsData& operator=(const ColumnStatisticsData&); ColumnStatisticsData() { @@ -2939,21 +2825,18 @@ class ColumnStatisticsData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ColumnStatisticsData& obj); }; void swap(ColumnStatisticsData &a, ColumnStatisticsData &b); -inline std::ostream& operator<<(std::ostream& out, const ColumnStatisticsData& obj) -{ - obj.printTo(out); - return out; -} - class ColumnStatisticsObj { public: + static const char* ascii_fingerprint; // = "A82BA819C9FFEDDEBC0D50F6F4E46534"; + static const uint8_t binary_fingerprint[16]; // = {0xA8,0x2B,0xA8,0x19,0xC9,0xFF,0xED,0xDE,0xBC,0x0D,0x50,0xF6,0xF4,0xE4,0x65,0x34}; + ColumnStatisticsObj(const ColumnStatisticsObj&); ColumnStatisticsObj& operator=(const ColumnStatisticsObj&); ColumnStatisticsObj() : colName(), colType() { @@ -2989,17 +2872,11 @@ class ColumnStatisticsObj { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ColumnStatisticsObj& obj); }; void swap(ColumnStatisticsObj &a, ColumnStatisticsObj &b); -inline std::ostream& operator<<(std::ostream& out, const ColumnStatisticsObj& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _ColumnStatisticsDesc__isset { _ColumnStatisticsDesc__isset() : partName(false), lastAnalyzed(false) {} bool partName :1; @@ -3009,6 +2886,9 @@ typedef struct _ColumnStatisticsDesc__isset { class ColumnStatisticsDesc { public: + static const char* ascii_fingerprint; // = "261759FF6F8FAB53F941453007FE18CB"; + static const uint8_t binary_fingerprint[16]; // = {0x26,0x17,0x59,0xFF,0x6F,0x8F,0xAB,0x53,0xF9,0x41,0x45,0x30,0x07,0xFE,0x18,0xCB}; + ColumnStatisticsDesc(const ColumnStatisticsDesc&); ColumnStatisticsDesc& operator=(const ColumnStatisticsDesc&); ColumnStatisticsDesc() : isTblLevel(0), dbName(), tableName(), partName(), lastAnalyzed(0) { @@ -3060,21 +2940,18 @@ class ColumnStatisticsDesc { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ColumnStatisticsDesc& obj); }; void swap(ColumnStatisticsDesc &a, ColumnStatisticsDesc &b); -inline std::ostream& operator<<(std::ostream& out, const ColumnStatisticsDesc& obj) -{ - obj.printTo(out); - return out; -} - class ColumnStatistics { public: + static const char* ascii_fingerprint; // = "8A64D0A67FFD3A372726A320B3913D5A"; + static const uint8_t binary_fingerprint[16]; // = {0x8A,0x64,0xD0,0xA6,0x7F,0xFD,0x3A,0x37,0x27,0x26,0xA3,0x20,0xB3,0x91,0x3D,0x5A}; + ColumnStatistics(const ColumnStatistics&); ColumnStatistics& operator=(const ColumnStatistics&); ColumnStatistics() { @@ -3105,21 +2982,18 @@ class ColumnStatistics { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ColumnStatistics& obj); }; void swap(ColumnStatistics &a, ColumnStatistics &b); -inline std::ostream& operator<<(std::ostream& out, const ColumnStatistics& obj) -{ - obj.printTo(out); - return out; -} - class AggrStats { public: + static const char* ascii_fingerprint; // = "1FC765A3AB2954591C14B0D946778213"; + static const uint8_t binary_fingerprint[16]; // = {0x1F,0xC7,0x65,0xA3,0xAB,0x29,0x54,0x59,0x1C,0x14,0xB0,0xD9,0x46,0x77,0x82,0x13}; + AggrStats(const AggrStats&); AggrStats& operator=(const AggrStats&); AggrStats() : partsFound(0) { @@ -3150,21 +3024,18 @@ class AggrStats { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const AggrStats& obj); }; void swap(AggrStats &a, AggrStats &b); -inline std::ostream& operator<<(std::ostream& out, const AggrStats& obj) -{ - obj.printTo(out); - return out; -} - class SetPartitionsStatsRequest { public: + static const char* ascii_fingerprint; // = "8BCBF2CE9E942D0FB7D8F4ED57D8DC27"; + static const uint8_t binary_fingerprint[16]; // = {0x8B,0xCB,0xF2,0xCE,0x9E,0x94,0x2D,0x0F,0xB7,0xD8,0xF4,0xED,0x57,0xD8,0xDC,0x27}; + SetPartitionsStatsRequest(const SetPartitionsStatsRequest&); SetPartitionsStatsRequest& operator=(const SetPartitionsStatsRequest&); SetPartitionsStatsRequest() { @@ -3190,17 +3061,11 @@ class SetPartitionsStatsRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const SetPartitionsStatsRequest& obj); }; void swap(SetPartitionsStatsRequest &a, SetPartitionsStatsRequest &b); -inline std::ostream& operator<<(std::ostream& out, const SetPartitionsStatsRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Schema__isset { _Schema__isset() : fieldSchemas(false), properties(false) {} bool fieldSchemas :1; @@ -3210,6 +3075,9 @@ typedef struct _Schema__isset { class Schema { public: + static const char* ascii_fingerprint; // = "5CFEE46C975F4E2368D905109B8E3B5B"; + static const uint8_t binary_fingerprint[16]; // = {0x5C,0xFE,0xE4,0x6C,0x97,0x5F,0x4E,0x23,0x68,0xD9,0x05,0x10,0x9B,0x8E,0x3B,0x5B}; + Schema(const Schema&); Schema& operator=(const Schema&); Schema() { @@ -3242,17 +3110,11 @@ class Schema { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Schema& obj); }; void swap(Schema &a, Schema &b); -inline std::ostream& operator<<(std::ostream& out, const Schema& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _EnvironmentContext__isset { _EnvironmentContext__isset() : properties(false) {} bool properties :1; @@ -3261,6 +3123,9 @@ typedef struct _EnvironmentContext__isset { class EnvironmentContext { public: + static const char* ascii_fingerprint; // = "5EA2D527ECA3BA20C77AFC023EE8C05F"; + static const uint8_t binary_fingerprint[16]; // = {0x5E,0xA2,0xD5,0x27,0xEC,0xA3,0xBA,0x20,0xC7,0x7A,0xFC,0x02,0x3E,0xE8,0xC0,0x5F}; + EnvironmentContext(const EnvironmentContext&); EnvironmentContext& operator=(const EnvironmentContext&); EnvironmentContext() { @@ -3288,21 +3153,18 @@ class EnvironmentContext { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const EnvironmentContext& obj); }; void swap(EnvironmentContext &a, EnvironmentContext &b); -inline std::ostream& operator<<(std::ostream& out, const EnvironmentContext& obj) -{ - obj.printTo(out); - return out; -} - class PartitionsByExprResult { public: + static const char* ascii_fingerprint; // = "40B789CC91B508FE36600A14E3F80425"; + static const uint8_t binary_fingerprint[16]; // = {0x40,0xB7,0x89,0xCC,0x91,0xB5,0x08,0xFE,0x36,0x60,0x0A,0x14,0xE3,0xF8,0x04,0x25}; + PartitionsByExprResult(const PartitionsByExprResult&); PartitionsByExprResult& operator=(const PartitionsByExprResult&); PartitionsByExprResult() : hasUnknownPartitions(0) { @@ -3333,17 +3195,11 @@ class PartitionsByExprResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PartitionsByExprResult& obj); }; void swap(PartitionsByExprResult &a, PartitionsByExprResult &b); -inline std::ostream& operator<<(std::ostream& out, const PartitionsByExprResult& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _PartitionsByExprRequest__isset { _PartitionsByExprRequest__isset() : defaultPartitionName(false), maxParts(true) {} bool defaultPartitionName :1; @@ -3353,6 +3209,9 @@ typedef struct _PartitionsByExprRequest__isset { class PartitionsByExprRequest { public: + static const char* ascii_fingerprint; // = "835944417A026FE6ABD0DF5A35BF52C5"; + static const uint8_t binary_fingerprint[16]; // = {0x83,0x59,0x44,0x41,0x7A,0x02,0x6F,0xE6,0xAB,0xD0,0xDF,0x5A,0x35,0xBF,0x52,0xC5}; + PartitionsByExprRequest(const PartitionsByExprRequest&); PartitionsByExprRequest& operator=(const PartitionsByExprRequest&); PartitionsByExprRequest() : dbName(), tblName(), expr(), defaultPartitionName(), maxParts(-1) { @@ -3404,21 +3263,18 @@ class PartitionsByExprRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PartitionsByExprRequest& obj); }; void swap(PartitionsByExprRequest &a, PartitionsByExprRequest &b); -inline std::ostream& operator<<(std::ostream& out, const PartitionsByExprRequest& obj) -{ - obj.printTo(out); - return out; -} - class TableStatsResult { public: + static const char* ascii_fingerprint; // = "2E398BAC949C93A194F1A19CA5074FF8"; + static const uint8_t binary_fingerprint[16]; // = {0x2E,0x39,0x8B,0xAC,0x94,0x9C,0x93,0xA1,0x94,0xF1,0xA1,0x9C,0xA5,0x07,0x4F,0xF8}; + TableStatsResult(const TableStatsResult&); TableStatsResult& operator=(const TableStatsResult&); TableStatsResult() { @@ -3444,21 +3300,18 @@ class TableStatsResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TableStatsResult& obj); }; void swap(TableStatsResult &a, TableStatsResult &b); -inline std::ostream& operator<<(std::ostream& out, const TableStatsResult& obj) -{ - obj.printTo(out); - return out; -} - class PartitionsStatsResult { public: + static const char* ascii_fingerprint; // = "DD38B4AA7D02E288659AA12CBAAEF33B"; + static const uint8_t binary_fingerprint[16]; // = {0xDD,0x38,0xB4,0xAA,0x7D,0x02,0xE2,0x88,0x65,0x9A,0xA1,0x2C,0xBA,0xAE,0xF3,0x3B}; + PartitionsStatsResult(const PartitionsStatsResult&); PartitionsStatsResult& operator=(const PartitionsStatsResult&); PartitionsStatsResult() { @@ -3484,21 +3337,18 @@ class PartitionsStatsResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PartitionsStatsResult& obj); }; void swap(PartitionsStatsResult &a, PartitionsStatsResult &b); -inline std::ostream& operator<<(std::ostream& out, const PartitionsStatsResult& obj) -{ - obj.printTo(out); - return out; -} - class TableStatsRequest { public: + static const char* ascii_fingerprint; // = "8E2AD6401E83558ECFD6A13D74DD0A3F"; + static const uint8_t binary_fingerprint[16]; // = {0x8E,0x2A,0xD6,0x40,0x1E,0x83,0x55,0x8E,0xCF,0xD6,0xA1,0x3D,0x74,0xDD,0x0A,0x3F}; + TableStatsRequest(const TableStatsRequest&); TableStatsRequest& operator=(const TableStatsRequest&); TableStatsRequest() : dbName(), tblName() { @@ -3534,21 +3384,18 @@ class TableStatsRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TableStatsRequest& obj); }; void swap(TableStatsRequest &a, TableStatsRequest &b); -inline std::ostream& operator<<(std::ostream& out, const TableStatsRequest& obj) -{ - obj.printTo(out); - return out; -} - class PartitionsStatsRequest { public: + static const char* ascii_fingerprint; // = "5F51D90BC323BCE4B704B7D98EDA0BD4"; + static const uint8_t binary_fingerprint[16]; // = {0x5F,0x51,0xD9,0x0B,0xC3,0x23,0xBC,0xE4,0xB7,0x04,0xB7,0xD9,0x8E,0xDA,0x0B,0xD4}; + PartitionsStatsRequest(const PartitionsStatsRequest&); PartitionsStatsRequest& operator=(const PartitionsStatsRequest&); PartitionsStatsRequest() : dbName(), tblName() { @@ -3589,17 +3436,11 @@ class PartitionsStatsRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PartitionsStatsRequest& obj); }; void swap(PartitionsStatsRequest &a, PartitionsStatsRequest &b); -inline std::ostream& operator<<(std::ostream& out, const PartitionsStatsRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _AddPartitionsResult__isset { _AddPartitionsResult__isset() : partitions(false) {} bool partitions :1; @@ -3608,6 +3449,9 @@ typedef struct _AddPartitionsResult__isset { class AddPartitionsResult { public: + static const char* ascii_fingerprint; // = "5A689D0823E7BFBB60C799BA60065C31"; + static const uint8_t binary_fingerprint[16]; // = {0x5A,0x68,0x9D,0x08,0x23,0xE7,0xBF,0xBB,0x60,0xC7,0x99,0xBA,0x60,0x06,0x5C,0x31}; + AddPartitionsResult(const AddPartitionsResult&); AddPartitionsResult& operator=(const AddPartitionsResult&); AddPartitionsResult() { @@ -3637,17 +3481,11 @@ class AddPartitionsResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const AddPartitionsResult& obj); }; void swap(AddPartitionsResult &a, AddPartitionsResult &b); -inline std::ostream& operator<<(std::ostream& out, const AddPartitionsResult& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _AddPartitionsRequest__isset { _AddPartitionsRequest__isset() : needResult(true) {} bool needResult :1; @@ -3656,6 +3494,9 @@ typedef struct _AddPartitionsRequest__isset { class AddPartitionsRequest { public: + static const char* ascii_fingerprint; // = "94F938D035892CF6873DEDB99358F069"; + static const uint8_t binary_fingerprint[16]; // = {0x94,0xF9,0x38,0xD0,0x35,0x89,0x2C,0xF6,0x87,0x3D,0xED,0xB9,0x93,0x58,0xF0,0x69}; + AddPartitionsRequest(const AddPartitionsRequest&); AddPartitionsRequest& operator=(const AddPartitionsRequest&); AddPartitionsRequest() : dbName(), tblName(), ifNotExists(0), needResult(true) { @@ -3705,17 +3546,11 @@ class AddPartitionsRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const AddPartitionsRequest& obj); }; void swap(AddPartitionsRequest &a, AddPartitionsRequest &b); -inline std::ostream& operator<<(std::ostream& out, const AddPartitionsRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _DropPartitionsResult__isset { _DropPartitionsResult__isset() : partitions(false) {} bool partitions :1; @@ -3724,6 +3559,9 @@ typedef struct _DropPartitionsResult__isset { class DropPartitionsResult { public: + static const char* ascii_fingerprint; // = "5A689D0823E7BFBB60C799BA60065C31"; + static const uint8_t binary_fingerprint[16]; // = {0x5A,0x68,0x9D,0x08,0x23,0xE7,0xBF,0xBB,0x60,0xC7,0x99,0xBA,0x60,0x06,0x5C,0x31}; + DropPartitionsResult(const DropPartitionsResult&); DropPartitionsResult& operator=(const DropPartitionsResult&); DropPartitionsResult() { @@ -3753,17 +3591,11 @@ class DropPartitionsResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const DropPartitionsResult& obj); }; void swap(DropPartitionsResult &a, DropPartitionsResult &b); -inline std::ostream& operator<<(std::ostream& out, const DropPartitionsResult& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _DropPartitionsExpr__isset { _DropPartitionsExpr__isset() : partArchiveLevel(false) {} bool partArchiveLevel :1; @@ -3772,6 +3604,9 @@ typedef struct _DropPartitionsExpr__isset { class DropPartitionsExpr { public: + static const char* ascii_fingerprint; // = "18B162B1D15D8D46509D3911A9F1C2AA"; + static const uint8_t binary_fingerprint[16]; // = {0x18,0xB1,0x62,0xB1,0xD1,0x5D,0x8D,0x46,0x50,0x9D,0x39,0x11,0xA9,0xF1,0xC2,0xAA}; + DropPartitionsExpr(const DropPartitionsExpr&); DropPartitionsExpr& operator=(const DropPartitionsExpr&); DropPartitionsExpr() : expr(), partArchiveLevel(0) { @@ -3806,17 +3641,11 @@ class DropPartitionsExpr { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const DropPartitionsExpr& obj); }; void swap(DropPartitionsExpr &a, DropPartitionsExpr &b); -inline std::ostream& operator<<(std::ostream& out, const DropPartitionsExpr& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _RequestPartsSpec__isset { _RequestPartsSpec__isset() : names(false), exprs(false) {} bool names :1; @@ -3826,6 +3655,9 @@ typedef struct _RequestPartsSpec__isset { class RequestPartsSpec { public: + static const char* ascii_fingerprint; // = "864492ECAB27996CD222AACDA10C292E"; + static const uint8_t binary_fingerprint[16]; // = {0x86,0x44,0x92,0xEC,0xAB,0x27,0x99,0x6C,0xD2,0x22,0xAA,0xCD,0xA1,0x0C,0x29,0x2E}; + RequestPartsSpec(const RequestPartsSpec&); RequestPartsSpec& operator=(const RequestPartsSpec&); RequestPartsSpec() { @@ -3858,17 +3690,11 @@ class RequestPartsSpec { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const RequestPartsSpec& obj); }; void swap(RequestPartsSpec &a, RequestPartsSpec &b); -inline std::ostream& operator<<(std::ostream& out, const RequestPartsSpec& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _DropPartitionsRequest__isset { _DropPartitionsRequest__isset() : deleteData(false), ifExists(true), ignoreProtection(false), environmentContext(false), needResult(true) {} bool deleteData :1; @@ -3881,6 +3707,9 @@ typedef struct _DropPartitionsRequest__isset { class DropPartitionsRequest { public: + static const char* ascii_fingerprint; // = "EB263FBA01215C480A9A24C11D69E672"; + static const uint8_t binary_fingerprint[16]; // = {0xEB,0x26,0x3F,0xBA,0x01,0x21,0x5C,0x48,0x0A,0x9A,0x24,0xC1,0x1D,0x69,0xE6,0x72}; + DropPartitionsRequest(const DropPartitionsRequest&); DropPartitionsRequest& operator=(const DropPartitionsRequest&); DropPartitionsRequest() : dbName(), tblName(), deleteData(0), ifExists(true), ignoreProtection(0), needResult(true) { @@ -3953,17 +3782,11 @@ class DropPartitionsRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const DropPartitionsRequest& obj); }; void swap(DropPartitionsRequest &a, DropPartitionsRequest &b); -inline std::ostream& operator<<(std::ostream& out, const DropPartitionsRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _ResourceUri__isset { _ResourceUri__isset() : resourceType(false), uri(false) {} bool resourceType :1; @@ -3973,6 +3796,9 @@ typedef struct _ResourceUri__isset { class ResourceUri { public: + static const char* ascii_fingerprint; // = "19B5240589E680301A7E32DF3971EFBE"; + static const uint8_t binary_fingerprint[16]; // = {0x19,0xB5,0x24,0x05,0x89,0xE6,0x80,0x30,0x1A,0x7E,0x32,0xDF,0x39,0x71,0xEF,0xBE}; + ResourceUri(const ResourceUri&); ResourceUri& operator=(const ResourceUri&); ResourceUri() : resourceType((ResourceType::type)0), uri() { @@ -4005,17 +3831,11 @@ class ResourceUri { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ResourceUri& obj); }; void swap(ResourceUri &a, ResourceUri &b); -inline std::ostream& operator<<(std::ostream& out, const ResourceUri& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Function__isset { _Function__isset() : functionName(false), dbName(false), className(false), ownerName(false), ownerType(false), createTime(false), functionType(false), resourceUris(false) {} bool functionName :1; @@ -4031,6 +3851,9 @@ typedef struct _Function__isset { class Function { public: + static const char* ascii_fingerprint; // = "72279C515E70F888568542F97616ADB8"; + static const uint8_t binary_fingerprint[16]; // = {0x72,0x27,0x9C,0x51,0x5E,0x70,0xF8,0x88,0x56,0x85,0x42,0xF9,0x76,0x16,0xAD,0xB8}; + Function(const Function&); Function& operator=(const Function&); Function() : functionName(), dbName(), className(), ownerName(), ownerType((PrincipalType::type)0), createTime(0), functionType((FunctionType::type)0) { @@ -4093,21 +3916,18 @@ class Function { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Function& obj); }; void swap(Function &a, Function &b); -inline std::ostream& operator<<(std::ostream& out, const Function& obj) -{ - obj.printTo(out); - return out; -} - class TxnInfo { public: + static const char* ascii_fingerprint; // = "6C5C0773A901CCA3BE9D085B3B47A767"; + static const uint8_t binary_fingerprint[16]; // = {0x6C,0x5C,0x07,0x73,0xA9,0x01,0xCC,0xA3,0xBE,0x9D,0x08,0x5B,0x3B,0x47,0xA7,0x67}; + TxnInfo(const TxnInfo&); TxnInfo& operator=(const TxnInfo&); TxnInfo() : id(0), state((TxnState::type)0), user(), hostname() { @@ -4148,21 +3968,18 @@ class TxnInfo { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TxnInfo& obj); }; void swap(TxnInfo &a, TxnInfo &b); -inline std::ostream& operator<<(std::ostream& out, const TxnInfo& obj) -{ - obj.printTo(out); - return out; -} - class GetOpenTxnsInfoResponse { public: + static const char* ascii_fingerprint; // = "CCF769BBD33005B61F2079A6665E3B9C"; + static const uint8_t binary_fingerprint[16]; // = {0xCC,0xF7,0x69,0xBB,0xD3,0x30,0x05,0xB6,0x1F,0x20,0x79,0xA6,0x66,0x5E,0x3B,0x9C}; + GetOpenTxnsInfoResponse(const GetOpenTxnsInfoResponse&); GetOpenTxnsInfoResponse& operator=(const GetOpenTxnsInfoResponse&); GetOpenTxnsInfoResponse() : txn_high_water_mark(0) { @@ -4193,21 +4010,18 @@ class GetOpenTxnsInfoResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetOpenTxnsInfoResponse& obj); }; void swap(GetOpenTxnsInfoResponse &a, GetOpenTxnsInfoResponse &b); -inline std::ostream& operator<<(std::ostream& out, const GetOpenTxnsInfoResponse& obj) -{ - obj.printTo(out); - return out; -} - class GetOpenTxnsResponse { public: + static const char* ascii_fingerprint; // = "590531FF1BE8611678B255374F6109EE"; + static const uint8_t binary_fingerprint[16]; // = {0x59,0x05,0x31,0xFF,0x1B,0xE8,0x61,0x16,0x78,0xB2,0x55,0x37,0x4F,0x61,0x09,0xEE}; + GetOpenTxnsResponse(const GetOpenTxnsResponse&); GetOpenTxnsResponse& operator=(const GetOpenTxnsResponse&); GetOpenTxnsResponse() : txn_high_water_mark(0) { @@ -4238,21 +4052,18 @@ class GetOpenTxnsResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetOpenTxnsResponse& obj); }; void swap(GetOpenTxnsResponse &a, GetOpenTxnsResponse &b); -inline std::ostream& operator<<(std::ostream& out, const GetOpenTxnsResponse& obj) -{ - obj.printTo(out); - return out; -} - class OpenTxnRequest { public: + static const char* ascii_fingerprint; // = "3368C2F81F2FEF71F11EDACDB2A3ECEF"; + static const uint8_t binary_fingerprint[16]; // = {0x33,0x68,0xC2,0xF8,0x1F,0x2F,0xEF,0x71,0xF1,0x1E,0xDA,0xCD,0xB2,0xA3,0xEC,0xEF}; + OpenTxnRequest(const OpenTxnRequest&); OpenTxnRequest& operator=(const OpenTxnRequest&); OpenTxnRequest() : num_txns(0), user(), hostname() { @@ -4288,21 +4099,18 @@ class OpenTxnRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const OpenTxnRequest& obj); }; void swap(OpenTxnRequest &a, OpenTxnRequest &b); -inline std::ostream& operator<<(std::ostream& out, const OpenTxnRequest& obj) -{ - obj.printTo(out); - return out; -} - class OpenTxnsResponse { public: + static const char* ascii_fingerprint; // = "E49D7D1A9013CC81CD0F69D631EF82E4"; + static const uint8_t binary_fingerprint[16]; // = {0xE4,0x9D,0x7D,0x1A,0x90,0x13,0xCC,0x81,0xCD,0x0F,0x69,0xD6,0x31,0xEF,0x82,0xE4}; + OpenTxnsResponse(const OpenTxnsResponse&); OpenTxnsResponse& operator=(const OpenTxnsResponse&); OpenTxnsResponse() { @@ -4328,21 +4136,18 @@ class OpenTxnsResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const OpenTxnsResponse& obj); }; void swap(OpenTxnsResponse &a, OpenTxnsResponse &b); -inline std::ostream& operator<<(std::ostream& out, const OpenTxnsResponse& obj) -{ - obj.printTo(out); - return out; -} - class AbortTxnRequest { public: + static const char* ascii_fingerprint; // = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; + static const uint8_t binary_fingerprint[16]; // = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + AbortTxnRequest(const AbortTxnRequest&); AbortTxnRequest& operator=(const AbortTxnRequest&); AbortTxnRequest() : txnid(0) { @@ -4368,21 +4173,18 @@ class AbortTxnRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const AbortTxnRequest& obj); }; void swap(AbortTxnRequest &a, AbortTxnRequest &b); -inline std::ostream& operator<<(std::ostream& out, const AbortTxnRequest& obj) -{ - obj.printTo(out); - return out; -} - class CommitTxnRequest { public: + static const char* ascii_fingerprint; // = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; + static const uint8_t binary_fingerprint[16]; // = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + CommitTxnRequest(const CommitTxnRequest&); CommitTxnRequest& operator=(const CommitTxnRequest&); CommitTxnRequest() : txnid(0) { @@ -4408,17 +4210,11 @@ class CommitTxnRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const CommitTxnRequest& obj); }; void swap(CommitTxnRequest &a, CommitTxnRequest &b); -inline std::ostream& operator<<(std::ostream& out, const CommitTxnRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _LockComponent__isset { _LockComponent__isset() : tablename(false), partitionname(false) {} bool tablename :1; @@ -4428,6 +4224,9 @@ typedef struct _LockComponent__isset { class LockComponent { public: + static const char* ascii_fingerprint; // = "38B02531B0840AC9C72904A4649FD15F"; + static const uint8_t binary_fingerprint[16]; // = {0x38,0xB0,0x25,0x31,0xB0,0x84,0x0A,0xC9,0xC7,0x29,0x04,0xA4,0x64,0x9F,0xD1,0x5F}; + LockComponent(const LockComponent&); LockComponent& operator=(const LockComponent&); LockComponent() : type((LockType::type)0), level((LockLevel::type)0), dbname(), tablename(), partitionname() { @@ -4479,17 +4278,11 @@ class LockComponent { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const LockComponent& obj); }; void swap(LockComponent &a, LockComponent &b); -inline std::ostream& operator<<(std::ostream& out, const LockComponent& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _LockRequest__isset { _LockRequest__isset() : txnid(false) {} bool txnid :1; @@ -4498,6 +4291,9 @@ typedef struct _LockRequest__isset { class LockRequest { public: + static const char* ascii_fingerprint; // = "46BC5ED7196BC16CB216AD5CC67C6930"; + static const uint8_t binary_fingerprint[16]; // = {0x46,0xBC,0x5E,0xD7,0x19,0x6B,0xC1,0x6C,0xB2,0x16,0xAD,0x5C,0xC6,0x7C,0x69,0x30}; + LockRequest(const LockRequest&); LockRequest& operator=(const LockRequest&); LockRequest() : txnid(0), user(), hostname() { @@ -4542,21 +4338,18 @@ class LockRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const LockRequest& obj); }; void swap(LockRequest &a, LockRequest &b); -inline std::ostream& operator<<(std::ostream& out, const LockRequest& obj) -{ - obj.printTo(out); - return out; -} - class LockResponse { public: + static const char* ascii_fingerprint; // = "DFA40D9D2884599F3D1E7A57578F1384"; + static const uint8_t binary_fingerprint[16]; // = {0xDF,0xA4,0x0D,0x9D,0x28,0x84,0x59,0x9F,0x3D,0x1E,0x7A,0x57,0x57,0x8F,0x13,0x84}; + LockResponse(const LockResponse&); LockResponse& operator=(const LockResponse&); LockResponse() : lockid(0), state((LockState::type)0) { @@ -4587,21 +4380,18 @@ class LockResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const LockResponse& obj); }; void swap(LockResponse &a, LockResponse &b); -inline std::ostream& operator<<(std::ostream& out, const LockResponse& obj) -{ - obj.printTo(out); - return out; -} - class CheckLockRequest { public: + static const char* ascii_fingerprint; // = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; + static const uint8_t binary_fingerprint[16]; // = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + CheckLockRequest(const CheckLockRequest&); CheckLockRequest& operator=(const CheckLockRequest&); CheckLockRequest() : lockid(0) { @@ -4627,21 +4417,18 @@ class CheckLockRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const CheckLockRequest& obj); }; void swap(CheckLockRequest &a, CheckLockRequest &b); -inline std::ostream& operator<<(std::ostream& out, const CheckLockRequest& obj) -{ - obj.printTo(out); - return out; -} - class UnlockRequest { public: + static const char* ascii_fingerprint; // = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; + static const uint8_t binary_fingerprint[16]; // = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + UnlockRequest(const UnlockRequest&); UnlockRequest& operator=(const UnlockRequest&); UnlockRequest() : lockid(0) { @@ -4667,21 +4454,18 @@ class UnlockRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const UnlockRequest& obj); }; void swap(UnlockRequest &a, UnlockRequest &b); -inline std::ostream& operator<<(std::ostream& out, const UnlockRequest& obj) -{ - obj.printTo(out); - return out; -} - class ShowLocksRequest { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ShowLocksRequest(const ShowLocksRequest&); ShowLocksRequest& operator=(const ShowLocksRequest&); ShowLocksRequest() { @@ -4702,17 +4486,11 @@ class ShowLocksRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ShowLocksRequest& obj); }; void swap(ShowLocksRequest &a, ShowLocksRequest &b); -inline std::ostream& operator<<(std::ostream& out, const ShowLocksRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _ShowLocksResponseElement__isset { _ShowLocksResponseElement__isset() : tablename(false), partname(false), txnid(false), acquiredat(false) {} bool tablename :1; @@ -4724,6 +4502,9 @@ typedef struct _ShowLocksResponseElement__isset { class ShowLocksResponseElement { public: + static const char* ascii_fingerprint; // = "5AD11F0E0EF1EE0A7C08B00FEFCFF24F"; + static const uint8_t binary_fingerprint[16]; // = {0x5A,0xD1,0x1F,0x0E,0x0E,0xF1,0xEE,0x0A,0x7C,0x08,0xB0,0x0F,0xEF,0xCF,0xF2,0x4F}; + ShowLocksResponseElement(const ShowLocksResponseElement&); ShowLocksResponseElement& operator=(const ShowLocksResponseElement&); ShowLocksResponseElement() : lockid(0), dbname(), tablename(), partname(), state((LockState::type)0), type((LockType::type)0), txnid(0), lastheartbeat(0), acquiredat(0), user(), hostname() { @@ -4809,17 +4590,11 @@ class ShowLocksResponseElement { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ShowLocksResponseElement& obj); }; void swap(ShowLocksResponseElement &a, ShowLocksResponseElement &b); -inline std::ostream& operator<<(std::ostream& out, const ShowLocksResponseElement& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _ShowLocksResponse__isset { _ShowLocksResponse__isset() : locks(false) {} bool locks :1; @@ -4828,6 +4603,9 @@ typedef struct _ShowLocksResponse__isset { class ShowLocksResponse { public: + static const char* ascii_fingerprint; // = "BD598AA60FE941361FB54C43973C011F"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0x59,0x8A,0xA6,0x0F,0xE9,0x41,0x36,0x1F,0xB5,0x4C,0x43,0x97,0x3C,0x01,0x1F}; + ShowLocksResponse(const ShowLocksResponse&); ShowLocksResponse& operator=(const ShowLocksResponse&); ShowLocksResponse() { @@ -4855,17 +4633,11 @@ class ShowLocksResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ShowLocksResponse& obj); }; void swap(ShowLocksResponse &a, ShowLocksResponse &b); -inline std::ostream& operator<<(std::ostream& out, const ShowLocksResponse& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _HeartbeatRequest__isset { _HeartbeatRequest__isset() : lockid(false), txnid(false) {} bool lockid :1; @@ -4875,6 +4647,9 @@ typedef struct _HeartbeatRequest__isset { class HeartbeatRequest { public: + static const char* ascii_fingerprint; // = "0354D07C94CB8542872CA1277008860A"; + static const uint8_t binary_fingerprint[16]; // = {0x03,0x54,0xD0,0x7C,0x94,0xCB,0x85,0x42,0x87,0x2C,0xA1,0x27,0x70,0x08,0x86,0x0A}; + HeartbeatRequest(const HeartbeatRequest&); HeartbeatRequest& operator=(const HeartbeatRequest&); HeartbeatRequest() : lockid(0), txnid(0) { @@ -4911,21 +4686,18 @@ class HeartbeatRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const HeartbeatRequest& obj); }; void swap(HeartbeatRequest &a, HeartbeatRequest &b); -inline std::ostream& operator<<(std::ostream& out, const HeartbeatRequest& obj) -{ - obj.printTo(out); - return out; -} - class HeartbeatTxnRangeRequest { public: + static const char* ascii_fingerprint; // = "F33135321253DAEB67B0E79E416CA831"; + static const uint8_t binary_fingerprint[16]; // = {0xF3,0x31,0x35,0x32,0x12,0x53,0xDA,0xEB,0x67,0xB0,0xE7,0x9E,0x41,0x6C,0xA8,0x31}; + HeartbeatTxnRangeRequest(const HeartbeatTxnRangeRequest&); HeartbeatTxnRangeRequest& operator=(const HeartbeatTxnRangeRequest&); HeartbeatTxnRangeRequest() : min(0), max(0) { @@ -4956,21 +4728,18 @@ class HeartbeatTxnRangeRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const HeartbeatTxnRangeRequest& obj); }; void swap(HeartbeatTxnRangeRequest &a, HeartbeatTxnRangeRequest &b); -inline std::ostream& operator<<(std::ostream& out, const HeartbeatTxnRangeRequest& obj) -{ - obj.printTo(out); - return out; -} - class HeartbeatTxnRangeResponse { public: + static const char* ascii_fingerprint; // = "33E49A70BD5C04262A0F407E3656E3CF"; + static const uint8_t binary_fingerprint[16]; // = {0x33,0xE4,0x9A,0x70,0xBD,0x5C,0x04,0x26,0x2A,0x0F,0x40,0x7E,0x36,0x56,0xE3,0xCF}; + HeartbeatTxnRangeResponse(const HeartbeatTxnRangeResponse&); HeartbeatTxnRangeResponse& operator=(const HeartbeatTxnRangeResponse&); HeartbeatTxnRangeResponse() { @@ -5001,17 +4770,11 @@ class HeartbeatTxnRangeResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const HeartbeatTxnRangeResponse& obj); }; void swap(HeartbeatTxnRangeResponse &a, HeartbeatTxnRangeResponse &b); -inline std::ostream& operator<<(std::ostream& out, const HeartbeatTxnRangeResponse& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _CompactionRequest__isset { _CompactionRequest__isset() : partitionname(false), runas(false) {} bool partitionname :1; @@ -5021,6 +4784,9 @@ typedef struct _CompactionRequest__isset { class CompactionRequest { public: + static const char* ascii_fingerprint; // = "899FD1F339D8318D628687CC2CE2864B"; + static const uint8_t binary_fingerprint[16]; // = {0x89,0x9F,0xD1,0xF3,0x39,0xD8,0x31,0x8D,0x62,0x86,0x87,0xCC,0x2C,0xE2,0x86,0x4B}; + CompactionRequest(const CompactionRequest&); CompactionRequest& operator=(const CompactionRequest&); CompactionRequest() : dbname(), tablename(), partitionname(), type((CompactionType::type)0), runas() { @@ -5072,21 +4838,18 @@ class CompactionRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const CompactionRequest& obj); }; void swap(CompactionRequest &a, CompactionRequest &b); -inline std::ostream& operator<<(std::ostream& out, const CompactionRequest& obj) -{ - obj.printTo(out); - return out; -} - class ShowCompactRequest { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ShowCompactRequest(const ShowCompactRequest&); ShowCompactRequest& operator=(const ShowCompactRequest&); ShowCompactRequest() { @@ -5107,17 +4870,11 @@ class ShowCompactRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ShowCompactRequest& obj); }; void swap(ShowCompactRequest &a, ShowCompactRequest &b); -inline std::ostream& operator<<(std::ostream& out, const ShowCompactRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _ShowCompactResponseElement__isset { _ShowCompactResponseElement__isset() : partitionname(false), workerid(false), start(false), runAs(false) {} bool partitionname :1; @@ -5129,6 +4886,9 @@ typedef struct _ShowCompactResponseElement__isset { class ShowCompactResponseElement { public: + static const char* ascii_fingerprint; // = "2F338C265DC4FD82DD13F4966FE43F13"; + static const uint8_t binary_fingerprint[16]; // = {0x2F,0x33,0x8C,0x26,0x5D,0xC4,0xFD,0x82,0xDD,0x13,0xF4,0x96,0x6F,0xE4,0x3F,0x13}; + ShowCompactResponseElement(const ShowCompactResponseElement&); ShowCompactResponseElement& operator=(const ShowCompactResponseElement&); ShowCompactResponseElement() : dbname(), tablename(), partitionname(), type((CompactionType::type)0), state(), workerid(), start(0), runAs() { @@ -5199,21 +4959,18 @@ class ShowCompactResponseElement { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ShowCompactResponseElement& obj); }; void swap(ShowCompactResponseElement &a, ShowCompactResponseElement &b); -inline std::ostream& operator<<(std::ostream& out, const ShowCompactResponseElement& obj) -{ - obj.printTo(out); - return out; -} - class ShowCompactResponse { public: + static const char* ascii_fingerprint; // = "915B7B8DB8966D65769C0F98707BBAE3"; + static const uint8_t binary_fingerprint[16]; // = {0x91,0x5B,0x7B,0x8D,0xB8,0x96,0x6D,0x65,0x76,0x9C,0x0F,0x98,0x70,0x7B,0xBA,0xE3}; + ShowCompactResponse(const ShowCompactResponse&); ShowCompactResponse& operator=(const ShowCompactResponse&); ShowCompactResponse() { @@ -5239,21 +4996,18 @@ class ShowCompactResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ShowCompactResponse& obj); }; void swap(ShowCompactResponse &a, ShowCompactResponse &b); -inline std::ostream& operator<<(std::ostream& out, const ShowCompactResponse& obj) -{ - obj.printTo(out); - return out; -} - class AddDynamicPartitions { public: + static const char* ascii_fingerprint; // = "A53A2B050DCCFE6A2158480A24E33898"; + static const uint8_t binary_fingerprint[16]; // = {0xA5,0x3A,0x2B,0x05,0x0D,0xCC,0xFE,0x6A,0x21,0x58,0x48,0x0A,0x24,0xE3,0x38,0x98}; + AddDynamicPartitions(const AddDynamicPartitions&); AddDynamicPartitions& operator=(const AddDynamicPartitions&); AddDynamicPartitions() : txnid(0), dbname(), tablename() { @@ -5294,17 +5048,11 @@ class AddDynamicPartitions { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const AddDynamicPartitions& obj); }; void swap(AddDynamicPartitions &a, AddDynamicPartitions &b); -inline std::ostream& operator<<(std::ostream& out, const AddDynamicPartitions& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _NotificationEventRequest__isset { _NotificationEventRequest__isset() : maxEvents(false) {} bool maxEvents :1; @@ -5313,6 +5061,9 @@ typedef struct _NotificationEventRequest__isset { class NotificationEventRequest { public: + static const char* ascii_fingerprint; // = "6E578DA8AB10EED824A75534350EBAEF"; + static const uint8_t binary_fingerprint[16]; // = {0x6E,0x57,0x8D,0xA8,0xAB,0x10,0xEE,0xD8,0x24,0xA7,0x55,0x34,0x35,0x0E,0xBA,0xEF}; + NotificationEventRequest(const NotificationEventRequest&); NotificationEventRequest& operator=(const NotificationEventRequest&); NotificationEventRequest() : lastEvent(0), maxEvents(0) { @@ -5347,17 +5098,11 @@ class NotificationEventRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const NotificationEventRequest& obj); }; void swap(NotificationEventRequest &a, NotificationEventRequest &b); -inline std::ostream& operator<<(std::ostream& out, const NotificationEventRequest& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _NotificationEvent__isset { _NotificationEvent__isset() : dbName(false), tableName(false) {} bool dbName :1; @@ -5367,6 +5112,9 @@ typedef struct _NotificationEvent__isset { class NotificationEvent { public: + static const char* ascii_fingerprint; // = "ACAF0036D9999F3A389F490F5E22D369"; + static const uint8_t binary_fingerprint[16]; // = {0xAC,0xAF,0x00,0x36,0xD9,0x99,0x9F,0x3A,0x38,0x9F,0x49,0x0F,0x5E,0x22,0xD3,0x69}; + NotificationEvent(const NotificationEvent&); NotificationEvent& operator=(const NotificationEvent&); NotificationEvent() : eventId(0), eventTime(0), eventType(), dbName(), tableName(), message() { @@ -5423,21 +5171,18 @@ class NotificationEvent { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const NotificationEvent& obj); }; void swap(NotificationEvent &a, NotificationEvent &b); -inline std::ostream& operator<<(std::ostream& out, const NotificationEvent& obj) -{ - obj.printTo(out); - return out; -} - class NotificationEventResponse { public: + static const char* ascii_fingerprint; // = "EE3DB23399639114BCD1782A0FB01818"; + static const uint8_t binary_fingerprint[16]; // = {0xEE,0x3D,0xB2,0x33,0x99,0x63,0x91,0x14,0xBC,0xD1,0x78,0x2A,0x0F,0xB0,0x18,0x18}; + NotificationEventResponse(const NotificationEventResponse&); NotificationEventResponse& operator=(const NotificationEventResponse&); NotificationEventResponse() { @@ -5463,21 +5208,18 @@ class NotificationEventResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const NotificationEventResponse& obj); }; void swap(NotificationEventResponse &a, NotificationEventResponse &b); -inline std::ostream& operator<<(std::ostream& out, const NotificationEventResponse& obj) -{ - obj.printTo(out); - return out; -} - class CurrentNotificationEventId { public: + static const char* ascii_fingerprint; // = "56A59CE7FFAF82BCA8A19FAACDE4FB75"; + static const uint8_t binary_fingerprint[16]; // = {0x56,0xA5,0x9C,0xE7,0xFF,0xAF,0x82,0xBC,0xA8,0xA1,0x9F,0xAA,0xCD,0xE4,0xFB,0x75}; + CurrentNotificationEventId(const CurrentNotificationEventId&); CurrentNotificationEventId& operator=(const CurrentNotificationEventId&); CurrentNotificationEventId() : eventId(0) { @@ -5503,21 +5245,18 @@ class CurrentNotificationEventId { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const CurrentNotificationEventId& obj); }; void swap(CurrentNotificationEventId &a, CurrentNotificationEventId &b); -inline std::ostream& operator<<(std::ostream& out, const CurrentNotificationEventId& obj) -{ - obj.printTo(out); - return out; -} - class InsertEventRequestData { public: + static const char* ascii_fingerprint; // = "ACE4F644F0FDD289DDC4EE5B83BC13C0"; + static const uint8_t binary_fingerprint[16]; // = {0xAC,0xE4,0xF6,0x44,0xF0,0xFD,0xD2,0x89,0xDD,0xC4,0xEE,0x5B,0x83,0xBC,0x13,0xC0}; + InsertEventRequestData(const InsertEventRequestData&); InsertEventRequestData& operator=(const InsertEventRequestData&); InsertEventRequestData() { @@ -5543,17 +5282,11 @@ class InsertEventRequestData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const InsertEventRequestData& obj); }; void swap(InsertEventRequestData &a, InsertEventRequestData &b); -inline std::ostream& operator<<(std::ostream& out, const InsertEventRequestData& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _FireEventRequestData__isset { _FireEventRequestData__isset() : insertData(false) {} bool insertData :1; @@ -5562,6 +5295,9 @@ typedef struct _FireEventRequestData__isset { class FireEventRequestData { public: + static const char* ascii_fingerprint; // = "187E754B26707EE32451E6A27FB672CE"; + static const uint8_t binary_fingerprint[16]; // = {0x18,0x7E,0x75,0x4B,0x26,0x70,0x7E,0xE3,0x24,0x51,0xE6,0xA2,0x7F,0xB6,0x72,0xCE}; + FireEventRequestData(const FireEventRequestData&); FireEventRequestData& operator=(const FireEventRequestData&); FireEventRequestData() { @@ -5589,17 +5325,11 @@ class FireEventRequestData { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const FireEventRequestData& obj); }; void swap(FireEventRequestData &a, FireEventRequestData &b); -inline std::ostream& operator<<(std::ostream& out, const FireEventRequestData& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _FireEventRequest__isset { _FireEventRequest__isset() : dbName(false), tableName(false), partitionVals(false) {} bool dbName :1; @@ -5610,6 +5340,9 @@ typedef struct _FireEventRequest__isset { class FireEventRequest { public: + static const char* ascii_fingerprint; // = "1BA3A7F00159254072C3979B1429B50B"; + static const uint8_t binary_fingerprint[16]; // = {0x1B,0xA3,0xA7,0xF0,0x01,0x59,0x25,0x40,0x72,0xC3,0x97,0x9B,0x14,0x29,0xB5,0x0B}; + FireEventRequest(const FireEventRequest&); FireEventRequest& operator=(const FireEventRequest&); FireEventRequest() : successful(0), dbName(), tableName() { @@ -5663,21 +5396,18 @@ class FireEventRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const FireEventRequest& obj); }; void swap(FireEventRequest &a, FireEventRequest &b); -inline std::ostream& operator<<(std::ostream& out, const FireEventRequest& obj) -{ - obj.printTo(out); - return out; -} - class FireEventResponse { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + FireEventResponse(const FireEventResponse&); FireEventResponse& operator=(const FireEventResponse&); FireEventResponse() { @@ -5698,17 +5428,11 @@ class FireEventResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const FireEventResponse& obj); }; void swap(FireEventResponse &a, FireEventResponse &b); -inline std::ostream& operator<<(std::ostream& out, const FireEventResponse& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _MetadataPpdResult__isset { _MetadataPpdResult__isset() : metadata(false), includeBitset(false) {} bool metadata :1; @@ -5718,6 +5442,9 @@ typedef struct _MetadataPpdResult__isset { class MetadataPpdResult { public: + static const char* ascii_fingerprint; // = "D0297FC5011701BD87898CC36146A565"; + static const uint8_t binary_fingerprint[16]; // = {0xD0,0x29,0x7F,0xC5,0x01,0x17,0x01,0xBD,0x87,0x89,0x8C,0xC3,0x61,0x46,0xA5,0x65}; + MetadataPpdResult(const MetadataPpdResult&); MetadataPpdResult& operator=(const MetadataPpdResult&); MetadataPpdResult() : metadata(), includeBitset() { @@ -5754,21 +5481,18 @@ class MetadataPpdResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const MetadataPpdResult& obj); }; void swap(MetadataPpdResult &a, MetadataPpdResult &b); -inline std::ostream& operator<<(std::ostream& out, const MetadataPpdResult& obj) -{ - obj.printTo(out); - return out; -} - class GetFileMetadataByExprResult { public: + static const char* ascii_fingerprint; // = "9927698B8A2D476882C8F24E9919B943"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x27,0x69,0x8B,0x8A,0x2D,0x47,0x68,0x82,0xC8,0xF2,0x4E,0x99,0x19,0xB9,0x43}; + GetFileMetadataByExprResult(const GetFileMetadataByExprResult&); GetFileMetadataByExprResult& operator=(const GetFileMetadataByExprResult&); GetFileMetadataByExprResult() : isSupported(0) { @@ -5799,17 +5523,11 @@ class GetFileMetadataByExprResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetFileMetadataByExprResult& obj); }; void swap(GetFileMetadataByExprResult &a, GetFileMetadataByExprResult &b); -inline std::ostream& operator<<(std::ostream& out, const GetFileMetadataByExprResult& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _GetFileMetadataByExprRequest__isset { _GetFileMetadataByExprRequest__isset() : doGetFooters(false), type(false) {} bool doGetFooters :1; @@ -5819,6 +5537,9 @@ typedef struct _GetFileMetadataByExprRequest__isset { class GetFileMetadataByExprRequest { public: + static const char* ascii_fingerprint; // = "0EC46840220832B58E8CCC6C1ABC857A"; + static const uint8_t binary_fingerprint[16]; // = {0x0E,0xC4,0x68,0x40,0x22,0x08,0x32,0xB5,0x8E,0x8C,0xCC,0x6C,0x1A,0xBC,0x85,0x7A}; + GetFileMetadataByExprRequest(const GetFileMetadataByExprRequest&); GetFileMetadataByExprRequest& operator=(const GetFileMetadataByExprRequest&); GetFileMetadataByExprRequest() : expr(), doGetFooters(0), type((FileMetadataExprType::type)0) { @@ -5865,21 +5586,18 @@ class GetFileMetadataByExprRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetFileMetadataByExprRequest& obj); }; void swap(GetFileMetadataByExprRequest &a, GetFileMetadataByExprRequest &b); -inline std::ostream& operator<<(std::ostream& out, const GetFileMetadataByExprRequest& obj) -{ - obj.printTo(out); - return out; -} - class GetFileMetadataResult { public: + static const char* ascii_fingerprint; // = "D18BCBD4BA945E7F6500F5CD95205706"; + static const uint8_t binary_fingerprint[16]; // = {0xD1,0x8B,0xCB,0xD4,0xBA,0x94,0x5E,0x7F,0x65,0x00,0xF5,0xCD,0x95,0x20,0x57,0x06}; + GetFileMetadataResult(const GetFileMetadataResult&); GetFileMetadataResult& operator=(const GetFileMetadataResult&); GetFileMetadataResult() : isSupported(0) { @@ -5910,21 +5628,18 @@ class GetFileMetadataResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetFileMetadataResult& obj); }; void swap(GetFileMetadataResult &a, GetFileMetadataResult &b); -inline std::ostream& operator<<(std::ostream& out, const GetFileMetadataResult& obj) -{ - obj.printTo(out); - return out; -} - class GetFileMetadataRequest { public: + static const char* ascii_fingerprint; // = "E49D7D1A9013CC81CD0F69D631EF82E4"; + static const uint8_t binary_fingerprint[16]; // = {0xE4,0x9D,0x7D,0x1A,0x90,0x13,0xCC,0x81,0xCD,0x0F,0x69,0xD6,0x31,0xEF,0x82,0xE4}; + GetFileMetadataRequest(const GetFileMetadataRequest&); GetFileMetadataRequest& operator=(const GetFileMetadataRequest&); GetFileMetadataRequest() { @@ -5950,21 +5665,18 @@ class GetFileMetadataRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetFileMetadataRequest& obj); }; void swap(GetFileMetadataRequest &a, GetFileMetadataRequest &b); -inline std::ostream& operator<<(std::ostream& out, const GetFileMetadataRequest& obj) -{ - obj.printTo(out); - return out; -} - class PutFileMetadataResult { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + PutFileMetadataResult(const PutFileMetadataResult&); PutFileMetadataResult& operator=(const PutFileMetadataResult&); PutFileMetadataResult() { @@ -5985,11 +5697,12 @@ class PutFileMetadataResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PutFileMetadataResult& obj); }; void swap(PutFileMetadataResult &a, PutFileMetadataResult &b); +<<<<<<< HEAD inline std::ostream& operator<<(std::ostream& out, const PutFileMetadataResult& obj) { obj.printTo(out); @@ -6000,10 +5713,15 @@ typedef struct _PutFileMetadataRequest__isset { _PutFileMetadataRequest__isset() : type(false) {} bool type :1; } _PutFileMetadataRequest__isset; +======= +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api class PutFileMetadataRequest { public: + static const char* ascii_fingerprint; // = "D64A208A8BCFCE146F4E2CB2176A807C"; + static const uint8_t binary_fingerprint[16]; // = {0xD6,0x4A,0x20,0x8A,0x8B,0xCF,0xCE,0x14,0x6F,0x4E,0x2C,0xB2,0x17,0x6A,0x80,0x7C}; + PutFileMetadataRequest(const PutFileMetadataRequest&); PutFileMetadataRequest& operator=(const PutFileMetadataRequest&); PutFileMetadataRequest() : type((FileMetadataExprType::type)0) { @@ -6043,21 +5761,18 @@ class PutFileMetadataRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PutFileMetadataRequest& obj); }; void swap(PutFileMetadataRequest &a, PutFileMetadataRequest &b); -inline std::ostream& operator<<(std::ostream& out, const PutFileMetadataRequest& obj) -{ - obj.printTo(out); - return out; -} - class ClearFileMetadataResult { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ClearFileMetadataResult(const ClearFileMetadataResult&); ClearFileMetadataResult& operator=(const ClearFileMetadataResult&); ClearFileMetadataResult() { @@ -6078,21 +5793,18 @@ class ClearFileMetadataResult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ClearFileMetadataResult& obj); }; void swap(ClearFileMetadataResult &a, ClearFileMetadataResult &b); -inline std::ostream& operator<<(std::ostream& out, const ClearFileMetadataResult& obj) -{ - obj.printTo(out); - return out; -} - class ClearFileMetadataRequest { public: + static const char* ascii_fingerprint; // = "E49D7D1A9013CC81CD0F69D631EF82E4"; + static const uint8_t binary_fingerprint[16]; // = {0xE4,0x9D,0x7D,0x1A,0x90,0x13,0xCC,0x81,0xCD,0x0F,0x69,0xD6,0x31,0xEF,0x82,0xE4}; + ClearFileMetadataRequest(const ClearFileMetadataRequest&); ClearFileMetadataRequest& operator=(const ClearFileMetadataRequest&); ClearFileMetadataRequest() { @@ -6118,11 +5830,12 @@ class ClearFileMetadataRequest { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ClearFileMetadataRequest& obj); }; void swap(ClearFileMetadataRequest &a, ClearFileMetadataRequest &b); +<<<<<<< HEAD inline std::ostream& operator<<(std::ostream& out, const ClearFileMetadataRequest& obj) { obj.printTo(out); @@ -6235,6 +5948,8 @@ inline std::ostream& operator<<(std::ostream& out, const CacheFileMetadataReques return out; } +======= +>>>>>>> HIVE-11487: getNumPartitionsByFilter api in metastore api typedef struct _GetAllFunctionsResponse__isset { _GetAllFunctionsResponse__isset() : functions(false) {} bool functions :1; @@ -6243,6 +5958,9 @@ typedef struct _GetAllFunctionsResponse__isset { class GetAllFunctionsResponse { public: + static const char* ascii_fingerprint; // = "CEE0CA1D7402D4135EF7F42C0F0E0A68"; + static const uint8_t binary_fingerprint[16]; // = {0xCE,0xE0,0xCA,0x1D,0x74,0x02,0xD4,0x13,0x5E,0xF7,0xF4,0x2C,0x0F,0x0E,0x0A,0x68}; + GetAllFunctionsResponse(const GetAllFunctionsResponse&); GetAllFunctionsResponse& operator=(const GetAllFunctionsResponse&); GetAllFunctionsResponse() { @@ -6272,17 +5990,11 @@ class GetAllFunctionsResponse { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const GetAllFunctionsResponse& obj); }; void swap(GetAllFunctionsResponse &a, GetAllFunctionsResponse &b); -inline std::ostream& operator<<(std::ostream& out, const GetAllFunctionsResponse& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TableMeta__isset { _TableMeta__isset() : comments(false) {} bool comments :1; @@ -6291,6 +6003,9 @@ typedef struct _TableMeta__isset { class TableMeta { public: + static const char* ascii_fingerprint; // = "2748901DF3E03B56075825ABF0FCFD25"; + static const uint8_t binary_fingerprint[16]; // = {0x27,0x48,0x90,0x1D,0xF3,0xE0,0x3B,0x56,0x07,0x58,0x25,0xAB,0xF0,0xFC,0xFD,0x25}; + TableMeta(const TableMeta&); TableMeta& operator=(const TableMeta&); TableMeta() : dbName(), tableName(), tableType(), comments() { @@ -6335,17 +6050,11 @@ class TableMeta { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TableMeta& obj); }; void swap(TableMeta &a, TableMeta &b); -inline std::ostream& operator<<(std::ostream& out, const TableMeta& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _MetaException__isset { _MetaException__isset() : message(false) {} bool message :1; @@ -6354,6 +6063,9 @@ typedef struct _MetaException__isset { class MetaException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + MetaException(const MetaException&); MetaException& operator=(const MetaException&); MetaException() : message() { @@ -6381,19 +6093,11 @@ class MetaException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const MetaException& obj); }; void swap(MetaException &a, MetaException &b); -inline std::ostream& operator<<(std::ostream& out, const MetaException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _UnknownTableException__isset { _UnknownTableException__isset() : message(false) {} bool message :1; @@ -6402,6 +6106,9 @@ typedef struct _UnknownTableException__isset { class UnknownTableException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + UnknownTableException(const UnknownTableException&); UnknownTableException& operator=(const UnknownTableException&); UnknownTableException() : message() { @@ -6429,19 +6136,11 @@ class UnknownTableException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const UnknownTableException& obj); }; void swap(UnknownTableException &a, UnknownTableException &b); -inline std::ostream& operator<<(std::ostream& out, const UnknownTableException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _UnknownDBException__isset { _UnknownDBException__isset() : message(false) {} bool message :1; @@ -6450,6 +6149,9 @@ typedef struct _UnknownDBException__isset { class UnknownDBException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + UnknownDBException(const UnknownDBException&); UnknownDBException& operator=(const UnknownDBException&); UnknownDBException() : message() { @@ -6477,19 +6179,11 @@ class UnknownDBException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const UnknownDBException& obj); }; void swap(UnknownDBException &a, UnknownDBException &b); -inline std::ostream& operator<<(std::ostream& out, const UnknownDBException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _AlreadyExistsException__isset { _AlreadyExistsException__isset() : message(false) {} bool message :1; @@ -6498,6 +6192,9 @@ typedef struct _AlreadyExistsException__isset { class AlreadyExistsException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + AlreadyExistsException(const AlreadyExistsException&); AlreadyExistsException& operator=(const AlreadyExistsException&); AlreadyExistsException() : message() { @@ -6525,19 +6222,11 @@ class AlreadyExistsException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const AlreadyExistsException& obj); }; void swap(AlreadyExistsException &a, AlreadyExistsException &b); -inline std::ostream& operator<<(std::ostream& out, const AlreadyExistsException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _InvalidPartitionException__isset { _InvalidPartitionException__isset() : message(false) {} bool message :1; @@ -6546,6 +6235,9 @@ typedef struct _InvalidPartitionException__isset { class InvalidPartitionException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + InvalidPartitionException(const InvalidPartitionException&); InvalidPartitionException& operator=(const InvalidPartitionException&); InvalidPartitionException() : message() { @@ -6573,19 +6265,11 @@ class InvalidPartitionException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const InvalidPartitionException& obj); }; void swap(InvalidPartitionException &a, InvalidPartitionException &b); -inline std::ostream& operator<<(std::ostream& out, const InvalidPartitionException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _UnknownPartitionException__isset { _UnknownPartitionException__isset() : message(false) {} bool message :1; @@ -6594,6 +6278,9 @@ typedef struct _UnknownPartitionException__isset { class UnknownPartitionException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + UnknownPartitionException(const UnknownPartitionException&); UnknownPartitionException& operator=(const UnknownPartitionException&); UnknownPartitionException() : message() { @@ -6621,19 +6308,11 @@ class UnknownPartitionException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const UnknownPartitionException& obj); }; void swap(UnknownPartitionException &a, UnknownPartitionException &b); -inline std::ostream& operator<<(std::ostream& out, const UnknownPartitionException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _InvalidObjectException__isset { _InvalidObjectException__isset() : message(false) {} bool message :1; @@ -6642,6 +6321,9 @@ typedef struct _InvalidObjectException__isset { class InvalidObjectException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + InvalidObjectException(const InvalidObjectException&); InvalidObjectException& operator=(const InvalidObjectException&); InvalidObjectException() : message() { @@ -6669,19 +6351,11 @@ class InvalidObjectException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const InvalidObjectException& obj); }; void swap(InvalidObjectException &a, InvalidObjectException &b); -inline std::ostream& operator<<(std::ostream& out, const InvalidObjectException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _NoSuchObjectException__isset { _NoSuchObjectException__isset() : message(false) {} bool message :1; @@ -6690,6 +6364,9 @@ typedef struct _NoSuchObjectException__isset { class NoSuchObjectException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + NoSuchObjectException(const NoSuchObjectException&); NoSuchObjectException& operator=(const NoSuchObjectException&); NoSuchObjectException() : message() { @@ -6717,19 +6394,11 @@ class NoSuchObjectException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const NoSuchObjectException& obj); }; void swap(NoSuchObjectException &a, NoSuchObjectException &b); -inline std::ostream& operator<<(std::ostream& out, const NoSuchObjectException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _IndexAlreadyExistsException__isset { _IndexAlreadyExistsException__isset() : message(false) {} bool message :1; @@ -6738,6 +6407,9 @@ typedef struct _IndexAlreadyExistsException__isset { class IndexAlreadyExistsException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + IndexAlreadyExistsException(const IndexAlreadyExistsException&); IndexAlreadyExistsException& operator=(const IndexAlreadyExistsException&); IndexAlreadyExistsException() : message() { @@ -6765,19 +6437,11 @@ class IndexAlreadyExistsException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const IndexAlreadyExistsException& obj); }; void swap(IndexAlreadyExistsException &a, IndexAlreadyExistsException &b); -inline std::ostream& operator<<(std::ostream& out, const IndexAlreadyExistsException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _InvalidOperationException__isset { _InvalidOperationException__isset() : message(false) {} bool message :1; @@ -6786,6 +6450,9 @@ typedef struct _InvalidOperationException__isset { class InvalidOperationException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + InvalidOperationException(const InvalidOperationException&); InvalidOperationException& operator=(const InvalidOperationException&); InvalidOperationException() : message() { @@ -6813,19 +6480,11 @@ class InvalidOperationException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const InvalidOperationException& obj); }; void swap(InvalidOperationException &a, InvalidOperationException &b); -inline std::ostream& operator<<(std::ostream& out, const InvalidOperationException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _ConfigValSecurityException__isset { _ConfigValSecurityException__isset() : message(false) {} bool message :1; @@ -6834,6 +6493,9 @@ typedef struct _ConfigValSecurityException__isset { class ConfigValSecurityException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ConfigValSecurityException(const ConfigValSecurityException&); ConfigValSecurityException& operator=(const ConfigValSecurityException&); ConfigValSecurityException() : message() { @@ -6861,19 +6523,11 @@ class ConfigValSecurityException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const ConfigValSecurityException& obj); }; void swap(ConfigValSecurityException &a, ConfigValSecurityException &b); -inline std::ostream& operator<<(std::ostream& out, const ConfigValSecurityException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _InvalidInputException__isset { _InvalidInputException__isset() : message(false) {} bool message :1; @@ -6882,6 +6536,9 @@ typedef struct _InvalidInputException__isset { class InvalidInputException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + InvalidInputException(const InvalidInputException&); InvalidInputException& operator=(const InvalidInputException&); InvalidInputException() : message() { @@ -6909,19 +6566,11 @@ class InvalidInputException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const InvalidInputException& obj); }; void swap(InvalidInputException &a, InvalidInputException &b); -inline std::ostream& operator<<(std::ostream& out, const InvalidInputException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _NoSuchTxnException__isset { _NoSuchTxnException__isset() : message(false) {} bool message :1; @@ -6930,6 +6579,9 @@ typedef struct _NoSuchTxnException__isset { class NoSuchTxnException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + NoSuchTxnException(const NoSuchTxnException&); NoSuchTxnException& operator=(const NoSuchTxnException&); NoSuchTxnException() : message() { @@ -6957,19 +6609,11 @@ class NoSuchTxnException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const NoSuchTxnException& obj); }; void swap(NoSuchTxnException &a, NoSuchTxnException &b); -inline std::ostream& operator<<(std::ostream& out, const NoSuchTxnException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TxnAbortedException__isset { _TxnAbortedException__isset() : message(false) {} bool message :1; @@ -6978,6 +6622,9 @@ typedef struct _TxnAbortedException__isset { class TxnAbortedException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + TxnAbortedException(const TxnAbortedException&); TxnAbortedException& operator=(const TxnAbortedException&); TxnAbortedException() : message() { @@ -7005,19 +6652,11 @@ class TxnAbortedException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const TxnAbortedException& obj); }; void swap(TxnAbortedException &a, TxnAbortedException &b); -inline std::ostream& operator<<(std::ostream& out, const TxnAbortedException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TxnOpenException__isset { _TxnOpenException__isset() : message(false) {} bool message :1; @@ -7026,6 +6665,9 @@ typedef struct _TxnOpenException__isset { class TxnOpenException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + TxnOpenException(const TxnOpenException&); TxnOpenException& operator=(const TxnOpenException&); TxnOpenException() : message() { @@ -7053,19 +6695,11 @@ class TxnOpenException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const TxnOpenException& obj); }; void swap(TxnOpenException &a, TxnOpenException &b); -inline std::ostream& operator<<(std::ostream& out, const TxnOpenException& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _NoSuchLockException__isset { _NoSuchLockException__isset() : message(false) {} bool message :1; @@ -7074,6 +6708,9 @@ typedef struct _NoSuchLockException__isset { class NoSuchLockException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + NoSuchLockException(const NoSuchLockException&); NoSuchLockException& operator=(const NoSuchLockException&); NoSuchLockException() : message() { @@ -7101,19 +6738,11 @@ class NoSuchLockException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const NoSuchLockException& obj); }; void swap(NoSuchLockException &a, NoSuchLockException &b); -inline std::ostream& operator<<(std::ostream& out, const NoSuchLockException& obj) -{ - obj.printTo(out); - return out; -} - }}} // namespace #endif diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AbortTxnRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AbortTxnRequest.java index 8e3a0ae..056f8aa 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AbortTxnRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AbortTxnRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class AbortTxnRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AbortTxnRequest"); @@ -185,7 +185,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case TXNID: - return getTxnid(); + return Long.valueOf(getTxnid()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddDynamicPartitions.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddDynamicPartitions.java index bb6e584..a26ac1b 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddDynamicPartitions.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddDynamicPartitions.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class AddDynamicPartitions implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AddDynamicPartitions"); @@ -334,7 +334,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case TXNID: - return getTxnid(); + return Long.valueOf(getTxnid()); case DBNAME: return getDbname(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsRequest.java index 083d340..1ce9f7d 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class AddPartitionsRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AddPartitionsRequest"); @@ -390,10 +390,10 @@ public Object getFieldValue(_Fields field) { return getParts(); case IF_NOT_EXISTS: - return isIfNotExists(); + return Boolean.valueOf(isIfNotExists()); case NEED_RESULT: - return isNeedResult(); + return Boolean.valueOf(isNeedResult()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsResult.java index 9004457..e5d757c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AddPartitionsResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class AddPartitionsResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AddPartitionsResult"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AggrStats.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AggrStats.java index bfd1206..8f64ab0 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AggrStats.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AggrStats.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class AggrStats implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AggrStats"); @@ -252,7 +252,7 @@ public Object getFieldValue(_Fields field) { return getColStats(); case PARTS_FOUND: - return getPartsFound(); + return Long.valueOf(getPartsFound()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AlreadyExistsException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AlreadyExistsException.java index 4032f19..94b7387 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AlreadyExistsException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AlreadyExistsException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class AlreadyExistsException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("AlreadyExistsException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/BinaryColumnStatsData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/BinaryColumnStatsData.java index 84e393c..753c5eb 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/BinaryColumnStatsData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/BinaryColumnStatsData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class BinaryColumnStatsData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("BinaryColumnStatsData"); @@ -273,13 +273,13 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case MAX_COL_LEN: - return getMaxColLen(); + return Long.valueOf(getMaxColLen()); case AVG_COL_LEN: - return getAvgColLen(); + return Double.valueOf(getAvgColLen()); case NUM_NULLS: - return getNumNulls(); + return Long.valueOf(getNumNulls()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/BooleanColumnStatsData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/BooleanColumnStatsData.java index 6aa4668..75b3d9f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/BooleanColumnStatsData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/BooleanColumnStatsData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class BooleanColumnStatsData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("BooleanColumnStatsData"); @@ -273,13 +273,13 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case NUM_TRUES: - return getNumTrues(); + return Long.valueOf(getNumTrues()); case NUM_FALSES: - return getNumFalses(); + return Long.valueOf(getNumFalses()); case NUM_NULLS: - return getNumNulls(); + return Long.valueOf(getNumNulls()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CheckLockRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CheckLockRequest.java index 430be03..1ca0b4f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CheckLockRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CheckLockRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class CheckLockRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("CheckLockRequest"); @@ -185,7 +185,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case LOCKID: - return getLockid(); + return Long.valueOf(getLockid()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ClearFileMetadataRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ClearFileMetadataRequest.java index 657bb7b..e771cac 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ClearFileMetadataRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ClearFileMetadataRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ClearFileMetadataRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ClearFileMetadataRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ClearFileMetadataResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ClearFileMetadataResult.java index 8e46d83..e7dc52c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ClearFileMetadataResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ClearFileMetadataResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ClearFileMetadataResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ClearFileMetadataResult"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatistics.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatistics.java index ba059fe..b5c5e33 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatistics.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatistics.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ColumnStatistics implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ColumnStatistics"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsData.java index 036d438..6558add 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsDesc.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsDesc.java index daf3d10..5415621 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsDesc.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsDesc.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ColumnStatisticsDesc implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ColumnStatisticsDesc"); @@ -357,7 +357,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case IS_TBL_LEVEL: - return isIsTblLevel(); + return Boolean.valueOf(isIsTblLevel()); case DB_NAME: return getDbName(); @@ -369,7 +369,7 @@ public Object getFieldValue(_Fields field) { return getPartName(); case LAST_ANALYZED: - return getLastAnalyzed(); + return Long.valueOf(getLastAnalyzed()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsObj.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsObj.java index 4191beb..58af623 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsObj.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsObj.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ColumnStatisticsObj implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ColumnStatisticsObj"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CommitTxnRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CommitTxnRequest.java index 77554b7..e39f85f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CommitTxnRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CommitTxnRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class CommitTxnRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("CommitTxnRequest"); @@ -185,7 +185,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case TXNID: - return getTxnid(); + return Long.valueOf(getTxnid()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionRequest.java index e028ecb..6ada5cb 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class CompactionRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("CompactionRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionType.java index 7450b27..09474ee 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ConfigValSecurityException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ConfigValSecurityException.java index d454a96..1324956 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ConfigValSecurityException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ConfigValSecurityException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ConfigValSecurityException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ConfigValSecurityException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CurrentNotificationEventId.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CurrentNotificationEventId.java index 2565a08..1780c1b 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CurrentNotificationEventId.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CurrentNotificationEventId.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class CurrentNotificationEventId implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("CurrentNotificationEventId"); @@ -185,7 +185,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case EVENT_ID: - return getEventId(); + return Long.valueOf(getEventId()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Database.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Database.java index 2769845..8dfe579 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Database.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Database.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Database implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Database"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Date.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Date.java index bf064e5..ea51e31 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Date.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Date.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Date implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Date"); @@ -185,7 +185,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case DAYS_SINCE_EPOCH: - return getDaysSinceEpoch(); + return Long.valueOf(getDaysSinceEpoch()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DateColumnStatsData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DateColumnStatsData.java index 2ebb811..9e6ca5a 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DateColumnStatsData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DateColumnStatsData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class DateColumnStatsData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("DateColumnStatsData"); @@ -320,10 +320,10 @@ public Object getFieldValue(_Fields field) { return getHighValue(); case NUM_NULLS: - return getNumNulls(); + return Long.valueOf(getNumNulls()); case NUM_DVS: - return getNumDVs(); + return Long.valueOf(getNumDVs()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Decimal.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Decimal.java index 5b23dba..bbbdfb2 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Decimal.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Decimal.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Decimal implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Decimal"); @@ -241,7 +241,7 @@ public Object getFieldValue(_Fields field) { return getUnscaled(); case SCALE: - return getScale(); + return Short.valueOf(getScale()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DecimalColumnStatsData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DecimalColumnStatsData.java index 720176a..87a8d2f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DecimalColumnStatsData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DecimalColumnStatsData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class DecimalColumnStatsData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("DecimalColumnStatsData"); @@ -320,10 +320,10 @@ public Object getFieldValue(_Fields field) { return getHighValue(); case NUM_NULLS: - return getNumNulls(); + return Long.valueOf(getNumNulls()); case NUM_DVS: - return getNumDVs(); + return Long.valueOf(getNumDVs()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DoubleColumnStatsData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DoubleColumnStatsData.java index 5d48b5d..0f76302 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DoubleColumnStatsData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DoubleColumnStatsData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class DoubleColumnStatsData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("DoubleColumnStatsData"); @@ -312,16 +312,16 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case LOW_VALUE: - return getLowValue(); + return Double.valueOf(getLowValue()); case HIGH_VALUE: - return getHighValue(); + return Double.valueOf(getHighValue()); case NUM_NULLS: - return getNumNulls(); + return Long.valueOf(getNumNulls()); case NUM_DVS: - return getNumDVs(); + return Long.valueOf(getNumDVs()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsExpr.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsExpr.java index ac97aa3..b4bb3bf 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsExpr.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsExpr.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class DropPartitionsExpr implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("DropPartitionsExpr"); @@ -239,7 +239,7 @@ public Object getFieldValue(_Fields field) { return getExpr(); case PART_ARCHIVE_LEVEL: - return getPartArchiveLevel(); + return Integer.valueOf(getPartArchiveLevel()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsRequest.java index 2dbde0c..56f6661 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class DropPartitionsRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("DropPartitionsRequest"); @@ -493,19 +493,19 @@ public Object getFieldValue(_Fields field) { return getParts(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); case IF_EXISTS: - return isIfExists(); + return Boolean.valueOf(isIfExists()); case IGNORE_PROTECTION: - return isIgnoreProtection(); + return Boolean.valueOf(isIgnoreProtection()); case ENVIRONMENT_CONTEXT: return getEnvironmentContext(); case NEED_RESULT: - return isNeedResult(); + return Boolean.valueOf(isNeedResult()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsResult.java index adef415..32c3a86 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class DropPartitionsResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("DropPartitionsResult"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EnvironmentContext.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EnvironmentContext.java index de588e2..64bfc0c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EnvironmentContext.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EnvironmentContext.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class EnvironmentContext implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("EnvironmentContext"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EventRequestType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EventRequestType.java index 4295046..422b44f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EventRequestType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EventRequestType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FieldSchema.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FieldSchema.java index 06a7b4d..1c04329 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FieldSchema.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FieldSchema.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class FieldSchema implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("FieldSchema"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FileMetadataExprType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FileMetadataExprType.java index 8ffaa89..d3c7d1f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FileMetadataExprType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FileMetadataExprType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventRequest.java index 6b08234..cda2b3f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class FireEventRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("FireEventRequest"); @@ -373,7 +373,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESSFUL: - return isSuccessful(); + return Boolean.valueOf(isSuccessful()); case DATA: return getData(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventRequestData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventRequestData.java index db8dc8b..2830496 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventRequestData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventRequestData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventResponse.java index 9a86ed5..e60e017 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FireEventResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class FireEventResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("FireEventResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java index 5f8ce0d..ad02032 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Function implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Function"); @@ -552,7 +552,7 @@ public Object getFieldValue(_Fields field) { return getOwnerType(); case CREATE_TIME: - return getCreateTime(); + return Integer.valueOf(getCreateTime()); case FUNCTION_TYPE: return getFunctionType(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FunctionType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FunctionType.java index 1116f88..6958566 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FunctionType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/FunctionType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetAllFunctionsResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetAllFunctionsResponse.java index f88e279..5d11eb9 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetAllFunctionsResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetAllFunctionsResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetAllFunctionsResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetAllFunctionsResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataByExprRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataByExprRequest.java index 0236b4a..47c3d50 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataByExprRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataByExprRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetFileMetadataByExprRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetFileMetadataByExprRequest"); @@ -357,7 +357,7 @@ public Object getFieldValue(_Fields field) { return getExpr(); case DO_GET_FOOTERS: - return isDoGetFooters(); + return Boolean.valueOf(isDoGetFooters()); case TYPE: return getType(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataByExprResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataByExprResult.java index 89eb819..e2eee9a 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataByExprResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataByExprResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetFileMetadataByExprResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetFileMetadataByExprResult"); @@ -257,7 +257,7 @@ public Object getFieldValue(_Fields field) { return getMetadata(); case IS_SUPPORTED: - return isIsSupported(); + return Boolean.valueOf(isIsSupported()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataRequest.java index 2408ad1..c38c1b9 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetFileMetadataRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetFileMetadataRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataResult.java index 8946635..c0aae99 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetFileMetadataResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetFileMetadataResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetFileMetadataResult"); @@ -246,7 +246,7 @@ public Object getFieldValue(_Fields field) { return getMetadata(); case IS_SUPPORTED: - return isIsSupported(); + return Boolean.valueOf(isIsSupported()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java index 629c042..2a09765 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetOpenTxnsInfoResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetOpenTxnsInfoResponse"); @@ -249,7 +249,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case TXN_HIGH_WATER_MARK: - return getTxn_high_water_mark(); + return Long.valueOf(getTxn_high_water_mark()); case OPEN_TXNS: return getOpen_txns(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java index 9f57a4a..70f7d1e 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetOpenTxnsResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetOpenTxnsResponse"); @@ -246,7 +246,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case TXN_HIGH_WATER_MARK: - return getTxn_high_water_mark(); + return Long.valueOf(getTxn_high_water_mark()); case OPEN_TXNS: return getOpen_txns(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetPrincipalsInRoleRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetPrincipalsInRoleRequest.java index 342b268..43c595a 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetPrincipalsInRoleRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetPrincipalsInRoleRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetPrincipalsInRoleRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetPrincipalsInRoleRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetPrincipalsInRoleResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetPrincipalsInRoleResponse.java index 02c652a..9b363a2 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetPrincipalsInRoleResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetPrincipalsInRoleResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetPrincipalsInRoleResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetPrincipalsInRoleResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetRoleGrantsForPrincipalRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetRoleGrantsForPrincipalRequest.java index ea667d3..b053c93 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetRoleGrantsForPrincipalRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetRoleGrantsForPrincipalRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetRoleGrantsForPrincipalRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetRoleGrantsForPrincipalRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetRoleGrantsForPrincipalResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetRoleGrantsForPrincipalResponse.java index c013e0e..3c2a92a 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetRoleGrantsForPrincipalResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetRoleGrantsForPrincipalResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GetRoleGrantsForPrincipalResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GetRoleGrantsForPrincipalResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokePrivilegeRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokePrivilegeRequest.java index 014c857..8ce172d 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokePrivilegeRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokePrivilegeRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GrantRevokePrivilegeRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GrantRevokePrivilegeRequest"); @@ -289,7 +289,7 @@ public Object getFieldValue(_Fields field) { return getPrivileges(); case REVOKE_GRANT_OPTION: - return isRevokeGrantOption(); + return Boolean.valueOf(isRevokeGrantOption()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokePrivilegeResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokePrivilegeResponse.java index ddbc4c3..a4ae0d5 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokePrivilegeResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokePrivilegeResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GrantRevokePrivilegeResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GrantRevokePrivilegeResponse"); @@ -178,7 +178,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeRoleRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeRoleRequest.java index adbd345..b2b2756 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeRoleRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeRoleRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GrantRevokeRoleRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GrantRevokeRoleRequest"); @@ -497,7 +497,7 @@ public Object getFieldValue(_Fields field) { return getGrantorType(); case GRANT_OPTION: - return isGrantOption(); + return Boolean.valueOf(isGrantOption()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeRoleResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeRoleResponse.java index 541ac21..1418806 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeRoleResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeRoleResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class GrantRevokeRoleResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("GrantRevokeRoleResponse"); @@ -178,7 +178,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeType.java index ac65ec7..f7b4587 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GrantRevokeType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatRequest.java index 0d36f22..ee572a6 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class HeartbeatRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("HeartbeatRequest"); @@ -219,10 +219,10 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case LOCKID: - return getLockid(); + return Long.valueOf(getLockid()); case TXNID: - return getTxnid(); + return Long.valueOf(getTxnid()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeRequest.java index f15d7a9..b64c133 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class HeartbeatTxnRangeRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("HeartbeatTxnRangeRequest"); @@ -229,10 +229,10 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case MIN: - return getMin(); + return Long.valueOf(getMin()); case MAX: - return getMax(); + return Long.valueOf(getMax()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java index b00fb9c..2b5955d 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class HeartbeatTxnRangeResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("HeartbeatTxnRangeResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectPrivilege.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectPrivilege.java index 3b818ab..b4903cc 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectPrivilege.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectPrivilege.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class HiveObjectPrivilege implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("HiveObjectPrivilege"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectRef.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectRef.java index d7dd8ec..1d2e27c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectRef.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectRef.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class HiveObjectRef implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("HiveObjectRef"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectType.java index f5b1d0e..427930f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HiveObjectType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Index.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Index.java index 44d99c7..54f4ab9 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Index.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Index.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Index implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Index"); @@ -607,10 +607,10 @@ public Object getFieldValue(_Fields field) { return getOrigTableName(); case CREATE_TIME: - return getCreateTime(); + return Integer.valueOf(getCreateTime()); case LAST_ACCESS_TIME: - return getLastAccessTime(); + return Integer.valueOf(getLastAccessTime()); case INDEX_TABLE_NAME: return getIndexTableName(); @@ -622,7 +622,7 @@ public Object getFieldValue(_Fields field) { return getParameters(); case DEFERRED_REBUILD: - return isDeferredRebuild(); + return Boolean.valueOf(isDeferredRebuild()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/IndexAlreadyExistsException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/IndexAlreadyExistsException.java index 2588524..bbf3340 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/IndexAlreadyExistsException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/IndexAlreadyExistsException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class IndexAlreadyExistsException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("IndexAlreadyExistsException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java index 488d3a0..d91cc30 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class InsertEventRequestData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InsertEventRequestData"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidInputException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidInputException.java index 7c7e000..5092451 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidInputException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidInputException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class InvalidInputException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InvalidInputException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidObjectException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidObjectException.java index 957aca0..b7488c1 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidObjectException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidObjectException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class InvalidObjectException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InvalidObjectException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidOperationException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidOperationException.java index 6217bb8..49b6189 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidOperationException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidOperationException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class InvalidOperationException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InvalidOperationException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidPartitionException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidPartitionException.java index ef71511..96534d3 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidPartitionException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InvalidPartitionException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class InvalidPartitionException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InvalidPartitionException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockComponent.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockComponent.java index adb0c44..0966575 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockComponent.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockComponent.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class LockComponent implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LockComponent"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockLevel.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockLevel.java index e58ea46..08840f1 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockLevel.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockLevel.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java index eada4ee..8ca149c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class LockRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LockRequest"); @@ -338,7 +338,7 @@ public Object getFieldValue(_Fields field) { return getComponent(); case TXNID: - return getTxnid(); + return Long.valueOf(getTxnid()); case USER: return getUser(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockResponse.java index 862c67f..12ba695 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class LockResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LockResponse"); @@ -241,7 +241,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case LOCKID: - return getLockid(); + return Long.valueOf(getLockid()); case STATE: return getState(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockState.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockState.java index 48a0bbd..bce2b5a 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockState.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockState.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockType.java index 8ae4351..9d60531 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LongColumnStatsData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LongColumnStatsData.java index 2f41c5a..41033ee 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LongColumnStatsData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LongColumnStatsData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class LongColumnStatsData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LongColumnStatsData"); @@ -312,16 +312,16 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case LOW_VALUE: - return getLowValue(); + return Long.valueOf(getLowValue()); case HIGH_VALUE: - return getHighValue(); + return Long.valueOf(getHighValue()); case NUM_NULLS: - return getNumNulls(); + return Long.valueOf(getNumNulls()); case NUM_DVS: - return getNumDVs(); + return Long.valueOf(getNumDVs()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/MetaException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/MetaException.java index 21be66b..a231251 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/MetaException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/MetaException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class MetaException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("MetaException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/MetadataPpdResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/MetadataPpdResult.java index 87fad1a..6acffb6 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/MetadataPpdResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/MetadataPpdResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class MetadataPpdResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("MetadataPpdResult"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchLockException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchLockException.java index aefbe4a..0179964 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchLockException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchLockException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class NoSuchLockException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("NoSuchLockException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchObjectException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchObjectException.java index efa5326..5605337 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchObjectException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchObjectException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class NoSuchObjectException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("NoSuchObjectException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchTxnException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchTxnException.java index 8149d9c..95bf970 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchTxnException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NoSuchTxnException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class NoSuchTxnException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("NoSuchTxnException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEvent.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEvent.java index c40bb4b..f91c29e 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEvent.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEvent.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class NotificationEvent implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("NotificationEvent"); @@ -402,10 +402,10 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case EVENT_ID: - return getEventId(); + return Long.valueOf(getEventId()); case EVENT_TIME: - return getEventTime(); + return Integer.valueOf(getEventTime()); case EVENT_TYPE: return getEventType(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventRequest.java index bafb9b6..bf3f60d 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class NotificationEventRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("NotificationEventRequest"); @@ -227,10 +227,10 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case LAST_EVENT: - return getLastEvent(); + return Long.valueOf(getLastEvent()); case MAX_EVENTS: - return getMaxEvents(); + return Integer.valueOf(getMaxEvents()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java index fcbbd18..3c6f7cb 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class NotificationEventResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("NotificationEventResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnRequest.java index 01371ec..eccfa93 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class OpenTxnRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("OpenTxnRequest"); @@ -273,7 +273,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case NUM_TXNS: - return getNum_txns(); + return Integer.valueOf(getNum_txns()); case USER: return getUser(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java index e11a2b3..a81ead2 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class OpenTxnsResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("OpenTxnsResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Order.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Order.java index cc0e2dd..b07b0cb 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Order.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Order.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Order implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Order"); @@ -232,7 +232,7 @@ public Object getFieldValue(_Fields field) { return getCol(); case ORDER: - return getOrder(); + return Integer.valueOf(getOrder()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Partition.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Partition.java index a247221..5cdeaa6 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Partition.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Partition.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Partition implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Partition"); @@ -532,10 +532,10 @@ public Object getFieldValue(_Fields field) { return getTableName(); case CREATE_TIME: - return getCreateTime(); + return Integer.valueOf(getCreateTime()); case LAST_ACCESS_TIME: - return getLastAccessTime(); + return Integer.valueOf(getLastAccessTime()); case SD: return getSd(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionEventType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionEventType.java index b515401..40bdb56 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionEventType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionEventType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionListComposingSpec.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionListComposingSpec.java index e8232b9..848b512 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionListComposingSpec.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionListComposingSpec.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PartitionListComposingSpec implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PartitionListComposingSpec"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpec.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpec.java index e8188a9..3237c8c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpec.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpec.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PartitionSpec implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PartitionSpec"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpecWithSharedSD.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpecWithSharedSD.java index 2c41912..ba84f83 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpecWithSharedSD.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpecWithSharedSD.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PartitionSpecWithSharedSD implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PartitionSpecWithSharedSD"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionWithoutSD.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionWithoutSD.java index f0c5ce1..57d8b4a 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionWithoutSD.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionWithoutSD.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PartitionWithoutSD implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PartitionWithoutSD"); @@ -438,10 +438,10 @@ public Object getFieldValue(_Fields field) { return getValues(); case CREATE_TIME: - return getCreateTime(); + return Integer.valueOf(getCreateTime()); case LAST_ACCESS_TIME: - return getLastAccessTime(); + return Integer.valueOf(getLastAccessTime()); case RELATIVE_PATH: return getRelativePath(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprRequest.java index 59972af..a4ffef3 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PartitionsByExprRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PartitionsByExprRequest"); @@ -380,7 +380,7 @@ public Object getFieldValue(_Fields field) { return getDefaultPartitionName(); case MAX_PARTS: - return getMaxParts(); + return Short.valueOf(getMaxParts()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java index 12ae66d..7d91fd5 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PartitionsByExprResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PartitionsByExprResult"); @@ -252,7 +252,7 @@ public Object getFieldValue(_Fields field) { return getPartitions(); case HAS_UNKNOWN_PARTITIONS: - return isHasUnknownPartitions(); + return Boolean.valueOf(isHasUnknownPartitions()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java index 8416369..8a57ccf 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PartitionsStatsRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PartitionsStatsRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java index 2e903f1..4b07b46 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PartitionsStatsResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PartitionsStatsResult"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalPrivilegeSet.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalPrivilegeSet.java index e1792bd..04d2569 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalPrivilegeSet.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalPrivilegeSet.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PrincipalPrivilegeSet implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PrincipalPrivilegeSet"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalType.java index 82eb8fd..65e937e 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrivilegeBag.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrivilegeBag.java index bba2d40..136f107 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrivilegeBag.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrivilegeBag.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PrivilegeBag implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PrivilegeBag"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrivilegeGrantInfo.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrivilegeGrantInfo.java index ba08d3a..0b33119 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrivilegeGrantInfo.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrivilegeGrantInfo.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PrivilegeGrantInfo implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PrivilegeGrantInfo"); @@ -376,7 +376,7 @@ public Object getFieldValue(_Fields field) { return getPrivilege(); case CREATE_TIME: - return getCreateTime(); + return Integer.valueOf(getCreateTime()); case GRANTOR: return getGrantor(); @@ -385,7 +385,7 @@ public Object getFieldValue(_Fields field) { return getGrantorType(); case GRANT_OPTION: - return isGrantOption(); + return Boolean.valueOf(isGrantOption()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java index 1b7bbf0..f3fd608 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PutFileMetadataRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PutFileMetadataRequest"); @@ -480,7 +480,7 @@ public String toString() { if (this.metadata == null) { sb.append("null"); } else { - org.apache.thrift.TBaseHelper.toString(this.metadata, sb); + sb.append(this.metadata); } first = false; if (isSetType()) { diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataResult.java index d807671..d657957 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class PutFileMetadataResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PutFileMetadataResult"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java index 7f8a044..9207934 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ResourceType.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ResourceType.java index a15c1ee..861a6db 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ResourceType.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ResourceType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ResourceUri.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ResourceUri.java index 994a498..edf69bd 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ResourceUri.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ResourceUri.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ResourceUri implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ResourceUri"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Role.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Role.java index 612c64d..7a659a8 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Role.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Role.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Role implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Role"); @@ -276,7 +276,7 @@ public Object getFieldValue(_Fields field) { return getRoleName(); case CREATE_TIME: - return getCreateTime(); + return Integer.valueOf(getCreateTime()); case OWNER_NAME: return getOwnerName(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RolePrincipalGrant.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RolePrincipalGrant.java index 81e8d16..4ecde4c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RolePrincipalGrant.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RolePrincipalGrant.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class RolePrincipalGrant implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("RolePrincipalGrant"); @@ -482,10 +482,10 @@ public Object getFieldValue(_Fields field) { return getPrincipalType(); case GRANT_OPTION: - return isGrantOption(); + return Boolean.valueOf(isGrantOption()); case GRANT_TIME: - return getGrantTime(); + return Integer.valueOf(getGrantTime()); case GRANTOR_NAME: return getGrantorName(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Schema.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Schema.java index 75d0ebb..b9bc115 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Schema.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Schema.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Schema implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Schema"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SerDeInfo.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SerDeInfo.java index d5a8d99..61a369a 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SerDeInfo.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SerDeInfo.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class SerDeInfo implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SerDeInfo"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SetPartitionsStatsRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SetPartitionsStatsRequest.java index 6e334f6..1f0259f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SetPartitionsStatsRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SetPartitionsStatsRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class SetPartitionsStatsRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SetPartitionsStatsRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactRequest.java index ad1c57c..1fda8c8 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ShowCompactRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ShowCompactRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java index afa832c..5471de4 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ShowCompactResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ShowCompactResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponseElement.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponseElement.java index dd7dd8e..d88276c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponseElement.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponseElement.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ShowCompactResponseElement implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ShowCompactResponseElement"); @@ -515,7 +515,7 @@ public Object getFieldValue(_Fields field) { return getWorkerid(); case START: - return getStart(); + return Long.valueOf(getStart()); case RUN_AS: return getRunAs(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksRequest.java index e89b93b..6c85bc2 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ShowLocksRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ShowLocksRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java index b9b7f3c..28b816d 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ShowLocksResponse implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ShowLocksResponse"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponseElement.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponseElement.java index 037a383..d41c5eb 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponseElement.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponseElement.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ShowLocksResponseElement implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ShowLocksResponseElement"); @@ -640,7 +640,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case LOCKID: - return getLockid(); + return Long.valueOf(getLockid()); case DBNAME: return getDbname(); @@ -658,13 +658,13 @@ public Object getFieldValue(_Fields field) { return getType(); case TXNID: - return getTxnid(); + return Long.valueOf(getTxnid()); case LASTHEARTBEAT: - return getLastheartbeat(); + return Long.valueOf(getLastheartbeat()); case ACQUIREDAT: - return getAcquiredat(); + return Long.valueOf(getAcquiredat()); case USER: return getUser(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java index c32f50c..cf3a257 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class SkewedInfo implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SkewedInfo"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StorageDescriptor.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StorageDescriptor.java index 938f06b..20273b1 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StorageDescriptor.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StorageDescriptor.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class StorageDescriptor implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("StorageDescriptor"); @@ -748,10 +748,10 @@ public Object getFieldValue(_Fields field) { return getOutputFormat(); case COMPRESSED: - return isCompressed(); + return Boolean.valueOf(isCompressed()); case NUM_BUCKETS: - return getNumBuckets(); + return Integer.valueOf(getNumBuckets()); case SERDE_INFO: return getSerdeInfo(); @@ -769,7 +769,7 @@ public Object getFieldValue(_Fields field) { return getSkewedInfo(); case STORED_AS_SUB_DIRECTORIES: - return isStoredAsSubDirectories(); + return Boolean.valueOf(isStoredAsSubDirectories()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StringColumnStatsData.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StringColumnStatsData.java index bd8a922..856a098 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StringColumnStatsData.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StringColumnStatsData.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class StringColumnStatsData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("StringColumnStatsData"); @@ -317,16 +317,16 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case MAX_COL_LEN: - return getMaxColLen(); + return Long.valueOf(getMaxColLen()); case AVG_COL_LEN: - return getAvgColLen(); + return Double.valueOf(getAvgColLen()); case NUM_NULLS: - return getNumNulls(); + return Long.valueOf(getNumNulls()); case NUM_DVS: - return getNumDVs(); + return Long.valueOf(getNumDVs()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java index 5d683fb..80a8d2f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Table implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable
{ private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Table"); @@ -798,13 +798,13 @@ public Object getFieldValue(_Fields field) { return getOwner(); case CREATE_TIME: - return getCreateTime(); + return Integer.valueOf(getCreateTime()); case LAST_ACCESS_TIME: - return getLastAccessTime(); + return Integer.valueOf(getLastAccessTime()); case RETENTION: - return getRetention(); + return Integer.valueOf(getRetention()); case SD: return getSd(); @@ -828,7 +828,7 @@ public Object getFieldValue(_Fields field) { return getPrivileges(); case TEMPORARY: - return isTemporary(); + return Boolean.valueOf(isTemporary()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableMeta.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableMeta.java index 08a8e36..f9d011e 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableMeta.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableMeta.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TableMeta implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TableMeta"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java index d0daee5..b1ef109 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TableStatsRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TableStatsRequest"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java index 78d4250..1d23528 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TableStatsResult implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TableStatsResult"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java index 47b7afa..809f68c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ThriftHiveMetastore { /** @@ -158,6 +158,8 @@ public PartitionsByExprResult get_partitions_by_expr(PartitionsByExprRequest req) throws MetaException, NoSuchObjectException, org.apache.thrift.TException; + public int get_num_partitions_by_filter(String db_name, String tbl_name, String filter) throws MetaException, NoSuchObjectException, org.apache.thrift.TException; + public List get_partitions_by_names(String db_name, String tbl_name, List names) throws MetaException, NoSuchObjectException, org.apache.thrift.TException; public void alter_partition(String db_name, String tbl_name, Partition new_part) throws InvalidOperationException, MetaException, org.apache.thrift.TException; @@ -426,6 +428,8 @@ public void get_partitions_by_expr(PartitionsByExprRequest req, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; + public void get_num_partitions_by_filter(String db_name, String tbl_name, String filter, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; + public void get_partitions_by_names(String db_name, String tbl_name, List names, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void alter_partition(String db_name, String tbl_name, Partition new_part, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; @@ -2394,6 +2398,37 @@ public PartitionsByExprResult recv_get_partitions_by_expr() throws MetaException throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "get_partitions_by_expr failed: unknown result"); } + public int get_num_partitions_by_filter(String db_name, String tbl_name, String filter) throws MetaException, NoSuchObjectException, org.apache.thrift.TException + { + send_get_num_partitions_by_filter(db_name, tbl_name, filter); + return recv_get_num_partitions_by_filter(); + } + + public void send_get_num_partitions_by_filter(String db_name, String tbl_name, String filter) throws org.apache.thrift.TException + { + get_num_partitions_by_filter_args args = new get_num_partitions_by_filter_args(); + args.setDb_name(db_name); + args.setTbl_name(tbl_name); + args.setFilter(filter); + sendBase("get_num_partitions_by_filter", args); + } + + public int recv_get_num_partitions_by_filter() throws MetaException, NoSuchObjectException, org.apache.thrift.TException + { + get_num_partitions_by_filter_result result = new get_num_partitions_by_filter_result(); + receiveBase(result, "get_num_partitions_by_filter"); + if (result.isSetSuccess()) { + return result.success; + } + if (result.o1 != null) { + throw result.o1; + } + if (result.o2 != null) { + throw result.o2; + } + throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "get_num_partitions_by_filter failed: unknown result"); + } + public List get_partitions_by_names(String db_name, String tbl_name, List names) throws MetaException, NoSuchObjectException, org.apache.thrift.TException { send_get_partitions_by_names(db_name, tbl_name, names); @@ -6620,6 +6655,44 @@ public PartitionsByExprResult getResult() throws MetaException, NoSuchObjectExce } } + public void get_num_partitions_by_filter(String db_name, String tbl_name, String filter, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { + checkReady(); + get_num_partitions_by_filter_call method_call = new get_num_partitions_by_filter_call(db_name, tbl_name, filter, resultHandler, this, ___protocolFactory, ___transport); + this.___currentMethod = method_call; + ___manager.call(method_call); + } + + public static class get_num_partitions_by_filter_call extends org.apache.thrift.async.TAsyncMethodCall { + private String db_name; + private String tbl_name; + private String filter; + public get_num_partitions_by_filter_call(String db_name, String tbl_name, String filter, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { + super(client, protocolFactory, transport, resultHandler, false); + this.db_name = db_name; + this.tbl_name = tbl_name; + this.filter = filter; + } + + public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { + prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("get_num_partitions_by_filter", org.apache.thrift.protocol.TMessageType.CALL, 0)); + get_num_partitions_by_filter_args args = new get_num_partitions_by_filter_args(); + args.setDb_name(db_name); + args.setTbl_name(tbl_name); + args.setFilter(filter); + args.write(prot); + prot.writeMessageEnd(); + } + + public int getResult() throws MetaException, NoSuchObjectException, org.apache.thrift.TException { + if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { + throw new IllegalStateException("Method call not finished!"); + } + org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); + org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); + return (new Client(prot)).recv_get_num_partitions_by_filter(); + } + } + public void get_partitions_by_names(String db_name, String tbl_name, List names, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); get_partitions_by_names_call method_call = new get_partitions_by_names_call(db_name, tbl_name, names, resultHandler, this, ___protocolFactory, ___transport); @@ -9227,6 +9300,7 @@ protected Processor(I iface, Map extends org.apache.thrift.ProcessFunction { + public get_num_partitions_by_filter() { + super("get_num_partitions_by_filter"); + } + + public get_num_partitions_by_filter_args getEmptyArgsInstance() { + return new get_num_partitions_by_filter_args(); + } + + protected boolean isOneway() { + return false; + } + + public get_num_partitions_by_filter_result getResult(I iface, get_num_partitions_by_filter_args args) throws org.apache.thrift.TException { + get_num_partitions_by_filter_result result = new get_num_partitions_by_filter_result(); + try { + result.success = iface.get_num_partitions_by_filter(args.db_name, args.tbl_name, args.filter); + result.setSuccessIsSet(true); + } catch (MetaException o1) { + result.o1 = o1; + } catch (NoSuchObjectException o2) { + result.o2 = o2; + } + return result; + } + } + public static class get_partitions_by_names extends org.apache.thrift.ProcessFunction { public get_partitions_by_names() { super("get_partitions_by_names"); @@ -12770,6 +12871,7 @@ protected AsyncProcessor(I iface, Map extends org.apache.thrift.AsyncProcessFunction { + public get_num_partitions_by_filter() { + super("get_num_partitions_by_filter"); + } + + public get_num_partitions_by_filter_args getEmptyArgsInstance() { + return new get_num_partitions_by_filter_args(); + } + + public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { + final org.apache.thrift.AsyncProcessFunction fcall = this; + return new AsyncMethodCallback() { + public void onComplete(Integer o) { + get_num_partitions_by_filter_result result = new get_num_partitions_by_filter_result(); + result.success = o; + result.setSuccessIsSet(true); + try { + fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); + return; + } catch (Exception e) { + LOGGER.error("Exception writing to internal frame buffer", e); + } + fb.close(); + } + public void onError(Exception e) { + byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; + org.apache.thrift.TBase msg; + get_num_partitions_by_filter_result result = new get_num_partitions_by_filter_result(); + if (e instanceof MetaException) { + result.o1 = (MetaException) e; + result.setO1IsSet(true); + msg = result; + } + else if (e instanceof NoSuchObjectException) { + result.o2 = (NoSuchObjectException) e; + result.setO2IsSet(true); + msg = result; + } + else + { + msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; + msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); + } + try { + fcall.sendResponse(fb,msg,msgType,seqid); + return; + } catch (Exception ex) { + LOGGER.error("Exception writing to internal frame buffer", ex); + } + fb.close(); + } + }; + } + + protected boolean isOneway() { + return false; + } + + public void start(I iface, get_num_partitions_by_filter_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.get_num_partitions_by_filter(args.db_name, args.tbl_name, args.filter,resultHandler); + } + } + public static class get_partitions_by_names extends org.apache.thrift.AsyncProcessFunction> { public get_partitions_by_names() { super("get_partitions_by_names"); @@ -24695,10 +24860,10 @@ public Object getFieldValue(_Fields field) { return getName(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); case CASCADE: - return isCascade(); + return Boolean.valueOf(isCascade()); } throw new IllegalStateException(); @@ -29725,7 +29890,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -30715,7 +30880,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -39355,7 +39520,7 @@ public Object getFieldValue(_Fields field) { return getName(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); } throw new IllegalStateException(); @@ -40429,7 +40594,7 @@ public Object getFieldValue(_Fields field) { return getName(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); case ENVIRONMENT_CONTEXT: return getEnvironment_context(); @@ -46783,7 +46948,7 @@ public Object getFieldValue(_Fields field) { return getFilter(); case MAX_TABLES: - return getMax_tables(); + return Short.valueOf(getMax_tables()); } throw new IllegalStateException(); @@ -50302,7 +50467,7 @@ public Object getFieldValue(_Fields field) { return getNew_tbl(); case CASCADE: - return isCascade(); + return Boolean.valueOf(isCascade()); } throw new IllegalStateException(); @@ -54041,7 +54206,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return getSuccess(); + return Integer.valueOf(getSuccess()); case O1: return getO1(); @@ -55129,7 +55294,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return getSuccess(); + return Integer.valueOf(getSuccess()); case O1: return getO1(); @@ -62179,7 +62344,7 @@ public Object getFieldValue(_Fields field) { return getPart_vals(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); } throw new IllegalStateException(); @@ -62826,7 +62991,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -63510,7 +63675,7 @@ public Object getFieldValue(_Fields field) { return getPart_vals(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); case ENVIRONMENT_CONTEXT: return getEnvironment_context(); @@ -64222,7 +64387,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -64845,7 +65010,7 @@ public Object getFieldValue(_Fields field) { return getPart_name(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); } throw new IllegalStateException(); @@ -65460,7 +65625,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -66127,7 +66292,7 @@ public Object getFieldValue(_Fields field) { return getPart_name(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); case ENVIRONMENT_CONTEXT: return getEnvironment_context(); @@ -66807,7 +66972,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -75376,7 +75541,7 @@ public Object getFieldValue(_Fields field) { return getTbl_name(); case MAX_PARTS: - return getMax_parts(); + return Short.valueOf(getMax_parts()); } throw new IllegalStateException(); @@ -76671,7 +76836,7 @@ public Object getFieldValue(_Fields field) { return getTbl_name(); case MAX_PARTS: - return getMax_parts(); + return Short.valueOf(getMax_parts()); case USER_NAME: return getUser_name(); @@ -78013,7 +78178,7 @@ public Object getFieldValue(_Fields field) { return getTbl_name(); case MAX_PARTS: - return getMax_parts(); + return Integer.valueOf(getMax_parts()); } throw new IllegalStateException(); @@ -79203,7 +79368,7 @@ public Object getFieldValue(_Fields field) { return getTbl_name(); case MAX_PARTS: - return getMax_parts(); + return Short.valueOf(getMax_parts()); } throw new IllegalStateException(); @@ -80346,7 +80511,7 @@ public Object getFieldValue(_Fields field) { return getPart_vals(); case MAX_PARTS: - return getMax_parts(); + return Short.valueOf(getMax_parts()); } throw new IllegalStateException(); @@ -81794,7 +81959,7 @@ public Object getFieldValue(_Fields field) { return getPart_vals(); case MAX_PARTS: - return getMax_parts(); + return Short.valueOf(getMax_parts()); case USER_NAME: return getUser_name(); @@ -83289,7 +83454,7 @@ public Object getFieldValue(_Fields field) { return getPart_vals(); case MAX_PARTS: - return getMax_parts(); + return Short.valueOf(getMax_parts()); } throw new IllegalStateException(); @@ -84610,7 +84775,7 @@ public Object getFieldValue(_Fields field) { return getFilter(); case MAX_PARTS: - return getMax_parts(); + return Short.valueOf(getMax_parts()); } throw new IllegalStateException(); @@ -85904,7 +86069,7 @@ public Object getFieldValue(_Fields field) { return getFilter(); case MAX_PARTS: - return getMax_parts(); + return Integer.valueOf(getMax_parts()); } throw new IllegalStateException(); @@ -87843,28 +88008,28 @@ public void read(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_ex } - public static class get_partitions_by_names_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("get_partitions_by_names_args"); + public static class get_num_partitions_by_filter_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("get_num_partitions_by_filter_args"); private static final org.apache.thrift.protocol.TField DB_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("db_name", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField TBL_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("tbl_name", org.apache.thrift.protocol.TType.STRING, (short)2); - private static final org.apache.thrift.protocol.TField NAMES_FIELD_DESC = new org.apache.thrift.protocol.TField("names", org.apache.thrift.protocol.TType.LIST, (short)3); + private static final org.apache.thrift.protocol.TField FILTER_FIELD_DESC = new org.apache.thrift.protocol.TField("filter", org.apache.thrift.protocol.TType.STRING, (short)3); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new get_partitions_by_names_argsStandardSchemeFactory()); - schemes.put(TupleScheme.class, new get_partitions_by_names_argsTupleSchemeFactory()); + schemes.put(StandardScheme.class, new get_num_partitions_by_filter_argsStandardSchemeFactory()); + schemes.put(TupleScheme.class, new get_num_partitions_by_filter_argsTupleSchemeFactory()); } private String db_name; // required private String tbl_name; // required - private List names; // required + private String filter; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { DB_NAME((short)1, "db_name"), TBL_NAME((short)2, "tbl_name"), - NAMES((short)3, "names"); + FILTER((short)3, "filter"); private static final Map byName = new HashMap(); @@ -87883,8 +88048,8 @@ public static _Fields findByThriftId(int fieldId) { return DB_NAME; case 2: // TBL_NAME return TBL_NAME; - case 3: // NAMES - return NAMES; + case 3: // FILTER + return FILTER; default: return null; } @@ -87932,52 +88097,50 @@ public String getFieldName() { new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.TBL_NAME, new org.apache.thrift.meta_data.FieldMetaData("tbl_name", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); - tmpMap.put(_Fields.NAMES, new org.apache.thrift.meta_data.FieldMetaData("names", org.apache.thrift.TFieldRequirementType.DEFAULT, - new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, - new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); + tmpMap.put(_Fields.FILTER, new org.apache.thrift.meta_data.FieldMetaData("filter", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(get_partitions_by_names_args.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(get_num_partitions_by_filter_args.class, metaDataMap); } - public get_partitions_by_names_args() { + public get_num_partitions_by_filter_args() { } - public get_partitions_by_names_args( + public get_num_partitions_by_filter_args( String db_name, String tbl_name, - List names) + String filter) { this(); this.db_name = db_name; this.tbl_name = tbl_name; - this.names = names; + this.filter = filter; } /** * Performs a deep copy on other. */ - public get_partitions_by_names_args(get_partitions_by_names_args other) { + public get_num_partitions_by_filter_args(get_num_partitions_by_filter_args other) { if (other.isSetDb_name()) { this.db_name = other.db_name; } if (other.isSetTbl_name()) { this.tbl_name = other.tbl_name; } - if (other.isSetNames()) { - List __this__names = new ArrayList(other.names); - this.names = __this__names; + if (other.isSetFilter()) { + this.filter = other.filter; } } - public get_partitions_by_names_args deepCopy() { - return new get_partitions_by_names_args(this); + public get_num_partitions_by_filter_args deepCopy() { + return new get_num_partitions_by_filter_args(this); } @Override public void clear() { this.db_name = null; this.tbl_name = null; - this.names = null; + this.filter = null; } public String getDb_name() { @@ -88026,41 +88189,26 @@ public void setTbl_nameIsSet(boolean value) { } } - public int getNamesSize() { - return (this.names == null) ? 0 : this.names.size(); - } - - public java.util.Iterator getNamesIterator() { - return (this.names == null) ? null : this.names.iterator(); - } - - public void addToNames(String elem) { - if (this.names == null) { - this.names = new ArrayList(); - } - this.names.add(elem); - } - - public List getNames() { - return this.names; + public String getFilter() { + return this.filter; } - public void setNames(List names) { - this.names = names; + public void setFilter(String filter) { + this.filter = filter; } - public void unsetNames() { - this.names = null; + public void unsetFilter() { + this.filter = null; } - /** Returns true if field names is set (has been assigned a value) and false otherwise */ - public boolean isSetNames() { - return this.names != null; + /** Returns true if field filter is set (has been assigned a value) and false otherwise */ + public boolean isSetFilter() { + return this.filter != null; } - public void setNamesIsSet(boolean value) { + public void setFilterIsSet(boolean value) { if (!value) { - this.names = null; + this.filter = null; } } @@ -88082,11 +88230,11 @@ public void setFieldValue(_Fields field, Object value) { } break; - case NAMES: + case FILTER: if (value == null) { - unsetNames(); + unsetFilter(); } else { - setNames((List)value); + setFilter((String)value); } break; @@ -88101,8 +88249,8 @@ public Object getFieldValue(_Fields field) { case TBL_NAME: return getTbl_name(); - case NAMES: - return getNames(); + case FILTER: + return getFilter(); } throw new IllegalStateException(); @@ -88119,8 +88267,8 @@ public boolean isSet(_Fields field) { return isSetDb_name(); case TBL_NAME: return isSetTbl_name(); - case NAMES: - return isSetNames(); + case FILTER: + return isSetFilter(); } throw new IllegalStateException(); } @@ -88129,12 +88277,12 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof get_partitions_by_names_args) - return this.equals((get_partitions_by_names_args)that); + if (that instanceof get_num_partitions_by_filter_args) + return this.equals((get_num_partitions_by_filter_args)that); return false; } - public boolean equals(get_partitions_by_names_args that) { + public boolean equals(get_num_partitions_by_filter_args that) { if (that == null) return false; @@ -88156,12 +88304,12 @@ public boolean equals(get_partitions_by_names_args that) { return false; } - boolean this_present_names = true && this.isSetNames(); - boolean that_present_names = true && that.isSetNames(); - if (this_present_names || that_present_names) { - if (!(this_present_names && that_present_names)) + boolean this_present_filter = true && this.isSetFilter(); + boolean that_present_filter = true && that.isSetFilter(); + if (this_present_filter || that_present_filter) { + if (!(this_present_filter && that_present_filter)) return false; - if (!this.names.equals(that.names)) + if (!this.filter.equals(that.filter)) return false; } @@ -88182,16 +88330,16 @@ public int hashCode() { if (present_tbl_name) list.add(tbl_name); - boolean present_names = true && (isSetNames()); - list.add(present_names); - if (present_names) - list.add(names); + boolean present_filter = true && (isSetFilter()); + list.add(present_filter); + if (present_filter) + list.add(filter); return list.hashCode(); } @Override - public int compareTo(get_partitions_by_names_args other) { + public int compareTo(get_num_partitions_by_filter_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -88218,12 +88366,12 @@ public int compareTo(get_partitions_by_names_args other) { return lastComparison; } } - lastComparison = Boolean.valueOf(isSetNames()).compareTo(other.isSetNames()); + lastComparison = Boolean.valueOf(isSetFilter()).compareTo(other.isSetFilter()); if (lastComparison != 0) { return lastComparison; } - if (isSetNames()) { - lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.names, other.names); + if (isSetFilter()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.filter, other.filter); if (lastComparison != 0) { return lastComparison; } @@ -88245,7 +88393,7 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("get_partitions_by_names_args("); + StringBuilder sb = new StringBuilder("get_num_partitions_by_filter_args("); boolean first = true; sb.append("db_name:"); @@ -88264,11 +88412,11 @@ public String toString() { } first = false; if (!first) sb.append(", "); - sb.append("names:"); - if (this.names == null) { + sb.append("filter:"); + if (this.filter == null) { sb.append("null"); } else { - sb.append(this.names); + sb.append(this.filter); } first = false; sb.append(")"); @@ -88296,15 +88444,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class get_partitions_by_names_argsStandardSchemeFactory implements SchemeFactory { - public get_partitions_by_names_argsStandardScheme getScheme() { - return new get_partitions_by_names_argsStandardScheme(); + private static class get_num_partitions_by_filter_argsStandardSchemeFactory implements SchemeFactory { + public get_num_partitions_by_filter_argsStandardScheme getScheme() { + return new get_num_partitions_by_filter_argsStandardScheme(); } } - private static class get_partitions_by_names_argsStandardScheme extends StandardScheme { + private static class get_num_partitions_by_filter_argsStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, get_partitions_by_names_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, get_num_partitions_by_filter_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -88330,20 +88478,10 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, get_partitions_by_n org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; - case 3: // NAMES - if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { - { - org.apache.thrift.protocol.TList _list918 = iprot.readListBegin(); - struct.names = new ArrayList(_list918.size); - String _elem919; - for (int _i920 = 0; _i920 < _list918.size; ++_i920) - { - _elem919 = iprot.readString(); - struct.names.add(_elem919); - } - iprot.readListEnd(); - } - struct.setNamesIsSet(true); + case 3: // FILTER + if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { + struct.filter = iprot.readString(); + struct.setFilterIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } @@ -88357,7 +88495,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, get_partitions_by_n struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, get_partitions_by_names_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, get_num_partitions_by_filter_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); @@ -88371,16 +88509,9 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, get_partitions_by_ oprot.writeString(struct.tbl_name); oprot.writeFieldEnd(); } - if (struct.names != null) { - oprot.writeFieldBegin(NAMES_FIELD_DESC); - { - oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.names.size())); - for (String _iter921 : struct.names) - { - oprot.writeString(_iter921); - } - oprot.writeListEnd(); - } + if (struct.filter != null) { + oprot.writeFieldBegin(FILTER_FIELD_DESC); + oprot.writeString(struct.filter); oprot.writeFieldEnd(); } oprot.writeFieldStop(); @@ -88389,16 +88520,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, get_partitions_by_ } - private static class get_partitions_by_names_argsTupleSchemeFactory implements SchemeFactory { - public get_partitions_by_names_argsTupleScheme getScheme() { - return new get_partitions_by_names_argsTupleScheme(); + private static class get_num_partitions_by_filter_argsTupleSchemeFactory implements SchemeFactory { + public get_num_partitions_by_filter_argsTupleScheme getScheme() { + return new get_num_partitions_by_filter_argsTupleScheme(); } } - private static class get_partitions_by_names_argsTupleScheme extends TupleScheme { + private static class get_num_partitions_by_filter_argsTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_names_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, get_num_partitions_by_filter_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetDb_name()) { @@ -88407,7 +88538,7 @@ public void write(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_n if (struct.isSetTbl_name()) { optionals.set(1); } - if (struct.isSetNames()) { + if (struct.isSetFilter()) { optionals.set(2); } oprot.writeBitSet(optionals, 3); @@ -88417,19 +88548,13 @@ public void write(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_n if (struct.isSetTbl_name()) { oprot.writeString(struct.tbl_name); } - if (struct.isSetNames()) { - { - oprot.writeI32(struct.names.size()); - for (String _iter922 : struct.names) - { - oprot.writeString(_iter922); - } - } + if (struct.isSetFilter()) { + oprot.writeString(struct.filter); } } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_names_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, get_num_partitions_by_filter_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { @@ -88441,37 +88566,28 @@ public void read(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_na struct.setTbl_nameIsSet(true); } if (incoming.get(2)) { - { - org.apache.thrift.protocol.TList _list923 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.names = new ArrayList(_list923.size); - String _elem924; - for (int _i925 = 0; _i925 < _list923.size; ++_i925) - { - _elem924 = iprot.readString(); - struct.names.add(_elem924); - } - } - struct.setNamesIsSet(true); + struct.filter = iprot.readString(); + struct.setFilterIsSet(true); } } } } - public static class get_partitions_by_names_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("get_partitions_by_names_result"); + public static class get_num_partitions_by_filter_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("get_num_partitions_by_filter_result"); - private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.LIST, (short)0); + private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.I32, (short)0); private static final org.apache.thrift.protocol.TField O1_FIELD_DESC = new org.apache.thrift.protocol.TField("o1", org.apache.thrift.protocol.TType.STRUCT, (short)1); private static final org.apache.thrift.protocol.TField O2_FIELD_DESC = new org.apache.thrift.protocol.TField("o2", org.apache.thrift.protocol.TType.STRUCT, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new get_partitions_by_names_resultStandardSchemeFactory()); - schemes.put(TupleScheme.class, new get_partitions_by_names_resultTupleSchemeFactory()); + schemes.put(StandardScheme.class, new get_num_partitions_by_filter_resultStandardSchemeFactory()); + schemes.put(TupleScheme.class, new get_num_partitions_by_filter_resultTupleSchemeFactory()); } - private List success; // required + private int success; // required private MetaException o1; // required private NoSuchObjectException o2; // required @@ -88540,30 +88656,32 @@ public String getFieldName() { } // isset id assignments + private static final int __SUCCESS_ISSET_ID = 0; + private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, - new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, - new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class)))); + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32))); tmpMap.put(_Fields.O1, new org.apache.thrift.meta_data.FieldMetaData("o1", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); tmpMap.put(_Fields.O2, new org.apache.thrift.meta_data.FieldMetaData("o2", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(get_partitions_by_names_result.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(get_num_partitions_by_filter_result.class, metaDataMap); } - public get_partitions_by_names_result() { + public get_num_partitions_by_filter_result() { } - public get_partitions_by_names_result( - List success, + public get_num_partitions_by_filter_result( + int success, MetaException o1, NoSuchObjectException o2) { this(); this.success = success; + setSuccessIsSet(true); this.o1 = o1; this.o2 = o2; } @@ -88571,14 +88689,9 @@ public get_partitions_by_names_result( /** * Performs a deep copy on other. */ - public get_partitions_by_names_result(get_partitions_by_names_result other) { - if (other.isSetSuccess()) { - List __this__success = new ArrayList(other.success.size()); - for (Partition other_element : other.success) { - __this__success.add(new Partition(other_element)); - } - this.success = __this__success; - } + public get_num_partitions_by_filter_result(get_num_partitions_by_filter_result other) { + __isset_bitfield = other.__isset_bitfield; + this.success = other.success; if (other.isSetO1()) { this.o1 = new MetaException(other.o1); } @@ -88587,53 +88700,38 @@ public get_partitions_by_names_result(get_partitions_by_names_result other) { } } - public get_partitions_by_names_result deepCopy() { - return new get_partitions_by_names_result(this); + public get_num_partitions_by_filter_result deepCopy() { + return new get_num_partitions_by_filter_result(this); } @Override public void clear() { - this.success = null; + setSuccessIsSet(false); + this.success = 0; this.o1 = null; this.o2 = null; } - public int getSuccessSize() { - return (this.success == null) ? 0 : this.success.size(); - } - - public java.util.Iterator getSuccessIterator() { - return (this.success == null) ? null : this.success.iterator(); - } - - public void addToSuccess(Partition elem) { - if (this.success == null) { - this.success = new ArrayList(); - } - this.success.add(elem); - } - - public List getSuccess() { + public int getSuccess() { return this.success; } - public void setSuccess(List success) { + public void setSuccess(int success) { this.success = success; + setSuccessIsSet(true); } public void unsetSuccess() { - this.success = null; + __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { - return this.success != null; + return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { - if (!value) { - this.success = null; - } + __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public MetaException getO1() { @@ -88688,7 +88786,7 @@ public void setFieldValue(_Fields field, Object value) { if (value == null) { unsetSuccess(); } else { - setSuccess((List)value); + setSuccess((Integer)value); } break; @@ -88714,7 +88812,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return getSuccess(); + return Integer.valueOf(getSuccess()); case O1: return getO1(); @@ -88747,21 +88845,21 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof get_partitions_by_names_result) - return this.equals((get_partitions_by_names_result)that); + if (that instanceof get_num_partitions_by_filter_result) + return this.equals((get_num_partitions_by_filter_result)that); return false; } - public boolean equals(get_partitions_by_names_result that) { + public boolean equals(get_num_partitions_by_filter_result that) { if (that == null) return false; - boolean this_present_success = true && this.isSetSuccess(); - boolean that_present_success = true && that.isSetSuccess(); + boolean this_present_success = true; + boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; - if (!this.success.equals(that.success)) + if (this.success != that.success) return false; } @@ -88790,7 +88888,7 @@ public boolean equals(get_partitions_by_names_result that) { public int hashCode() { List list = new ArrayList(); - boolean present_success = true && (isSetSuccess()); + boolean present_success = true; list.add(present_success); if (present_success) list.add(success); @@ -88809,7 +88907,7 @@ public int hashCode() { } @Override - public int compareTo(get_partitions_by_names_result other) { + public int compareTo(get_num_partitions_by_filter_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -88863,15 +88961,11 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("get_partitions_by_names_result("); + StringBuilder sb = new StringBuilder("get_num_partitions_by_filter_result("); boolean first = true; sb.append("success:"); - if (this.success == null) { - sb.append("null"); - } else { - sb.append(this.success); - } + sb.append(this.success); first = false; if (!first) sb.append(", "); sb.append("o1:"); @@ -88908,21 +89002,23 @@ private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOExcept private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { + // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. + __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } - private static class get_partitions_by_names_resultStandardSchemeFactory implements SchemeFactory { - public get_partitions_by_names_resultStandardScheme getScheme() { - return new get_partitions_by_names_resultStandardScheme(); + private static class get_num_partitions_by_filter_resultStandardSchemeFactory implements SchemeFactory { + public get_num_partitions_by_filter_resultStandardScheme getScheme() { + return new get_num_partitions_by_filter_resultStandardScheme(); } } - private static class get_partitions_by_names_resultStandardScheme extends StandardScheme { + private static class get_num_partitions_by_filter_resultStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, get_partitions_by_names_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, get_num_partitions_by_filter_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -88933,19 +89029,8 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, get_partitions_by_n } switch (schemeField.id) { case 0: // SUCCESS - if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { - { - org.apache.thrift.protocol.TList _list926 = iprot.readListBegin(); - struct.success = new ArrayList(_list926.size); - Partition _elem927; - for (int _i928 = 0; _i928 < _list926.size; ++_i928) - { - _elem927 = new Partition(); - _elem927.read(iprot); - struct.success.add(_elem927); - } - iprot.readListEnd(); - } + if (schemeField.type == org.apache.thrift.protocol.TType.I32) { + struct.success = iprot.readI32(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); @@ -88978,20 +89063,13 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, get_partitions_by_n struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, get_partitions_by_names_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, get_num_partitions_by_filter_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); - if (struct.success != null) { + if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); - { - oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (Partition _iter929 : struct.success) - { - _iter929.write(oprot); - } - oprot.writeListEnd(); - } + oprot.writeI32(struct.success); oprot.writeFieldEnd(); } if (struct.o1 != null) { @@ -89010,16 +89088,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, get_partitions_by_ } - private static class get_partitions_by_names_resultTupleSchemeFactory implements SchemeFactory { - public get_partitions_by_names_resultTupleScheme getScheme() { - return new get_partitions_by_names_resultTupleScheme(); + private static class get_num_partitions_by_filter_resultTupleSchemeFactory implements SchemeFactory { + public get_num_partitions_by_filter_resultTupleScheme getScheme() { + return new get_num_partitions_by_filter_resultTupleScheme(); } } - private static class get_partitions_by_names_resultTupleScheme extends TupleScheme { + private static class get_num_partitions_by_filter_resultTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_names_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, get_num_partitions_by_filter_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { @@ -89033,13 +89111,7 @@ public void write(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_n } oprot.writeBitSet(optionals, 3); if (struct.isSetSuccess()) { - { - oprot.writeI32(struct.success.size()); - for (Partition _iter930 : struct.success) - { - _iter930.write(oprot); - } - } + oprot.writeI32(struct.success); } if (struct.isSetO1()) { struct.o1.write(oprot); @@ -89050,21 +89122,11 @@ public void write(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_n } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_names_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, get_num_partitions_by_filter_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { - { - org.apache.thrift.protocol.TList _list931 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList(_list931.size); - Partition _elem932; - for (int _i933 = 0; _i933 < _list931.size; ++_i933) - { - _elem932 = new Partition(); - _elem932.read(iprot); - struct.success.add(_elem932); - } - } + struct.success = iprot.readI32(); struct.setSuccessIsSet(true); } if (incoming.get(1)) { @@ -89082,28 +89144,28 @@ public void read(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_na } - public static class alter_partition_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partition_args"); + public static class get_partitions_by_names_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("get_partitions_by_names_args"); private static final org.apache.thrift.protocol.TField DB_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("db_name", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField TBL_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("tbl_name", org.apache.thrift.protocol.TType.STRING, (short)2); - private static final org.apache.thrift.protocol.TField NEW_PART_FIELD_DESC = new org.apache.thrift.protocol.TField("new_part", org.apache.thrift.protocol.TType.STRUCT, (short)3); + private static final org.apache.thrift.protocol.TField NAMES_FIELD_DESC = new org.apache.thrift.protocol.TField("names", org.apache.thrift.protocol.TType.LIST, (short)3); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new alter_partition_argsStandardSchemeFactory()); - schemes.put(TupleScheme.class, new alter_partition_argsTupleSchemeFactory()); + schemes.put(StandardScheme.class, new get_partitions_by_names_argsStandardSchemeFactory()); + schemes.put(TupleScheme.class, new get_partitions_by_names_argsTupleSchemeFactory()); } private String db_name; // required private String tbl_name; // required - private Partition new_part; // required + private List names; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { DB_NAME((short)1, "db_name"), TBL_NAME((short)2, "tbl_name"), - NEW_PART((short)3, "new_part"); + NAMES((short)3, "names"); private static final Map byName = new HashMap(); @@ -89122,8 +89184,8 @@ public static _Fields findByThriftId(int fieldId) { return DB_NAME; case 2: // TBL_NAME return TBL_NAME; - case 3: // NEW_PART - return NEW_PART; + case 3: // NAMES + return NAMES; default: return null; } @@ -89171,50 +89233,52 @@ public String getFieldName() { new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.TBL_NAME, new org.apache.thrift.meta_data.FieldMetaData("tbl_name", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); - tmpMap.put(_Fields.NEW_PART, new org.apache.thrift.meta_data.FieldMetaData("new_part", org.apache.thrift.TFieldRequirementType.DEFAULT, - new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class))); + tmpMap.put(_Fields.NAMES, new org.apache.thrift.meta_data.FieldMetaData("names", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partition_args.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(get_partitions_by_names_args.class, metaDataMap); } - public alter_partition_args() { + public get_partitions_by_names_args() { } - public alter_partition_args( + public get_partitions_by_names_args( String db_name, String tbl_name, - Partition new_part) + List names) { this(); this.db_name = db_name; this.tbl_name = tbl_name; - this.new_part = new_part; + this.names = names; } /** * Performs a deep copy on other. */ - public alter_partition_args(alter_partition_args other) { + public get_partitions_by_names_args(get_partitions_by_names_args other) { if (other.isSetDb_name()) { this.db_name = other.db_name; } if (other.isSetTbl_name()) { this.tbl_name = other.tbl_name; } - if (other.isSetNew_part()) { - this.new_part = new Partition(other.new_part); + if (other.isSetNames()) { + List __this__names = new ArrayList(other.names); + this.names = __this__names; } } - public alter_partition_args deepCopy() { - return new alter_partition_args(this); + public get_partitions_by_names_args deepCopy() { + return new get_partitions_by_names_args(this); } @Override public void clear() { this.db_name = null; this.tbl_name = null; - this.new_part = null; + this.names = null; } public String getDb_name() { @@ -89263,26 +89327,41 @@ public void setTbl_nameIsSet(boolean value) { } } - public Partition getNew_part() { - return this.new_part; + public int getNamesSize() { + return (this.names == null) ? 0 : this.names.size(); } - public void setNew_part(Partition new_part) { - this.new_part = new_part; + public java.util.Iterator getNamesIterator() { + return (this.names == null) ? null : this.names.iterator(); } - public void unsetNew_part() { - this.new_part = null; + public void addToNames(String elem) { + if (this.names == null) { + this.names = new ArrayList(); + } + this.names.add(elem); } - /** Returns true if field new_part is set (has been assigned a value) and false otherwise */ - public boolean isSetNew_part() { - return this.new_part != null; + public List getNames() { + return this.names; } - public void setNew_partIsSet(boolean value) { + public void setNames(List names) { + this.names = names; + } + + public void unsetNames() { + this.names = null; + } + + /** Returns true if field names is set (has been assigned a value) and false otherwise */ + public boolean isSetNames() { + return this.names != null; + } + + public void setNamesIsSet(boolean value) { if (!value) { - this.new_part = null; + this.names = null; } } @@ -89304,11 +89383,11 @@ public void setFieldValue(_Fields field, Object value) { } break; - case NEW_PART: + case NAMES: if (value == null) { - unsetNew_part(); + unsetNames(); } else { - setNew_part((Partition)value); + setNames((List)value); } break; @@ -89323,8 +89402,8 @@ public Object getFieldValue(_Fields field) { case TBL_NAME: return getTbl_name(); - case NEW_PART: - return getNew_part(); + case NAMES: + return getNames(); } throw new IllegalStateException(); @@ -89341,8 +89420,8 @@ public boolean isSet(_Fields field) { return isSetDb_name(); case TBL_NAME: return isSetTbl_name(); - case NEW_PART: - return isSetNew_part(); + case NAMES: + return isSetNames(); } throw new IllegalStateException(); } @@ -89351,12 +89430,12 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof alter_partition_args) - return this.equals((alter_partition_args)that); + if (that instanceof get_partitions_by_names_args) + return this.equals((get_partitions_by_names_args)that); return false; } - public boolean equals(alter_partition_args that) { + public boolean equals(get_partitions_by_names_args that) { if (that == null) return false; @@ -89378,12 +89457,12 @@ public boolean equals(alter_partition_args that) { return false; } - boolean this_present_new_part = true && this.isSetNew_part(); - boolean that_present_new_part = true && that.isSetNew_part(); - if (this_present_new_part || that_present_new_part) { - if (!(this_present_new_part && that_present_new_part)) + boolean this_present_names = true && this.isSetNames(); + boolean that_present_names = true && that.isSetNames(); + if (this_present_names || that_present_names) { + if (!(this_present_names && that_present_names)) return false; - if (!this.new_part.equals(that.new_part)) + if (!this.names.equals(that.names)) return false; } @@ -89404,16 +89483,16 @@ public int hashCode() { if (present_tbl_name) list.add(tbl_name); - boolean present_new_part = true && (isSetNew_part()); - list.add(present_new_part); - if (present_new_part) - list.add(new_part); + boolean present_names = true && (isSetNames()); + list.add(present_names); + if (present_names) + list.add(names); return list.hashCode(); } @Override - public int compareTo(alter_partition_args other) { + public int compareTo(get_partitions_by_names_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -89440,12 +89519,12 @@ public int compareTo(alter_partition_args other) { return lastComparison; } } - lastComparison = Boolean.valueOf(isSetNew_part()).compareTo(other.isSetNew_part()); + lastComparison = Boolean.valueOf(isSetNames()).compareTo(other.isSetNames()); if (lastComparison != 0) { return lastComparison; } - if (isSetNew_part()) { - lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.new_part, other.new_part); + if (isSetNames()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.names, other.names); if (lastComparison != 0) { return lastComparison; } @@ -89467,7 +89546,7 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("alter_partition_args("); + StringBuilder sb = new StringBuilder("get_partitions_by_names_args("); boolean first = true; sb.append("db_name:"); @@ -89486,11 +89565,11 @@ public String toString() { } first = false; if (!first) sb.append(", "); - sb.append("new_part:"); - if (this.new_part == null) { + sb.append("names:"); + if (this.names == null) { sb.append("null"); } else { - sb.append(this.new_part); + sb.append(this.names); } first = false; sb.append(")"); @@ -89500,9 +89579,6 @@ public String toString() { public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity - if (new_part != null) { - new_part.validate(); - } } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { @@ -89521,15 +89597,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class alter_partition_argsStandardSchemeFactory implements SchemeFactory { - public alter_partition_argsStandardScheme getScheme() { - return new alter_partition_argsStandardScheme(); + private static class get_partitions_by_names_argsStandardSchemeFactory implements SchemeFactory { + public get_partitions_by_names_argsStandardScheme getScheme() { + return new get_partitions_by_names_argsStandardScheme(); } } - private static class alter_partition_argsStandardScheme extends StandardScheme { + private static class get_partitions_by_names_argsStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, get_partitions_by_names_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -89555,11 +89631,20 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_arg org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; - case 3: // NEW_PART - if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { - struct.new_part = new Partition(); - struct.new_part.read(iprot); - struct.setNew_partIsSet(true); + case 3: // NAMES + if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { + { + org.apache.thrift.protocol.TList _list918 = iprot.readListBegin(); + struct.names = new ArrayList(_list918.size); + String _elem919; + for (int _i920 = 0; _i920 < _list918.size; ++_i920) + { + _elem919 = iprot.readString(); + struct.names.add(_elem919); + } + iprot.readListEnd(); + } + struct.setNamesIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } @@ -89573,7 +89658,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_arg struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, get_partitions_by_names_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); @@ -89587,9 +89672,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_ar oprot.writeString(struct.tbl_name); oprot.writeFieldEnd(); } - if (struct.new_part != null) { - oprot.writeFieldBegin(NEW_PART_FIELD_DESC); - struct.new_part.write(oprot); + if (struct.names != null) { + oprot.writeFieldBegin(NAMES_FIELD_DESC); + { + oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.names.size())); + for (String _iter921 : struct.names) + { + oprot.writeString(_iter921); + } + oprot.writeListEnd(); + } oprot.writeFieldEnd(); } oprot.writeFieldStop(); @@ -89598,16 +89690,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_ar } - private static class alter_partition_argsTupleSchemeFactory implements SchemeFactory { - public alter_partition_argsTupleScheme getScheme() { - return new alter_partition_argsTupleScheme(); + private static class get_partitions_by_names_argsTupleSchemeFactory implements SchemeFactory { + public get_partitions_by_names_argsTupleScheme getScheme() { + return new get_partitions_by_names_argsTupleScheme(); } } - private static class alter_partition_argsTupleScheme extends TupleScheme { + private static class get_partitions_by_names_argsTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_names_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetDb_name()) { @@ -89616,7 +89708,7 @@ public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_arg if (struct.isSetTbl_name()) { optionals.set(1); } - if (struct.isSetNew_part()) { + if (struct.isSetNames()) { optionals.set(2); } oprot.writeBitSet(optionals, 3); @@ -89626,13 +89718,19 @@ public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_arg if (struct.isSetTbl_name()) { oprot.writeString(struct.tbl_name); } - if (struct.isSetNew_part()) { - struct.new_part.write(oprot); + if (struct.isSetNames()) { + { + oprot.writeI32(struct.names.size()); + for (String _iter922 : struct.names) + { + oprot.writeString(_iter922); + } + } } } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_names_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { @@ -89644,32 +89742,43 @@ public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_args struct.setTbl_nameIsSet(true); } if (incoming.get(2)) { - struct.new_part = new Partition(); - struct.new_part.read(iprot); - struct.setNew_partIsSet(true); + { + org.apache.thrift.protocol.TList _list923 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.names = new ArrayList(_list923.size); + String _elem924; + for (int _i925 = 0; _i925 < _list923.size; ++_i925) + { + _elem924 = iprot.readString(); + struct.names.add(_elem924); + } + } + struct.setNamesIsSet(true); } } } } - public static class alter_partition_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partition_result"); + public static class get_partitions_by_names_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("get_partitions_by_names_result"); + private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.LIST, (short)0); private static final org.apache.thrift.protocol.TField O1_FIELD_DESC = new org.apache.thrift.protocol.TField("o1", org.apache.thrift.protocol.TType.STRUCT, (short)1); private static final org.apache.thrift.protocol.TField O2_FIELD_DESC = new org.apache.thrift.protocol.TField("o2", org.apache.thrift.protocol.TType.STRUCT, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new alter_partition_resultStandardSchemeFactory()); - schemes.put(TupleScheme.class, new alter_partition_resultTupleSchemeFactory()); + schemes.put(StandardScheme.class, new get_partitions_by_names_resultStandardSchemeFactory()); + schemes.put(TupleScheme.class, new get_partitions_by_names_resultTupleSchemeFactory()); } - private InvalidOperationException o1; // required - private MetaException o2; // required + private List success; // required + private MetaException o1; // required + private NoSuchObjectException o2; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { + SUCCESS((short)0, "success"), O1((short)1, "o1"), O2((short)2, "o2"); @@ -89686,6 +89795,8 @@ public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_args */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { + case 0: // SUCCESS + return SUCCESS; case 1: // O1 return O1; case 2: // O2 @@ -89733,22 +89844,27 @@ public String getFieldName() { public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); + tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, + new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class)))); tmpMap.put(_Fields.O1, new org.apache.thrift.meta_data.FieldMetaData("o1", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); tmpMap.put(_Fields.O2, new org.apache.thrift.meta_data.FieldMetaData("o2", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partition_result.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(get_partitions_by_names_result.class, metaDataMap); } - public alter_partition_result() { + public get_partitions_by_names_result() { } - public alter_partition_result( - InvalidOperationException o1, - MetaException o2) + public get_partitions_by_names_result( + List success, + MetaException o1, + NoSuchObjectException o2) { this(); + this.success = success; this.o1 = o1; this.o2 = o2; } @@ -89756,30 +89872,76 @@ public alter_partition_result( /** * Performs a deep copy on other. */ - public alter_partition_result(alter_partition_result other) { + public get_partitions_by_names_result(get_partitions_by_names_result other) { + if (other.isSetSuccess()) { + List __this__success = new ArrayList(other.success.size()); + for (Partition other_element : other.success) { + __this__success.add(new Partition(other_element)); + } + this.success = __this__success; + } if (other.isSetO1()) { - this.o1 = new InvalidOperationException(other.o1); + this.o1 = new MetaException(other.o1); } if (other.isSetO2()) { - this.o2 = new MetaException(other.o2); + this.o2 = new NoSuchObjectException(other.o2); } } - public alter_partition_result deepCopy() { - return new alter_partition_result(this); + public get_partitions_by_names_result deepCopy() { + return new get_partitions_by_names_result(this); } @Override public void clear() { + this.success = null; this.o1 = null; this.o2 = null; } - public InvalidOperationException getO1() { + public int getSuccessSize() { + return (this.success == null) ? 0 : this.success.size(); + } + + public java.util.Iterator getSuccessIterator() { + return (this.success == null) ? null : this.success.iterator(); + } + + public void addToSuccess(Partition elem) { + if (this.success == null) { + this.success = new ArrayList(); + } + this.success.add(elem); + } + + public List getSuccess() { + return this.success; + } + + public void setSuccess(List success) { + this.success = success; + } + + public void unsetSuccess() { + this.success = null; + } + + /** Returns true if field success is set (has been assigned a value) and false otherwise */ + public boolean isSetSuccess() { + return this.success != null; + } + + public void setSuccessIsSet(boolean value) { + if (!value) { + this.success = null; + } + } + + public MetaException getO1() { return this.o1; } - public void setO1(InvalidOperationException o1) { + public void setO1(MetaException o1) { this.o1 = o1; } @@ -89798,11 +89960,11 @@ public void setO1IsSet(boolean value) { } } - public MetaException getO2() { + public NoSuchObjectException getO2() { return this.o2; } - public void setO2(MetaException o2) { + public void setO2(NoSuchObjectException o2) { this.o2 = o2; } @@ -89823,11 +89985,19 @@ public void setO2IsSet(boolean value) { public void setFieldValue(_Fields field, Object value) { switch (field) { + case SUCCESS: + if (value == null) { + unsetSuccess(); + } else { + setSuccess((List)value); + } + break; + case O1: if (value == null) { unsetO1(); } else { - setO1((InvalidOperationException)value); + setO1((MetaException)value); } break; @@ -89835,7 +90005,7 @@ public void setFieldValue(_Fields field, Object value) { if (value == null) { unsetO2(); } else { - setO2((MetaException)value); + setO2((NoSuchObjectException)value); } break; @@ -89844,6 +90014,9 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { + case SUCCESS: + return getSuccess(); + case O1: return getO1(); @@ -89861,6 +90034,8 @@ public boolean isSet(_Fields field) { } switch (field) { + case SUCCESS: + return isSetSuccess(); case O1: return isSetO1(); case O2: @@ -89873,15 +90048,24 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof alter_partition_result) - return this.equals((alter_partition_result)that); + if (that instanceof get_partitions_by_names_result) + return this.equals((get_partitions_by_names_result)that); return false; } - public boolean equals(alter_partition_result that) { + public boolean equals(get_partitions_by_names_result that) { if (that == null) return false; + boolean this_present_success = true && this.isSetSuccess(); + boolean that_present_success = true && that.isSetSuccess(); + if (this_present_success || that_present_success) { + if (!(this_present_success && that_present_success)) + return false; + if (!this.success.equals(that.success)) + return false; + } + boolean this_present_o1 = true && this.isSetO1(); boolean that_present_o1 = true && that.isSetO1(); if (this_present_o1 || that_present_o1) { @@ -89907,6 +90091,11 @@ public boolean equals(alter_partition_result that) { public int hashCode() { List list = new ArrayList(); + boolean present_success = true && (isSetSuccess()); + list.add(present_success); + if (present_success) + list.add(success); + boolean present_o1 = true && (isSetO1()); list.add(present_o1); if (present_o1) @@ -89921,13 +90110,23 @@ public int hashCode() { } @Override - public int compareTo(alter_partition_result other) { + public int compareTo(get_partitions_by_names_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; + lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(other.isSetSuccess()); + if (lastComparison != 0) { + return lastComparison; + } + if (isSetSuccess()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, other.success); + if (lastComparison != 0) { + return lastComparison; + } + } lastComparison = Boolean.valueOf(isSetO1()).compareTo(other.isSetO1()); if (lastComparison != 0) { return lastComparison; @@ -89965,9 +90164,17 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("alter_partition_result("); + StringBuilder sb = new StringBuilder("get_partitions_by_names_result("); boolean first = true; + sb.append("success:"); + if (this.success == null) { + sb.append("null"); + } else { + sb.append(this.success); + } + first = false; + if (!first) sb.append(", "); sb.append("o1:"); if (this.o1 == null) { sb.append("null"); @@ -90008,15 +90215,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class alter_partition_resultStandardSchemeFactory implements SchemeFactory { - public alter_partition_resultStandardScheme getScheme() { - return new alter_partition_resultStandardScheme(); + private static class get_partitions_by_names_resultStandardSchemeFactory implements SchemeFactory { + public get_partitions_by_names_resultStandardScheme getScheme() { + return new get_partitions_by_names_resultStandardScheme(); } } - private static class alter_partition_resultStandardScheme extends StandardScheme { + private static class get_partitions_by_names_resultStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, get_partitions_by_names_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -90026,9 +90233,28 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_res break; } switch (schemeField.id) { + case 0: // SUCCESS + if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { + { + org.apache.thrift.protocol.TList _list926 = iprot.readListBegin(); + struct.success = new ArrayList(_list926.size); + Partition _elem927; + for (int _i928 = 0; _i928 < _list926.size; ++_i928) + { + _elem927 = new Partition(); + _elem927.read(iprot); + struct.success.add(_elem927); + } + iprot.readListEnd(); + } + struct.setSuccessIsSet(true); + } else { + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + break; case 1: // O1 if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { - struct.o1 = new InvalidOperationException(); + struct.o1 = new MetaException(); struct.o1.read(iprot); struct.setO1IsSet(true); } else { @@ -90037,7 +90263,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_res break; case 2: // O2 if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { - struct.o2 = new MetaException(); + struct.o2 = new NoSuchObjectException(); struct.o2.read(iprot); struct.setO2IsSet(true); } else { @@ -90053,10 +90279,22 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_res struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, get_partitions_by_names_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); + if (struct.success != null) { + oprot.writeFieldBegin(SUCCESS_FIELD_DESC); + { + oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); + for (Partition _iter929 : struct.success) + { + _iter929.write(oprot); + } + oprot.writeListEnd(); + } + oprot.writeFieldEnd(); + } if (struct.o1 != null) { oprot.writeFieldBegin(O1_FIELD_DESC); struct.o1.write(oprot); @@ -90073,25 +90311,37 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_re } - private static class alter_partition_resultTupleSchemeFactory implements SchemeFactory { - public alter_partition_resultTupleScheme getScheme() { - return new alter_partition_resultTupleScheme(); + private static class get_partitions_by_names_resultTupleSchemeFactory implements SchemeFactory { + public get_partitions_by_names_resultTupleScheme getScheme() { + return new get_partitions_by_names_resultTupleScheme(); } } - private static class alter_partition_resultTupleScheme extends TupleScheme { + private static class get_partitions_by_names_resultTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_names_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); - if (struct.isSetO1()) { + if (struct.isSetSuccess()) { optionals.set(0); } - if (struct.isSetO2()) { + if (struct.isSetO1()) { optionals.set(1); } - oprot.writeBitSet(optionals, 2); + if (struct.isSetO2()) { + optionals.set(2); + } + oprot.writeBitSet(optionals, 3); + if (struct.isSetSuccess()) { + { + oprot.writeI32(struct.success.size()); + for (Partition _iter930 : struct.success) + { + _iter930.write(oprot); + } + } + } if (struct.isSetO1()) { struct.o1.write(oprot); } @@ -90101,16 +90351,30 @@ public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_res } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, get_partitions_by_names_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; - BitSet incoming = iprot.readBitSet(2); + BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { - struct.o1 = new InvalidOperationException(); + { + org.apache.thrift.protocol.TList _list931 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList(_list931.size); + Partition _elem932; + for (int _i933 = 0; _i933 < _list931.size; ++_i933) + { + _elem932 = new Partition(); + _elem932.read(iprot); + struct.success.add(_elem932); + } + } + struct.setSuccessIsSet(true); + } + if (incoming.get(1)) { + struct.o1 = new MetaException(); struct.o1.read(iprot); struct.setO1IsSet(true); } - if (incoming.get(1)) { - struct.o2 = new MetaException(); + if (incoming.get(2)) { + struct.o2 = new NoSuchObjectException(); struct.o2.read(iprot); struct.setO2IsSet(true); } @@ -90119,28 +90383,28 @@ public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_resu } - public static class alter_partitions_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partitions_args"); + public static class alter_partition_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partition_args"); private static final org.apache.thrift.protocol.TField DB_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("db_name", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField TBL_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("tbl_name", org.apache.thrift.protocol.TType.STRING, (short)2); - private static final org.apache.thrift.protocol.TField NEW_PARTS_FIELD_DESC = new org.apache.thrift.protocol.TField("new_parts", org.apache.thrift.protocol.TType.LIST, (short)3); + private static final org.apache.thrift.protocol.TField NEW_PART_FIELD_DESC = new org.apache.thrift.protocol.TField("new_part", org.apache.thrift.protocol.TType.STRUCT, (short)3); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new alter_partitions_argsStandardSchemeFactory()); - schemes.put(TupleScheme.class, new alter_partitions_argsTupleSchemeFactory()); + schemes.put(StandardScheme.class, new alter_partition_argsStandardSchemeFactory()); + schemes.put(TupleScheme.class, new alter_partition_argsTupleSchemeFactory()); } private String db_name; // required private String tbl_name; // required - private List new_parts; // required + private Partition new_part; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { DB_NAME((short)1, "db_name"), TBL_NAME((short)2, "tbl_name"), - NEW_PARTS((short)3, "new_parts"); + NEW_PART((short)3, "new_part"); private static final Map byName = new HashMap(); @@ -90159,8 +90423,8 @@ public static _Fields findByThriftId(int fieldId) { return DB_NAME; case 2: // TBL_NAME return TBL_NAME; - case 3: // NEW_PARTS - return NEW_PARTS; + case 3: // NEW_PART + return NEW_PART; default: return null; } @@ -90208,55 +90472,50 @@ public String getFieldName() { new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.TBL_NAME, new org.apache.thrift.meta_data.FieldMetaData("tbl_name", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); - tmpMap.put(_Fields.NEW_PARTS, new org.apache.thrift.meta_data.FieldMetaData("new_parts", org.apache.thrift.TFieldRequirementType.DEFAULT, - new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, - new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class)))); + tmpMap.put(_Fields.NEW_PART, new org.apache.thrift.meta_data.FieldMetaData("new_part", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partitions_args.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partition_args.class, metaDataMap); } - public alter_partitions_args() { + public alter_partition_args() { } - public alter_partitions_args( + public alter_partition_args( String db_name, String tbl_name, - List new_parts) + Partition new_part) { this(); this.db_name = db_name; this.tbl_name = tbl_name; - this.new_parts = new_parts; + this.new_part = new_part; } /** * Performs a deep copy on other. */ - public alter_partitions_args(alter_partitions_args other) { + public alter_partition_args(alter_partition_args other) { if (other.isSetDb_name()) { this.db_name = other.db_name; } if (other.isSetTbl_name()) { this.tbl_name = other.tbl_name; } - if (other.isSetNew_parts()) { - List __this__new_parts = new ArrayList(other.new_parts.size()); - for (Partition other_element : other.new_parts) { - __this__new_parts.add(new Partition(other_element)); - } - this.new_parts = __this__new_parts; + if (other.isSetNew_part()) { + this.new_part = new Partition(other.new_part); } } - public alter_partitions_args deepCopy() { - return new alter_partitions_args(this); + public alter_partition_args deepCopy() { + return new alter_partition_args(this); } @Override public void clear() { this.db_name = null; this.tbl_name = null; - this.new_parts = null; + this.new_part = null; } public String getDb_name() { @@ -90305,41 +90564,26 @@ public void setTbl_nameIsSet(boolean value) { } } - public int getNew_partsSize() { - return (this.new_parts == null) ? 0 : this.new_parts.size(); - } - - public java.util.Iterator getNew_partsIterator() { - return (this.new_parts == null) ? null : this.new_parts.iterator(); - } - - public void addToNew_parts(Partition elem) { - if (this.new_parts == null) { - this.new_parts = new ArrayList(); - } - this.new_parts.add(elem); - } - - public List getNew_parts() { - return this.new_parts; + public Partition getNew_part() { + return this.new_part; } - public void setNew_parts(List new_parts) { - this.new_parts = new_parts; + public void setNew_part(Partition new_part) { + this.new_part = new_part; } - public void unsetNew_parts() { - this.new_parts = null; + public void unsetNew_part() { + this.new_part = null; } - /** Returns true if field new_parts is set (has been assigned a value) and false otherwise */ - public boolean isSetNew_parts() { - return this.new_parts != null; + /** Returns true if field new_part is set (has been assigned a value) and false otherwise */ + public boolean isSetNew_part() { + return this.new_part != null; } - public void setNew_partsIsSet(boolean value) { + public void setNew_partIsSet(boolean value) { if (!value) { - this.new_parts = null; + this.new_part = null; } } @@ -90361,11 +90605,11 @@ public void setFieldValue(_Fields field, Object value) { } break; - case NEW_PARTS: + case NEW_PART: if (value == null) { - unsetNew_parts(); + unsetNew_part(); } else { - setNew_parts((List)value); + setNew_part((Partition)value); } break; @@ -90380,8 +90624,8 @@ public Object getFieldValue(_Fields field) { case TBL_NAME: return getTbl_name(); - case NEW_PARTS: - return getNew_parts(); + case NEW_PART: + return getNew_part(); } throw new IllegalStateException(); @@ -90398,8 +90642,8 @@ public boolean isSet(_Fields field) { return isSetDb_name(); case TBL_NAME: return isSetTbl_name(); - case NEW_PARTS: - return isSetNew_parts(); + case NEW_PART: + return isSetNew_part(); } throw new IllegalStateException(); } @@ -90408,12 +90652,12 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof alter_partitions_args) - return this.equals((alter_partitions_args)that); + if (that instanceof alter_partition_args) + return this.equals((alter_partition_args)that); return false; } - public boolean equals(alter_partitions_args that) { + public boolean equals(alter_partition_args that) { if (that == null) return false; @@ -90435,12 +90679,12 @@ public boolean equals(alter_partitions_args that) { return false; } - boolean this_present_new_parts = true && this.isSetNew_parts(); - boolean that_present_new_parts = true && that.isSetNew_parts(); - if (this_present_new_parts || that_present_new_parts) { - if (!(this_present_new_parts && that_present_new_parts)) + boolean this_present_new_part = true && this.isSetNew_part(); + boolean that_present_new_part = true && that.isSetNew_part(); + if (this_present_new_part || that_present_new_part) { + if (!(this_present_new_part && that_present_new_part)) return false; - if (!this.new_parts.equals(that.new_parts)) + if (!this.new_part.equals(that.new_part)) return false; } @@ -90461,16 +90705,16 @@ public int hashCode() { if (present_tbl_name) list.add(tbl_name); - boolean present_new_parts = true && (isSetNew_parts()); - list.add(present_new_parts); - if (present_new_parts) - list.add(new_parts); + boolean present_new_part = true && (isSetNew_part()); + list.add(present_new_part); + if (present_new_part) + list.add(new_part); return list.hashCode(); } @Override - public int compareTo(alter_partitions_args other) { + public int compareTo(alter_partition_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -90497,12 +90741,12 @@ public int compareTo(alter_partitions_args other) { return lastComparison; } } - lastComparison = Boolean.valueOf(isSetNew_parts()).compareTo(other.isSetNew_parts()); + lastComparison = Boolean.valueOf(isSetNew_part()).compareTo(other.isSetNew_part()); if (lastComparison != 0) { return lastComparison; } - if (isSetNew_parts()) { - lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.new_parts, other.new_parts); + if (isSetNew_part()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.new_part, other.new_part); if (lastComparison != 0) { return lastComparison; } @@ -90524,7 +90768,7 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("alter_partitions_args("); + StringBuilder sb = new StringBuilder("alter_partition_args("); boolean first = true; sb.append("db_name:"); @@ -90543,11 +90787,11 @@ public String toString() { } first = false; if (!first) sb.append(", "); - sb.append("new_parts:"); - if (this.new_parts == null) { + sb.append("new_part:"); + if (this.new_part == null) { sb.append("null"); } else { - sb.append(this.new_parts); + sb.append(this.new_part); } first = false; sb.append(")"); @@ -90557,6 +90801,9 @@ public String toString() { public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity + if (new_part != null) { + new_part.validate(); + } } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { @@ -90575,15 +90822,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class alter_partitions_argsStandardSchemeFactory implements SchemeFactory { - public alter_partitions_argsStandardScheme getScheme() { - return new alter_partitions_argsStandardScheme(); + private static class alter_partition_argsStandardSchemeFactory implements SchemeFactory { + public alter_partition_argsStandardScheme getScheme() { + return new alter_partition_argsStandardScheme(); } } - private static class alter_partitions_argsStandardScheme extends StandardScheme { + private static class alter_partition_argsStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partitions_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -90609,21 +90856,11 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partitions_ar org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; - case 3: // NEW_PARTS - if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { - { - org.apache.thrift.protocol.TList _list934 = iprot.readListBegin(); - struct.new_parts = new ArrayList(_list934.size); - Partition _elem935; - for (int _i936 = 0; _i936 < _list934.size; ++_i936) - { - _elem935 = new Partition(); - _elem935.read(iprot); - struct.new_parts.add(_elem935); - } - iprot.readListEnd(); - } - struct.setNew_partsIsSet(true); + case 3: // NEW_PART + if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { + struct.new_part = new Partition(); + struct.new_part.read(iprot); + struct.setNew_partIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } @@ -90637,7 +90874,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partitions_ar struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partitions_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); @@ -90651,16 +90888,9 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partitions_a oprot.writeString(struct.tbl_name); oprot.writeFieldEnd(); } - if (struct.new_parts != null) { - oprot.writeFieldBegin(NEW_PARTS_FIELD_DESC); - { - oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.new_parts.size())); - for (Partition _iter937 : struct.new_parts) - { - _iter937.write(oprot); - } - oprot.writeListEnd(); - } + if (struct.new_part != null) { + oprot.writeFieldBegin(NEW_PART_FIELD_DESC); + struct.new_part.write(oprot); oprot.writeFieldEnd(); } oprot.writeFieldStop(); @@ -90669,16 +90899,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partitions_a } - private static class alter_partitions_argsTupleSchemeFactory implements SchemeFactory { - public alter_partitions_argsTupleScheme getScheme() { - return new alter_partitions_argsTupleScheme(); + private static class alter_partition_argsTupleSchemeFactory implements SchemeFactory { + public alter_partition_argsTupleScheme getScheme() { + return new alter_partition_argsTupleScheme(); } } - private static class alter_partitions_argsTupleScheme extends TupleScheme { + private static class alter_partition_argsTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, alter_partitions_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetDb_name()) { @@ -90687,7 +90917,7 @@ public void write(org.apache.thrift.protocol.TProtocol prot, alter_partitions_ar if (struct.isSetTbl_name()) { optionals.set(1); } - if (struct.isSetNew_parts()) { + if (struct.isSetNew_part()) { optionals.set(2); } oprot.writeBitSet(optionals, 3); @@ -90697,19 +90927,13 @@ public void write(org.apache.thrift.protocol.TProtocol prot, alter_partitions_ar if (struct.isSetTbl_name()) { oprot.writeString(struct.tbl_name); } - if (struct.isSetNew_parts()) { - { - oprot.writeI32(struct.new_parts.size()); - for (Partition _iter938 : struct.new_parts) - { - _iter938.write(oprot); - } - } + if (struct.isSetNew_part()) { + struct.new_part.write(oprot); } } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, alter_partitions_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { @@ -90721,34 +90945,25 @@ public void read(org.apache.thrift.protocol.TProtocol prot, alter_partitions_arg struct.setTbl_nameIsSet(true); } if (incoming.get(2)) { - { - org.apache.thrift.protocol.TList _list939 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.new_parts = new ArrayList(_list939.size); - Partition _elem940; - for (int _i941 = 0; _i941 < _list939.size; ++_i941) - { - _elem940 = new Partition(); - _elem940.read(iprot); - struct.new_parts.add(_elem940); - } - } - struct.setNew_partsIsSet(true); + struct.new_part = new Partition(); + struct.new_part.read(iprot); + struct.setNew_partIsSet(true); } } } } - public static class alter_partitions_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partitions_result"); + public static class alter_partition_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partition_result"); private static final org.apache.thrift.protocol.TField O1_FIELD_DESC = new org.apache.thrift.protocol.TField("o1", org.apache.thrift.protocol.TType.STRUCT, (short)1); private static final org.apache.thrift.protocol.TField O2_FIELD_DESC = new org.apache.thrift.protocol.TField("o2", org.apache.thrift.protocol.TType.STRUCT, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new alter_partitions_resultStandardSchemeFactory()); - schemes.put(TupleScheme.class, new alter_partitions_resultTupleSchemeFactory()); + schemes.put(StandardScheme.class, new alter_partition_resultStandardSchemeFactory()); + schemes.put(TupleScheme.class, new alter_partition_resultTupleSchemeFactory()); } private InvalidOperationException o1; // required @@ -90824,13 +91039,13 @@ public String getFieldName() { tmpMap.put(_Fields.O2, new org.apache.thrift.meta_data.FieldMetaData("o2", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partitions_result.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partition_result.class, metaDataMap); } - public alter_partitions_result() { + public alter_partition_result() { } - public alter_partitions_result( + public alter_partition_result( InvalidOperationException o1, MetaException o2) { @@ -90842,7 +91057,7 @@ public alter_partitions_result( /** * Performs a deep copy on other. */ - public alter_partitions_result(alter_partitions_result other) { + public alter_partition_result(alter_partition_result other) { if (other.isSetO1()) { this.o1 = new InvalidOperationException(other.o1); } @@ -90851,8 +91066,8 @@ public alter_partitions_result(alter_partitions_result other) { } } - public alter_partitions_result deepCopy() { - return new alter_partitions_result(this); + public alter_partition_result deepCopy() { + return new alter_partition_result(this); } @Override @@ -90959,12 +91174,12 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof alter_partitions_result) - return this.equals((alter_partitions_result)that); + if (that instanceof alter_partition_result) + return this.equals((alter_partition_result)that); return false; } - public boolean equals(alter_partitions_result that) { + public boolean equals(alter_partition_result that) { if (that == null) return false; @@ -91007,7 +91222,7 @@ public int hashCode() { } @Override - public int compareTo(alter_partitions_result other) { + public int compareTo(alter_partition_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -91051,7 +91266,7 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("alter_partitions_result("); + StringBuilder sb = new StringBuilder("alter_partition_result("); boolean first = true; sb.append("o1:"); @@ -91094,15 +91309,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class alter_partitions_resultStandardSchemeFactory implements SchemeFactory { - public alter_partitions_resultStandardScheme getScheme() { - return new alter_partitions_resultStandardScheme(); + private static class alter_partition_resultStandardSchemeFactory implements SchemeFactory { + public alter_partition_resultStandardScheme getScheme() { + return new alter_partition_resultStandardScheme(); } } - private static class alter_partitions_resultStandardScheme extends StandardScheme { + private static class alter_partition_resultStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partitions_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -91139,7 +91354,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partitions_re struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partitions_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); @@ -91159,16 +91374,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partitions_r } - private static class alter_partitions_resultTupleSchemeFactory implements SchemeFactory { - public alter_partitions_resultTupleScheme getScheme() { - return new alter_partitions_resultTupleScheme(); + private static class alter_partition_resultTupleSchemeFactory implements SchemeFactory { + public alter_partition_resultTupleScheme getScheme() { + return new alter_partition_resultTupleScheme(); } } - private static class alter_partitions_resultTupleScheme extends TupleScheme { + private static class alter_partition_resultTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, alter_partitions_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetO1()) { @@ -91187,7 +91402,7 @@ public void write(org.apache.thrift.protocol.TProtocol prot, alter_partitions_re } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, alter_partitions_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { @@ -91205,31 +91420,28 @@ public void read(org.apache.thrift.protocol.TProtocol prot, alter_partitions_res } - public static class alter_partition_with_environment_context_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partition_with_environment_context_args"); + public static class alter_partitions_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partitions_args"); private static final org.apache.thrift.protocol.TField DB_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("db_name", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField TBL_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("tbl_name", org.apache.thrift.protocol.TType.STRING, (short)2); - private static final org.apache.thrift.protocol.TField NEW_PART_FIELD_DESC = new org.apache.thrift.protocol.TField("new_part", org.apache.thrift.protocol.TType.STRUCT, (short)3); - private static final org.apache.thrift.protocol.TField ENVIRONMENT_CONTEXT_FIELD_DESC = new org.apache.thrift.protocol.TField("environment_context", org.apache.thrift.protocol.TType.STRUCT, (short)4); + private static final org.apache.thrift.protocol.TField NEW_PARTS_FIELD_DESC = new org.apache.thrift.protocol.TField("new_parts", org.apache.thrift.protocol.TType.LIST, (short)3); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new alter_partition_with_environment_context_argsStandardSchemeFactory()); - schemes.put(TupleScheme.class, new alter_partition_with_environment_context_argsTupleSchemeFactory()); + schemes.put(StandardScheme.class, new alter_partitions_argsStandardSchemeFactory()); + schemes.put(TupleScheme.class, new alter_partitions_argsTupleSchemeFactory()); } private String db_name; // required private String tbl_name; // required - private Partition new_part; // required - private EnvironmentContext environment_context; // required + private List new_parts; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { DB_NAME((short)1, "db_name"), TBL_NAME((short)2, "tbl_name"), - NEW_PART((short)3, "new_part"), - ENVIRONMENT_CONTEXT((short)4, "environment_context"); + NEW_PARTS((short)3, "new_parts"); private static final Map byName = new HashMap(); @@ -91248,10 +91460,8 @@ public static _Fields findByThriftId(int fieldId) { return DB_NAME; case 2: // TBL_NAME return TBL_NAME; - case 3: // NEW_PART - return NEW_PART; - case 4: // ENVIRONMENT_CONTEXT - return ENVIRONMENT_CONTEXT; + case 3: // NEW_PARTS + return NEW_PARTS; default: return null; } @@ -91299,58 +91509,55 @@ public String getFieldName() { new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.TBL_NAME, new org.apache.thrift.meta_data.FieldMetaData("tbl_name", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); - tmpMap.put(_Fields.NEW_PART, new org.apache.thrift.meta_data.FieldMetaData("new_part", org.apache.thrift.TFieldRequirementType.DEFAULT, - new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class))); - tmpMap.put(_Fields.ENVIRONMENT_CONTEXT, new org.apache.thrift.meta_data.FieldMetaData("environment_context", org.apache.thrift.TFieldRequirementType.DEFAULT, - new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, EnvironmentContext.class))); + tmpMap.put(_Fields.NEW_PARTS, new org.apache.thrift.meta_data.FieldMetaData("new_parts", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, + new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class)))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partition_with_environment_context_args.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partitions_args.class, metaDataMap); } - public alter_partition_with_environment_context_args() { + public alter_partitions_args() { } - public alter_partition_with_environment_context_args( + public alter_partitions_args( String db_name, String tbl_name, - Partition new_part, - EnvironmentContext environment_context) + List new_parts) { this(); this.db_name = db_name; this.tbl_name = tbl_name; - this.new_part = new_part; - this.environment_context = environment_context; + this.new_parts = new_parts; } /** * Performs a deep copy on other. */ - public alter_partition_with_environment_context_args(alter_partition_with_environment_context_args other) { + public alter_partitions_args(alter_partitions_args other) { if (other.isSetDb_name()) { this.db_name = other.db_name; } if (other.isSetTbl_name()) { this.tbl_name = other.tbl_name; } - if (other.isSetNew_part()) { - this.new_part = new Partition(other.new_part); - } - if (other.isSetEnvironment_context()) { - this.environment_context = new EnvironmentContext(other.environment_context); + if (other.isSetNew_parts()) { + List __this__new_parts = new ArrayList(other.new_parts.size()); + for (Partition other_element : other.new_parts) { + __this__new_parts.add(new Partition(other_element)); + } + this.new_parts = __this__new_parts; } } - public alter_partition_with_environment_context_args deepCopy() { - return new alter_partition_with_environment_context_args(this); + public alter_partitions_args deepCopy() { + return new alter_partitions_args(this); } @Override public void clear() { this.db_name = null; this.tbl_name = null; - this.new_part = null; - this.environment_context = null; + this.new_parts = null; } public String getDb_name() { @@ -91399,49 +91606,41 @@ public void setTbl_nameIsSet(boolean value) { } } - public Partition getNew_part() { - return this.new_part; - } - - public void setNew_part(Partition new_part) { - this.new_part = new_part; - } - - public void unsetNew_part() { - this.new_part = null; + public int getNew_partsSize() { + return (this.new_parts == null) ? 0 : this.new_parts.size(); } - /** Returns true if field new_part is set (has been assigned a value) and false otherwise */ - public boolean isSetNew_part() { - return this.new_part != null; + public java.util.Iterator getNew_partsIterator() { + return (this.new_parts == null) ? null : this.new_parts.iterator(); } - public void setNew_partIsSet(boolean value) { - if (!value) { - this.new_part = null; + public void addToNew_parts(Partition elem) { + if (this.new_parts == null) { + this.new_parts = new ArrayList(); } + this.new_parts.add(elem); } - public EnvironmentContext getEnvironment_context() { - return this.environment_context; + public List getNew_parts() { + return this.new_parts; } - public void setEnvironment_context(EnvironmentContext environment_context) { - this.environment_context = environment_context; + public void setNew_parts(List new_parts) { + this.new_parts = new_parts; } - public void unsetEnvironment_context() { - this.environment_context = null; + public void unsetNew_parts() { + this.new_parts = null; } - /** Returns true if field environment_context is set (has been assigned a value) and false otherwise */ - public boolean isSetEnvironment_context() { - return this.environment_context != null; + /** Returns true if field new_parts is set (has been assigned a value) and false otherwise */ + public boolean isSetNew_parts() { + return this.new_parts != null; } - public void setEnvironment_contextIsSet(boolean value) { + public void setNew_partsIsSet(boolean value) { if (!value) { - this.environment_context = null; + this.new_parts = null; } } @@ -91463,19 +91662,11 @@ public void setFieldValue(_Fields field, Object value) { } break; - case NEW_PART: - if (value == null) { - unsetNew_part(); - } else { - setNew_part((Partition)value); - } - break; - - case ENVIRONMENT_CONTEXT: + case NEW_PARTS: if (value == null) { - unsetEnvironment_context(); + unsetNew_parts(); } else { - setEnvironment_context((EnvironmentContext)value); + setNew_parts((List)value); } break; @@ -91490,11 +91681,8 @@ public Object getFieldValue(_Fields field) { case TBL_NAME: return getTbl_name(); - case NEW_PART: - return getNew_part(); - - case ENVIRONMENT_CONTEXT: - return getEnvironment_context(); + case NEW_PARTS: + return getNew_parts(); } throw new IllegalStateException(); @@ -91511,10 +91699,8 @@ public boolean isSet(_Fields field) { return isSetDb_name(); case TBL_NAME: return isSetTbl_name(); - case NEW_PART: - return isSetNew_part(); - case ENVIRONMENT_CONTEXT: - return isSetEnvironment_context(); + case NEW_PARTS: + return isSetNew_parts(); } throw new IllegalStateException(); } @@ -91523,12 +91709,12 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof alter_partition_with_environment_context_args) - return this.equals((alter_partition_with_environment_context_args)that); + if (that instanceof alter_partitions_args) + return this.equals((alter_partitions_args)that); return false; } - public boolean equals(alter_partition_with_environment_context_args that) { + public boolean equals(alter_partitions_args that) { if (that == null) return false; @@ -91550,21 +91736,12 @@ public boolean equals(alter_partition_with_environment_context_args that) { return false; } - boolean this_present_new_part = true && this.isSetNew_part(); - boolean that_present_new_part = true && that.isSetNew_part(); - if (this_present_new_part || that_present_new_part) { - if (!(this_present_new_part && that_present_new_part)) - return false; - if (!this.new_part.equals(that.new_part)) - return false; - } - - boolean this_present_environment_context = true && this.isSetEnvironment_context(); - boolean that_present_environment_context = true && that.isSetEnvironment_context(); - if (this_present_environment_context || that_present_environment_context) { - if (!(this_present_environment_context && that_present_environment_context)) + boolean this_present_new_parts = true && this.isSetNew_parts(); + boolean that_present_new_parts = true && that.isSetNew_parts(); + if (this_present_new_parts || that_present_new_parts) { + if (!(this_present_new_parts && that_present_new_parts)) return false; - if (!this.environment_context.equals(that.environment_context)) + if (!this.new_parts.equals(that.new_parts)) return false; } @@ -91585,21 +91762,16 @@ public int hashCode() { if (present_tbl_name) list.add(tbl_name); - boolean present_new_part = true && (isSetNew_part()); - list.add(present_new_part); - if (present_new_part) - list.add(new_part); - - boolean present_environment_context = true && (isSetEnvironment_context()); - list.add(present_environment_context); - if (present_environment_context) - list.add(environment_context); + boolean present_new_parts = true && (isSetNew_parts()); + list.add(present_new_parts); + if (present_new_parts) + list.add(new_parts); return list.hashCode(); } @Override - public int compareTo(alter_partition_with_environment_context_args other) { + public int compareTo(alter_partitions_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -91626,22 +91798,12 @@ public int compareTo(alter_partition_with_environment_context_args other) { return lastComparison; } } - lastComparison = Boolean.valueOf(isSetNew_part()).compareTo(other.isSetNew_part()); - if (lastComparison != 0) { - return lastComparison; - } - if (isSetNew_part()) { - lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.new_part, other.new_part); - if (lastComparison != 0) { - return lastComparison; - } - } - lastComparison = Boolean.valueOf(isSetEnvironment_context()).compareTo(other.isSetEnvironment_context()); + lastComparison = Boolean.valueOf(isSetNew_parts()).compareTo(other.isSetNew_parts()); if (lastComparison != 0) { return lastComparison; } - if (isSetEnvironment_context()) { - lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.environment_context, other.environment_context); + if (isSetNew_parts()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.new_parts, other.new_parts); if (lastComparison != 0) { return lastComparison; } @@ -91663,7 +91825,7 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("alter_partition_with_environment_context_args("); + StringBuilder sb = new StringBuilder("alter_partitions_args("); boolean first = true; sb.append("db_name:"); @@ -91682,19 +91844,11 @@ public String toString() { } first = false; if (!first) sb.append(", "); - sb.append("new_part:"); - if (this.new_part == null) { - sb.append("null"); - } else { - sb.append(this.new_part); - } - first = false; - if (!first) sb.append(", "); - sb.append("environment_context:"); - if (this.environment_context == null) { + sb.append("new_parts:"); + if (this.new_parts == null) { sb.append("null"); } else { - sb.append(this.environment_context); + sb.append(this.new_parts); } first = false; sb.append(")"); @@ -91704,12 +91858,6 @@ public String toString() { public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity - if (new_part != null) { - new_part.validate(); - } - if (environment_context != null) { - environment_context.validate(); - } } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { @@ -91728,15 +91876,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class alter_partition_with_environment_context_argsStandardSchemeFactory implements SchemeFactory { - public alter_partition_with_environment_context_argsStandardScheme getScheme() { - return new alter_partition_with_environment_context_argsStandardScheme(); + private static class alter_partitions_argsStandardSchemeFactory implements SchemeFactory { + public alter_partitions_argsStandardScheme getScheme() { + return new alter_partitions_argsStandardScheme(); } } - private static class alter_partition_with_environment_context_argsStandardScheme extends StandardScheme { + private static class alter_partitions_argsStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_with_environment_context_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partitions_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -91762,20 +91910,21 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_wit org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; - case 3: // NEW_PART - if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { - struct.new_part = new Partition(); - struct.new_part.read(iprot); - struct.setNew_partIsSet(true); - } else { - org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); - } - break; - case 4: // ENVIRONMENT_CONTEXT - if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { - struct.environment_context = new EnvironmentContext(); - struct.environment_context.read(iprot); - struct.setEnvironment_contextIsSet(true); + case 3: // NEW_PARTS + if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { + { + org.apache.thrift.protocol.TList _list934 = iprot.readListBegin(); + struct.new_parts = new ArrayList(_list934.size); + Partition _elem935; + for (int _i936 = 0; _i936 < _list934.size; ++_i936) + { + _elem935 = new Partition(); + _elem935.read(iprot); + struct.new_parts.add(_elem935); + } + iprot.readListEnd(); + } + struct.setNew_partsIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } @@ -91789,7 +91938,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_wit struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_with_environment_context_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partitions_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); @@ -91803,14 +91952,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_wi oprot.writeString(struct.tbl_name); oprot.writeFieldEnd(); } - if (struct.new_part != null) { - oprot.writeFieldBegin(NEW_PART_FIELD_DESC); - struct.new_part.write(oprot); - oprot.writeFieldEnd(); - } - if (struct.environment_context != null) { - oprot.writeFieldBegin(ENVIRONMENT_CONTEXT_FIELD_DESC); - struct.environment_context.write(oprot); + if (struct.new_parts != null) { + oprot.writeFieldBegin(NEW_PARTS_FIELD_DESC); + { + oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.new_parts.size())); + for (Partition _iter937 : struct.new_parts) + { + _iter937.write(oprot); + } + oprot.writeListEnd(); + } oprot.writeFieldEnd(); } oprot.writeFieldStop(); @@ -91819,16 +91970,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_wi } - private static class alter_partition_with_environment_context_argsTupleSchemeFactory implements SchemeFactory { - public alter_partition_with_environment_context_argsTupleScheme getScheme() { - return new alter_partition_with_environment_context_argsTupleScheme(); + private static class alter_partitions_argsTupleSchemeFactory implements SchemeFactory { + public alter_partitions_argsTupleScheme getScheme() { + return new alter_partitions_argsTupleScheme(); } } - private static class alter_partition_with_environment_context_argsTupleScheme extends TupleScheme { + private static class alter_partitions_argsTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_with_environment_context_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, alter_partitions_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetDb_name()) { @@ -91837,31 +91988,31 @@ public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_wit if (struct.isSetTbl_name()) { optionals.set(1); } - if (struct.isSetNew_part()) { + if (struct.isSetNew_parts()) { optionals.set(2); } - if (struct.isSetEnvironment_context()) { - optionals.set(3); - } - oprot.writeBitSet(optionals, 4); + oprot.writeBitSet(optionals, 3); if (struct.isSetDb_name()) { oprot.writeString(struct.db_name); } if (struct.isSetTbl_name()) { oprot.writeString(struct.tbl_name); } - if (struct.isSetNew_part()) { - struct.new_part.write(oprot); - } - if (struct.isSetEnvironment_context()) { - struct.environment_context.write(oprot); + if (struct.isSetNew_parts()) { + { + oprot.writeI32(struct.new_parts.size()); + for (Partition _iter938 : struct.new_parts) + { + _iter938.write(oprot); + } + } } } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_with_environment_context_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, alter_partitions_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; - BitSet incoming = iprot.readBitSet(4); + BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { struct.db_name = iprot.readString(); struct.setDb_nameIsSet(true); @@ -91871,30 +92022,34 @@ public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_with struct.setTbl_nameIsSet(true); } if (incoming.get(2)) { - struct.new_part = new Partition(); - struct.new_part.read(iprot); - struct.setNew_partIsSet(true); - } - if (incoming.get(3)) { - struct.environment_context = new EnvironmentContext(); - struct.environment_context.read(iprot); - struct.setEnvironment_contextIsSet(true); + { + org.apache.thrift.protocol.TList _list939 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.new_parts = new ArrayList(_list939.size); + Partition _elem940; + for (int _i941 = 0; _i941 < _list939.size; ++_i941) + { + _elem940 = new Partition(); + _elem940.read(iprot); + struct.new_parts.add(_elem940); + } + } + struct.setNew_partsIsSet(true); } } } } - public static class alter_partition_with_environment_context_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partition_with_environment_context_result"); + public static class alter_partitions_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partitions_result"); private static final org.apache.thrift.protocol.TField O1_FIELD_DESC = new org.apache.thrift.protocol.TField("o1", org.apache.thrift.protocol.TType.STRUCT, (short)1); private static final org.apache.thrift.protocol.TField O2_FIELD_DESC = new org.apache.thrift.protocol.TField("o2", org.apache.thrift.protocol.TType.STRUCT, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new alter_partition_with_environment_context_resultStandardSchemeFactory()); - schemes.put(TupleScheme.class, new alter_partition_with_environment_context_resultTupleSchemeFactory()); + schemes.put(StandardScheme.class, new alter_partitions_resultStandardSchemeFactory()); + schemes.put(TupleScheme.class, new alter_partitions_resultTupleSchemeFactory()); } private InvalidOperationException o1; // required @@ -91970,13 +92125,13 @@ public String getFieldName() { tmpMap.put(_Fields.O2, new org.apache.thrift.meta_data.FieldMetaData("o2", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partition_with_environment_context_result.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partitions_result.class, metaDataMap); } - public alter_partition_with_environment_context_result() { + public alter_partitions_result() { } - public alter_partition_with_environment_context_result( + public alter_partitions_result( InvalidOperationException o1, MetaException o2) { @@ -91988,7 +92143,7 @@ public alter_partition_with_environment_context_result( /** * Performs a deep copy on other. */ - public alter_partition_with_environment_context_result(alter_partition_with_environment_context_result other) { + public alter_partitions_result(alter_partitions_result other) { if (other.isSetO1()) { this.o1 = new InvalidOperationException(other.o1); } @@ -91997,8 +92152,8 @@ public alter_partition_with_environment_context_result(alter_partition_with_envi } } - public alter_partition_with_environment_context_result deepCopy() { - return new alter_partition_with_environment_context_result(this); + public alter_partitions_result deepCopy() { + return new alter_partitions_result(this); } @Override @@ -92105,12 +92260,12 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof alter_partition_with_environment_context_result) - return this.equals((alter_partition_with_environment_context_result)that); + if (that instanceof alter_partitions_result) + return this.equals((alter_partitions_result)that); return false; } - public boolean equals(alter_partition_with_environment_context_result that) { + public boolean equals(alter_partitions_result that) { if (that == null) return false; @@ -92153,7 +92308,7 @@ public int hashCode() { } @Override - public int compareTo(alter_partition_with_environment_context_result other) { + public int compareTo(alter_partitions_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -92197,7 +92352,7 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("alter_partition_with_environment_context_result("); + StringBuilder sb = new StringBuilder("alter_partitions_result("); boolean first = true; sb.append("o1:"); @@ -92240,15 +92395,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class alter_partition_with_environment_context_resultStandardSchemeFactory implements SchemeFactory { - public alter_partition_with_environment_context_resultStandardScheme getScheme() { - return new alter_partition_with_environment_context_resultStandardScheme(); + private static class alter_partitions_resultStandardSchemeFactory implements SchemeFactory { + public alter_partitions_resultStandardScheme getScheme() { + return new alter_partitions_resultStandardScheme(); } } - private static class alter_partition_with_environment_context_resultStandardScheme extends StandardScheme { + private static class alter_partitions_resultStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_with_environment_context_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partitions_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -92285,7 +92440,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_wit struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_with_environment_context_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partitions_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); @@ -92305,16 +92460,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_wi } - private static class alter_partition_with_environment_context_resultTupleSchemeFactory implements SchemeFactory { - public alter_partition_with_environment_context_resultTupleScheme getScheme() { - return new alter_partition_with_environment_context_resultTupleScheme(); + private static class alter_partitions_resultTupleSchemeFactory implements SchemeFactory { + public alter_partitions_resultTupleScheme getScheme() { + return new alter_partitions_resultTupleScheme(); } } - private static class alter_partition_with_environment_context_resultTupleScheme extends TupleScheme { + private static class alter_partitions_resultTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_with_environment_context_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, alter_partitions_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetO1()) { @@ -92333,7 +92488,7 @@ public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_wit } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_with_environment_context_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, alter_partitions_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { @@ -92351,31 +92506,31 @@ public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_with } - public static class rename_partition_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("rename_partition_args"); + public static class alter_partition_with_environment_context_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partition_with_environment_context_args"); private static final org.apache.thrift.protocol.TField DB_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("db_name", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField TBL_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("tbl_name", org.apache.thrift.protocol.TType.STRING, (short)2); - private static final org.apache.thrift.protocol.TField PART_VALS_FIELD_DESC = new org.apache.thrift.protocol.TField("part_vals", org.apache.thrift.protocol.TType.LIST, (short)3); - private static final org.apache.thrift.protocol.TField NEW_PART_FIELD_DESC = new org.apache.thrift.protocol.TField("new_part", org.apache.thrift.protocol.TType.STRUCT, (short)4); + private static final org.apache.thrift.protocol.TField NEW_PART_FIELD_DESC = new org.apache.thrift.protocol.TField("new_part", org.apache.thrift.protocol.TType.STRUCT, (short)3); + private static final org.apache.thrift.protocol.TField ENVIRONMENT_CONTEXT_FIELD_DESC = new org.apache.thrift.protocol.TField("environment_context", org.apache.thrift.protocol.TType.STRUCT, (short)4); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new rename_partition_argsStandardSchemeFactory()); - schemes.put(TupleScheme.class, new rename_partition_argsTupleSchemeFactory()); + schemes.put(StandardScheme.class, new alter_partition_with_environment_context_argsStandardSchemeFactory()); + schemes.put(TupleScheme.class, new alter_partition_with_environment_context_argsTupleSchemeFactory()); } private String db_name; // required private String tbl_name; // required - private List part_vals; // required private Partition new_part; // required + private EnvironmentContext environment_context; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { DB_NAME((short)1, "db_name"), TBL_NAME((short)2, "tbl_name"), - PART_VALS((short)3, "part_vals"), - NEW_PART((short)4, "new_part"); + NEW_PART((short)3, "new_part"), + ENVIRONMENT_CONTEXT((short)4, "environment_context"); private static final Map byName = new HashMap(); @@ -92394,10 +92549,10 @@ public static _Fields findByThriftId(int fieldId) { return DB_NAME; case 2: // TBL_NAME return TBL_NAME; - case 3: // PART_VALS - return PART_VALS; - case 4: // NEW_PART + case 3: // NEW_PART return NEW_PART; + case 4: // ENVIRONMENT_CONTEXT + return ENVIRONMENT_CONTEXT; default: return null; } @@ -92445,60 +92600,58 @@ public String getFieldName() { new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.TBL_NAME, new org.apache.thrift.meta_data.FieldMetaData("tbl_name", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); - tmpMap.put(_Fields.PART_VALS, new org.apache.thrift.meta_data.FieldMetaData("part_vals", org.apache.thrift.TFieldRequirementType.DEFAULT, - new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, - new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); tmpMap.put(_Fields.NEW_PART, new org.apache.thrift.meta_data.FieldMetaData("new_part", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class))); + tmpMap.put(_Fields.ENVIRONMENT_CONTEXT, new org.apache.thrift.meta_data.FieldMetaData("environment_context", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, EnvironmentContext.class))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(rename_partition_args.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partition_with_environment_context_args.class, metaDataMap); } - public rename_partition_args() { + public alter_partition_with_environment_context_args() { } - public rename_partition_args( + public alter_partition_with_environment_context_args( String db_name, String tbl_name, - List part_vals, - Partition new_part) + Partition new_part, + EnvironmentContext environment_context) { this(); this.db_name = db_name; this.tbl_name = tbl_name; - this.part_vals = part_vals; this.new_part = new_part; + this.environment_context = environment_context; } /** * Performs a deep copy on other. */ - public rename_partition_args(rename_partition_args other) { + public alter_partition_with_environment_context_args(alter_partition_with_environment_context_args other) { if (other.isSetDb_name()) { this.db_name = other.db_name; } if (other.isSetTbl_name()) { this.tbl_name = other.tbl_name; } - if (other.isSetPart_vals()) { - List __this__part_vals = new ArrayList(other.part_vals); - this.part_vals = __this__part_vals; - } if (other.isSetNew_part()) { this.new_part = new Partition(other.new_part); } + if (other.isSetEnvironment_context()) { + this.environment_context = new EnvironmentContext(other.environment_context); + } } - public rename_partition_args deepCopy() { - return new rename_partition_args(this); + public alter_partition_with_environment_context_args deepCopy() { + return new alter_partition_with_environment_context_args(this); } @Override public void clear() { this.db_name = null; this.tbl_name = null; - this.part_vals = null; this.new_part = null; + this.environment_context = null; } public String getDb_name() { @@ -92547,64 +92700,49 @@ public void setTbl_nameIsSet(boolean value) { } } - public int getPart_valsSize() { - return (this.part_vals == null) ? 0 : this.part_vals.size(); - } - - public java.util.Iterator getPart_valsIterator() { - return (this.part_vals == null) ? null : this.part_vals.iterator(); - } - - public void addToPart_vals(String elem) { - if (this.part_vals == null) { - this.part_vals = new ArrayList(); - } - this.part_vals.add(elem); - } - - public List getPart_vals() { - return this.part_vals; + public Partition getNew_part() { + return this.new_part; } - public void setPart_vals(List part_vals) { - this.part_vals = part_vals; + public void setNew_part(Partition new_part) { + this.new_part = new_part; } - public void unsetPart_vals() { - this.part_vals = null; + public void unsetNew_part() { + this.new_part = null; } - /** Returns true if field part_vals is set (has been assigned a value) and false otherwise */ - public boolean isSetPart_vals() { - return this.part_vals != null; + /** Returns true if field new_part is set (has been assigned a value) and false otherwise */ + public boolean isSetNew_part() { + return this.new_part != null; } - public void setPart_valsIsSet(boolean value) { + public void setNew_partIsSet(boolean value) { if (!value) { - this.part_vals = null; + this.new_part = null; } } - public Partition getNew_part() { - return this.new_part; + public EnvironmentContext getEnvironment_context() { + return this.environment_context; } - public void setNew_part(Partition new_part) { - this.new_part = new_part; + public void setEnvironment_context(EnvironmentContext environment_context) { + this.environment_context = environment_context; } - public void unsetNew_part() { - this.new_part = null; + public void unsetEnvironment_context() { + this.environment_context = null; } - /** Returns true if field new_part is set (has been assigned a value) and false otherwise */ - public boolean isSetNew_part() { - return this.new_part != null; + /** Returns true if field environment_context is set (has been assigned a value) and false otherwise */ + public boolean isSetEnvironment_context() { + return this.environment_context != null; } - public void setNew_partIsSet(boolean value) { + public void setEnvironment_contextIsSet(boolean value) { if (!value) { - this.new_part = null; + this.environment_context = null; } } @@ -92626,19 +92764,19 @@ public void setFieldValue(_Fields field, Object value) { } break; - case PART_VALS: + case NEW_PART: if (value == null) { - unsetPart_vals(); + unsetNew_part(); } else { - setPart_vals((List)value); + setNew_part((Partition)value); } break; - case NEW_PART: + case ENVIRONMENT_CONTEXT: if (value == null) { - unsetNew_part(); + unsetEnvironment_context(); } else { - setNew_part((Partition)value); + setEnvironment_context((EnvironmentContext)value); } break; @@ -92653,12 +92791,12 @@ public Object getFieldValue(_Fields field) { case TBL_NAME: return getTbl_name(); - case PART_VALS: - return getPart_vals(); - case NEW_PART: return getNew_part(); + case ENVIRONMENT_CONTEXT: + return getEnvironment_context(); + } throw new IllegalStateException(); } @@ -92674,10 +92812,10 @@ public boolean isSet(_Fields field) { return isSetDb_name(); case TBL_NAME: return isSetTbl_name(); - case PART_VALS: - return isSetPart_vals(); case NEW_PART: return isSetNew_part(); + case ENVIRONMENT_CONTEXT: + return isSetEnvironment_context(); } throw new IllegalStateException(); } @@ -92686,12 +92824,12 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof rename_partition_args) - return this.equals((rename_partition_args)that); + if (that instanceof alter_partition_with_environment_context_args) + return this.equals((alter_partition_with_environment_context_args)that); return false; } - public boolean equals(rename_partition_args that) { + public boolean equals(alter_partition_with_environment_context_args that) { if (that == null) return false; @@ -92713,15 +92851,6 @@ public boolean equals(rename_partition_args that) { return false; } - boolean this_present_part_vals = true && this.isSetPart_vals(); - boolean that_present_part_vals = true && that.isSetPart_vals(); - if (this_present_part_vals || that_present_part_vals) { - if (!(this_present_part_vals && that_present_part_vals)) - return false; - if (!this.part_vals.equals(that.part_vals)) - return false; - } - boolean this_present_new_part = true && this.isSetNew_part(); boolean that_present_new_part = true && that.isSetNew_part(); if (this_present_new_part || that_present_new_part) { @@ -92731,6 +92860,15 @@ public boolean equals(rename_partition_args that) { return false; } + boolean this_present_environment_context = true && this.isSetEnvironment_context(); + boolean that_present_environment_context = true && that.isSetEnvironment_context(); + if (this_present_environment_context || that_present_environment_context) { + if (!(this_present_environment_context && that_present_environment_context)) + return false; + if (!this.environment_context.equals(that.environment_context)) + return false; + } + return true; } @@ -92748,21 +92886,21 @@ public int hashCode() { if (present_tbl_name) list.add(tbl_name); - boolean present_part_vals = true && (isSetPart_vals()); - list.add(present_part_vals); - if (present_part_vals) - list.add(part_vals); - boolean present_new_part = true && (isSetNew_part()); list.add(present_new_part); if (present_new_part) list.add(new_part); + boolean present_environment_context = true && (isSetEnvironment_context()); + list.add(present_environment_context); + if (present_environment_context) + list.add(environment_context); + return list.hashCode(); } @Override - public int compareTo(rename_partition_args other) { + public int compareTo(alter_partition_with_environment_context_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -92789,22 +92927,22 @@ public int compareTo(rename_partition_args other) { return lastComparison; } } - lastComparison = Boolean.valueOf(isSetPart_vals()).compareTo(other.isSetPart_vals()); + lastComparison = Boolean.valueOf(isSetNew_part()).compareTo(other.isSetNew_part()); if (lastComparison != 0) { return lastComparison; } - if (isSetPart_vals()) { - lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.part_vals, other.part_vals); + if (isSetNew_part()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.new_part, other.new_part); if (lastComparison != 0) { return lastComparison; } } - lastComparison = Boolean.valueOf(isSetNew_part()).compareTo(other.isSetNew_part()); + lastComparison = Boolean.valueOf(isSetEnvironment_context()).compareTo(other.isSetEnvironment_context()); if (lastComparison != 0) { return lastComparison; } - if (isSetNew_part()) { - lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.new_part, other.new_part); + if (isSetEnvironment_context()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.environment_context, other.environment_context); if (lastComparison != 0) { return lastComparison; } @@ -92826,7 +92964,7 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("rename_partition_args("); + StringBuilder sb = new StringBuilder("alter_partition_with_environment_context_args("); boolean first = true; sb.append("db_name:"); @@ -92845,19 +92983,19 @@ public String toString() { } first = false; if (!first) sb.append(", "); - sb.append("part_vals:"); - if (this.part_vals == null) { + sb.append("new_part:"); + if (this.new_part == null) { sb.append("null"); } else { - sb.append(this.part_vals); + sb.append(this.new_part); } first = false; if (!first) sb.append(", "); - sb.append("new_part:"); - if (this.new_part == null) { + sb.append("environment_context:"); + if (this.environment_context == null) { sb.append("null"); } else { - sb.append(this.new_part); + sb.append(this.environment_context); } first = false; sb.append(")"); @@ -92870,6 +93008,9 @@ public void validate() throws org.apache.thrift.TException { if (new_part != null) { new_part.validate(); } + if (environment_context != null) { + environment_context.validate(); + } } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { @@ -92888,15 +93029,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class rename_partition_argsStandardSchemeFactory implements SchemeFactory { - public rename_partition_argsStandardScheme getScheme() { - return new rename_partition_argsStandardScheme(); + private static class alter_partition_with_environment_context_argsStandardSchemeFactory implements SchemeFactory { + public alter_partition_with_environment_context_argsStandardScheme getScheme() { + return new alter_partition_with_environment_context_argsStandardScheme(); } } - private static class rename_partition_argsStandardScheme extends StandardScheme { + private static class alter_partition_with_environment_context_argsStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, rename_partition_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_with_environment_context_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -92922,29 +93063,20 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, rename_partition_ar org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; - case 3: // PART_VALS - if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { - { - org.apache.thrift.protocol.TList _list942 = iprot.readListBegin(); - struct.part_vals = new ArrayList(_list942.size); - String _elem943; - for (int _i944 = 0; _i944 < _list942.size; ++_i944) - { - _elem943 = iprot.readString(); - struct.part_vals.add(_elem943); - } - iprot.readListEnd(); - } - struct.setPart_valsIsSet(true); + case 3: // NEW_PART + if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { + struct.new_part = new Partition(); + struct.new_part.read(iprot); + struct.setNew_partIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; - case 4: // NEW_PART + case 4: // ENVIRONMENT_CONTEXT if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { - struct.new_part = new Partition(); - struct.new_part.read(iprot); - struct.setNew_partIsSet(true); + struct.environment_context = new EnvironmentContext(); + struct.environment_context.read(iprot); + struct.setEnvironment_contextIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } @@ -92958,7 +93090,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, rename_partition_ar struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, rename_partition_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_with_environment_context_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); @@ -92972,39 +93104,32 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, rename_partition_a oprot.writeString(struct.tbl_name); oprot.writeFieldEnd(); } - if (struct.part_vals != null) { - oprot.writeFieldBegin(PART_VALS_FIELD_DESC); - { - oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); - for (String _iter945 : struct.part_vals) - { - oprot.writeString(_iter945); - } - oprot.writeListEnd(); - } - oprot.writeFieldEnd(); - } if (struct.new_part != null) { oprot.writeFieldBegin(NEW_PART_FIELD_DESC); struct.new_part.write(oprot); oprot.writeFieldEnd(); } + if (struct.environment_context != null) { + oprot.writeFieldBegin(ENVIRONMENT_CONTEXT_FIELD_DESC); + struct.environment_context.write(oprot); + oprot.writeFieldEnd(); + } oprot.writeFieldStop(); oprot.writeStructEnd(); } } - private static class rename_partition_argsTupleSchemeFactory implements SchemeFactory { - public rename_partition_argsTupleScheme getScheme() { - return new rename_partition_argsTupleScheme(); + private static class alter_partition_with_environment_context_argsTupleSchemeFactory implements SchemeFactory { + public alter_partition_with_environment_context_argsTupleScheme getScheme() { + return new alter_partition_with_environment_context_argsTupleScheme(); } } - private static class rename_partition_argsTupleScheme extends TupleScheme { + private static class alter_partition_with_environment_context_argsTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, rename_partition_args struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_with_environment_context_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetDb_name()) { @@ -93013,10 +93138,10 @@ public void write(org.apache.thrift.protocol.TProtocol prot, rename_partition_ar if (struct.isSetTbl_name()) { optionals.set(1); } - if (struct.isSetPart_vals()) { + if (struct.isSetNew_part()) { optionals.set(2); } - if (struct.isSetNew_part()) { + if (struct.isSetEnvironment_context()) { optionals.set(3); } oprot.writeBitSet(optionals, 4); @@ -93026,22 +93151,16 @@ public void write(org.apache.thrift.protocol.TProtocol prot, rename_partition_ar if (struct.isSetTbl_name()) { oprot.writeString(struct.tbl_name); } - if (struct.isSetPart_vals()) { - { - oprot.writeI32(struct.part_vals.size()); - for (String _iter946 : struct.part_vals) - { - oprot.writeString(_iter946); - } - } - } if (struct.isSetNew_part()) { struct.new_part.write(oprot); } + if (struct.isSetEnvironment_context()) { + struct.environment_context.write(oprot); + } } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, rename_partition_args struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_with_environment_context_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(4); if (incoming.get(0)) { @@ -93053,38 +93172,30 @@ public void read(org.apache.thrift.protocol.TProtocol prot, rename_partition_arg struct.setTbl_nameIsSet(true); } if (incoming.get(2)) { - { - org.apache.thrift.protocol.TList _list947 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.part_vals = new ArrayList(_list947.size); - String _elem948; - for (int _i949 = 0; _i949 < _list947.size; ++_i949) - { - _elem948 = iprot.readString(); - struct.part_vals.add(_elem948); - } - } - struct.setPart_valsIsSet(true); - } - if (incoming.get(3)) { struct.new_part = new Partition(); struct.new_part.read(iprot); struct.setNew_partIsSet(true); } + if (incoming.get(3)) { + struct.environment_context = new EnvironmentContext(); + struct.environment_context.read(iprot); + struct.setEnvironment_contextIsSet(true); + } } } } - public static class rename_partition_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("rename_partition_result"); + public static class alter_partition_with_environment_context_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("alter_partition_with_environment_context_result"); private static final org.apache.thrift.protocol.TField O1_FIELD_DESC = new org.apache.thrift.protocol.TField("o1", org.apache.thrift.protocol.TType.STRUCT, (short)1); private static final org.apache.thrift.protocol.TField O2_FIELD_DESC = new org.apache.thrift.protocol.TField("o2", org.apache.thrift.protocol.TType.STRUCT, (short)2); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new rename_partition_resultStandardSchemeFactory()); - schemes.put(TupleScheme.class, new rename_partition_resultTupleSchemeFactory()); + schemes.put(StandardScheme.class, new alter_partition_with_environment_context_resultStandardSchemeFactory()); + schemes.put(TupleScheme.class, new alter_partition_with_environment_context_resultTupleSchemeFactory()); } private InvalidOperationException o1; // required @@ -93160,13 +93271,13 @@ public String getFieldName() { tmpMap.put(_Fields.O2, new org.apache.thrift.meta_data.FieldMetaData("o2", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(rename_partition_result.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(alter_partition_with_environment_context_result.class, metaDataMap); } - public rename_partition_result() { + public alter_partition_with_environment_context_result() { } - public rename_partition_result( + public alter_partition_with_environment_context_result( InvalidOperationException o1, MetaException o2) { @@ -93178,7 +93289,7 @@ public rename_partition_result( /** * Performs a deep copy on other. */ - public rename_partition_result(rename_partition_result other) { + public alter_partition_with_environment_context_result(alter_partition_with_environment_context_result other) { if (other.isSetO1()) { this.o1 = new InvalidOperationException(other.o1); } @@ -93187,8 +93298,8 @@ public rename_partition_result(rename_partition_result other) { } } - public rename_partition_result deepCopy() { - return new rename_partition_result(this); + public alter_partition_with_environment_context_result deepCopy() { + return new alter_partition_with_environment_context_result(this); } @Override @@ -93295,12 +93406,12 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof rename_partition_result) - return this.equals((rename_partition_result)that); + if (that instanceof alter_partition_with_environment_context_result) + return this.equals((alter_partition_with_environment_context_result)that); return false; } - public boolean equals(rename_partition_result that) { + public boolean equals(alter_partition_with_environment_context_result that) { if (that == null) return false; @@ -93343,7 +93454,7 @@ public int hashCode() { } @Override - public int compareTo(rename_partition_result other) { + public int compareTo(alter_partition_with_environment_context_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } @@ -93387,7 +93498,7 @@ public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache. @Override public String toString() { - StringBuilder sb = new StringBuilder("rename_partition_result("); + StringBuilder sb = new StringBuilder("alter_partition_with_environment_context_result("); boolean first = true; sb.append("o1:"); @@ -93430,15 +93541,15 @@ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException } } - private static class rename_partition_resultStandardSchemeFactory implements SchemeFactory { - public rename_partition_resultStandardScheme getScheme() { - return new rename_partition_resultStandardScheme(); + private static class alter_partition_with_environment_context_resultStandardSchemeFactory implements SchemeFactory { + public alter_partition_with_environment_context_resultStandardScheme getScheme() { + return new alter_partition_with_environment_context_resultStandardScheme(); } } - private static class rename_partition_resultStandardScheme extends StandardScheme { + private static class alter_partition_with_environment_context_resultStandardScheme extends StandardScheme { - public void read(org.apache.thrift.protocol.TProtocol iprot, rename_partition_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol iprot, alter_partition_with_environment_context_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) @@ -93475,7 +93586,7 @@ public void read(org.apache.thrift.protocol.TProtocol iprot, rename_partition_re struct.validate(); } - public void write(org.apache.thrift.protocol.TProtocol oprot, rename_partition_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol oprot, alter_partition_with_environment_context_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); @@ -93495,16 +93606,16 @@ public void write(org.apache.thrift.protocol.TProtocol oprot, rename_partition_r } - private static class rename_partition_resultTupleSchemeFactory implements SchemeFactory { - public rename_partition_resultTupleScheme getScheme() { - return new rename_partition_resultTupleScheme(); + private static class alter_partition_with_environment_context_resultTupleSchemeFactory implements SchemeFactory { + public alter_partition_with_environment_context_resultTupleScheme getScheme() { + return new alter_partition_with_environment_context_resultTupleScheme(); } } - private static class rename_partition_resultTupleScheme extends TupleScheme { + private static class alter_partition_with_environment_context_resultTupleScheme extends TupleScheme { @Override - public void write(org.apache.thrift.protocol.TProtocol prot, rename_partition_result struct) throws org.apache.thrift.TException { + public void write(org.apache.thrift.protocol.TProtocol prot, alter_partition_with_environment_context_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetO1()) { @@ -93523,7 +93634,7 @@ public void write(org.apache.thrift.protocol.TProtocol prot, rename_partition_re } @Override - public void read(org.apache.thrift.protocol.TProtocol prot, rename_partition_result struct) throws org.apache.thrift.TException { + public void read(org.apache.thrift.protocol.TProtocol prot, alter_partition_with_environment_context_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { @@ -93541,25 +93652,31 @@ public void read(org.apache.thrift.protocol.TProtocol prot, rename_partition_res } - public static class partition_name_has_valid_characters_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { - private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("partition_name_has_valid_characters_args"); + public static class rename_partition_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("rename_partition_args"); - private static final org.apache.thrift.protocol.TField PART_VALS_FIELD_DESC = new org.apache.thrift.protocol.TField("part_vals", org.apache.thrift.protocol.TType.LIST, (short)1); - private static final org.apache.thrift.protocol.TField THROW_EXCEPTION_FIELD_DESC = new org.apache.thrift.protocol.TField("throw_exception", org.apache.thrift.protocol.TType.BOOL, (short)2); + private static final org.apache.thrift.protocol.TField DB_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("db_name", org.apache.thrift.protocol.TType.STRING, (short)1); + private static final org.apache.thrift.protocol.TField TBL_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("tbl_name", org.apache.thrift.protocol.TType.STRING, (short)2); + private static final org.apache.thrift.protocol.TField PART_VALS_FIELD_DESC = new org.apache.thrift.protocol.TField("part_vals", org.apache.thrift.protocol.TType.LIST, (short)3); + private static final org.apache.thrift.protocol.TField NEW_PART_FIELD_DESC = new org.apache.thrift.protocol.TField("new_part", org.apache.thrift.protocol.TType.STRUCT, (short)4); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { - schemes.put(StandardScheme.class, new partition_name_has_valid_characters_argsStandardSchemeFactory()); - schemes.put(TupleScheme.class, new partition_name_has_valid_characters_argsTupleSchemeFactory()); + schemes.put(StandardScheme.class, new rename_partition_argsStandardSchemeFactory()); + schemes.put(TupleScheme.class, new rename_partition_argsTupleSchemeFactory()); } + private String db_name; // required + private String tbl_name; // required private List part_vals; // required - private boolean throw_exception; // required + private Partition new_part; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { - PART_VALS((short)1, "part_vals"), - THROW_EXCEPTION((short)2, "throw_exception"); + DB_NAME((short)1, "db_name"), + TBL_NAME((short)2, "tbl_name"), + PART_VALS((short)3, "part_vals"), + NEW_PART((short)4, "new_part"); private static final Map byName = new HashMap(); @@ -93574,10 +93691,14 @@ public void read(org.apache.thrift.protocol.TProtocol prot, rename_partition_res */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { - case 1: // PART_VALS + case 1: // DB_NAME + return DB_NAME; + case 2: // TBL_NAME + return TBL_NAME; + case 3: // PART_VALS return PART_VALS; - case 2: // THROW_EXCEPTION - return THROW_EXCEPTION; + case 4: // NEW_PART + return NEW_PART; default: return null; } @@ -93618,54 +93739,113 @@ public String getFieldName() { } // isset id assignments - private static final int __THROW_EXCEPTION_ISSET_ID = 0; - private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); + tmpMap.put(_Fields.DB_NAME, new org.apache.thrift.meta_data.FieldMetaData("db_name", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); + tmpMap.put(_Fields.TBL_NAME, new org.apache.thrift.meta_data.FieldMetaData("tbl_name", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.PART_VALS, new org.apache.thrift.meta_data.FieldMetaData("part_vals", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); - tmpMap.put(_Fields.THROW_EXCEPTION, new org.apache.thrift.meta_data.FieldMetaData("throw_exception", org.apache.thrift.TFieldRequirementType.DEFAULT, - new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); + tmpMap.put(_Fields.NEW_PART, new org.apache.thrift.meta_data.FieldMetaData("new_part", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Partition.class))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(partition_name_has_valid_characters_args.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(rename_partition_args.class, metaDataMap); } - public partition_name_has_valid_characters_args() { + public rename_partition_args() { } - public partition_name_has_valid_characters_args( + public rename_partition_args( + String db_name, + String tbl_name, List part_vals, - boolean throw_exception) + Partition new_part) { this(); + this.db_name = db_name; + this.tbl_name = tbl_name; this.part_vals = part_vals; - this.throw_exception = throw_exception; - setThrow_exceptionIsSet(true); + this.new_part = new_part; } /** * Performs a deep copy on other. */ - public partition_name_has_valid_characters_args(partition_name_has_valid_characters_args other) { - __isset_bitfield = other.__isset_bitfield; + public rename_partition_args(rename_partition_args other) { + if (other.isSetDb_name()) { + this.db_name = other.db_name; + } + if (other.isSetTbl_name()) { + this.tbl_name = other.tbl_name; + } if (other.isSetPart_vals()) { List __this__part_vals = new ArrayList(other.part_vals); this.part_vals = __this__part_vals; } - this.throw_exception = other.throw_exception; + if (other.isSetNew_part()) { + this.new_part = new Partition(other.new_part); + } } - public partition_name_has_valid_characters_args deepCopy() { - return new partition_name_has_valid_characters_args(this); + public rename_partition_args deepCopy() { + return new rename_partition_args(this); } @Override public void clear() { + this.db_name = null; + this.tbl_name = null; this.part_vals = null; - setThrow_exceptionIsSet(false); - this.throw_exception = false; + this.new_part = null; + } + + public String getDb_name() { + return this.db_name; + } + + public void setDb_name(String db_name) { + this.db_name = db_name; + } + + public void unsetDb_name() { + this.db_name = null; + } + + /** Returns true if field db_name is set (has been assigned a value) and false otherwise */ + public boolean isSetDb_name() { + return this.db_name != null; + } + + public void setDb_nameIsSet(boolean value) { + if (!value) { + this.db_name = null; + } + } + + public String getTbl_name() { + return this.tbl_name; + } + + public void setTbl_name(String tbl_name) { + this.tbl_name = tbl_name; + } + + public void unsetTbl_name() { + this.tbl_name = null; + } + + /** Returns true if field tbl_name is set (has been assigned a value) and false otherwise */ + public boolean isSetTbl_name() { + return this.tbl_name != null; + } + + public void setTbl_nameIsSet(boolean value) { + if (!value) { + this.tbl_name = null; + } } public int getPart_valsSize() { @@ -93706,30 +93886,47 @@ public void setPart_valsIsSet(boolean value) { } } - public boolean isThrow_exception() { - return this.throw_exception; + public Partition getNew_part() { + return this.new_part; } - public void setThrow_exception(boolean throw_exception) { - this.throw_exception = throw_exception; - setThrow_exceptionIsSet(true); + public void setNew_part(Partition new_part) { + this.new_part = new_part; } - public void unsetThrow_exception() { - __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __THROW_EXCEPTION_ISSET_ID); + public void unsetNew_part() { + this.new_part = null; } - /** Returns true if field throw_exception is set (has been assigned a value) and false otherwise */ - public boolean isSetThrow_exception() { - return EncodingUtils.testBit(__isset_bitfield, __THROW_EXCEPTION_ISSET_ID); + /** Returns true if field new_part is set (has been assigned a value) and false otherwise */ + public boolean isSetNew_part() { + return this.new_part != null; } - public void setThrow_exceptionIsSet(boolean value) { - __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __THROW_EXCEPTION_ISSET_ID, value); + public void setNew_partIsSet(boolean value) { + if (!value) { + this.new_part = null; + } } public void setFieldValue(_Fields field, Object value) { switch (field) { + case DB_NAME: + if (value == null) { + unsetDb_name(); + } else { + setDb_name((String)value); + } + break; + + case TBL_NAME: + if (value == null) { + unsetTbl_name(); + } else { + setTbl_name((String)value); + } + break; + case PART_VALS: if (value == null) { unsetPart_vals(); @@ -93738,11 +93935,11 @@ public void setFieldValue(_Fields field, Object value) { } break; - case THROW_EXCEPTION: + case NEW_PART: if (value == null) { - unsetThrow_exception(); + unsetNew_part(); } else { - setThrow_exception((Boolean)value); + setNew_part((Partition)value); } break; @@ -93751,11 +93948,17 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { + case DB_NAME: + return getDb_name(); + + case TBL_NAME: + return getTbl_name(); + case PART_VALS: return getPart_vals(); - case THROW_EXCEPTION: - return isThrow_exception(); + case NEW_PART: + return getNew_part(); } throw new IllegalStateException(); @@ -93768,10 +93971,14 @@ public boolean isSet(_Fields field) { } switch (field) { + case DB_NAME: + return isSetDb_name(); + case TBL_NAME: + return isSetTbl_name(); case PART_VALS: return isSetPart_vals(); - case THROW_EXCEPTION: - return isSetThrow_exception(); + case NEW_PART: + return isSetNew_part(); } throw new IllegalStateException(); } @@ -93780,15 +93987,33 @@ public boolean isSet(_Fields field) { public boolean equals(Object that) { if (that == null) return false; - if (that instanceof partition_name_has_valid_characters_args) - return this.equals((partition_name_has_valid_characters_args)that); + if (that instanceof rename_partition_args) + return this.equals((rename_partition_args)that); return false; } - public boolean equals(partition_name_has_valid_characters_args that) { + public boolean equals(rename_partition_args that) { if (that == null) return false; + boolean this_present_db_name = true && this.isSetDb_name(); + boolean that_present_db_name = true && that.isSetDb_name(); + if (this_present_db_name || that_present_db_name) { + if (!(this_present_db_name && that_present_db_name)) + return false; + if (!this.db_name.equals(that.db_name)) + return false; + } + + boolean this_present_tbl_name = true && this.isSetTbl_name(); + boolean that_present_tbl_name = true && that.isSetTbl_name(); + if (this_present_tbl_name || that_present_tbl_name) { + if (!(this_present_tbl_name && that_present_tbl_name)) + return false; + if (!this.tbl_name.equals(that.tbl_name)) + return false; + } + boolean this_present_part_vals = true && this.isSetPart_vals(); boolean that_present_part_vals = true && that.isSetPart_vals(); if (this_present_part_vals || that_present_part_vals) { @@ -93798,12 +94023,12 @@ public boolean equals(partition_name_has_valid_characters_args that) { return false; } - boolean this_present_throw_exception = true; - boolean that_present_throw_exception = true; - if (this_present_throw_exception || that_present_throw_exception) { - if (!(this_present_throw_exception && that_present_throw_exception)) + boolean this_present_new_part = true && this.isSetNew_part(); + boolean that_present_new_part = true && that.isSetNew_part(); + if (this_present_new_part || that_present_new_part) { + if (!(this_present_new_part && that_present_new_part)) return false; - if (this.throw_exception != that.throw_exception) + if (!this.new_part.equals(that.new_part)) return false; } @@ -93814,27 +94039,57 @@ public boolean equals(partition_name_has_valid_characters_args that) { public int hashCode() { List list = new ArrayList(); + boolean present_db_name = true && (isSetDb_name()); + list.add(present_db_name); + if (present_db_name) + list.add(db_name); + + boolean present_tbl_name = true && (isSetTbl_name()); + list.add(present_tbl_name); + if (present_tbl_name) + list.add(tbl_name); + boolean present_part_vals = true && (isSetPart_vals()); list.add(present_part_vals); if (present_part_vals) list.add(part_vals); - boolean present_throw_exception = true; - list.add(present_throw_exception); - if (present_throw_exception) - list.add(throw_exception); + boolean present_new_part = true && (isSetNew_part()); + list.add(present_new_part); + if (present_new_part) + list.add(new_part); return list.hashCode(); } @Override - public int compareTo(partition_name_has_valid_characters_args other) { + public int compareTo(rename_partition_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; + lastComparison = Boolean.valueOf(isSetDb_name()).compareTo(other.isSetDb_name()); + if (lastComparison != 0) { + return lastComparison; + } + if (isSetDb_name()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.db_name, other.db_name); + if (lastComparison != 0) { + return lastComparison; + } + } + lastComparison = Boolean.valueOf(isSetTbl_name()).compareTo(other.isSetTbl_name()); + if (lastComparison != 0) { + return lastComparison; + } + if (isSetTbl_name()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.tbl_name, other.tbl_name); + if (lastComparison != 0) { + return lastComparison; + } + } lastComparison = Boolean.valueOf(isSetPart_vals()).compareTo(other.isSetPart_vals()); if (lastComparison != 0) { return lastComparison; @@ -93845,12 +94100,1058 @@ public int compareTo(partition_name_has_valid_characters_args other) { return lastComparison; } } - lastComparison = Boolean.valueOf(isSetThrow_exception()).compareTo(other.isSetThrow_exception()); + lastComparison = Boolean.valueOf(isSetNew_part()).compareTo(other.isSetNew_part()); if (lastComparison != 0) { return lastComparison; } - if (isSetThrow_exception()) { - lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.throw_exception, other.throw_exception); + if (isSetNew_part()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.new_part, other.new_part); + if (lastComparison != 0) { + return lastComparison; + } + } + return 0; + } + + public _Fields fieldForId(int fieldId) { + return _Fields.findByThriftId(fieldId); + } + + public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { + schemes.get(iprot.getScheme()).getScheme().read(iprot, this); + } + + public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { + schemes.get(oprot.getScheme()).getScheme().write(oprot, this); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder("rename_partition_args("); + boolean first = true; + + sb.append("db_name:"); + if (this.db_name == null) { + sb.append("null"); + } else { + sb.append(this.db_name); + } + first = false; + if (!first) sb.append(", "); + sb.append("tbl_name:"); + if (this.tbl_name == null) { + sb.append("null"); + } else { + sb.append(this.tbl_name); + } + first = false; + if (!first) sb.append(", "); + sb.append("part_vals:"); + if (this.part_vals == null) { + sb.append("null"); + } else { + sb.append(this.part_vals); + } + first = false; + if (!first) sb.append(", "); + sb.append("new_part:"); + if (this.new_part == null) { + sb.append("null"); + } else { + sb.append(this.new_part); + } + first = false; + sb.append(")"); + return sb.toString(); + } + + public void validate() throws org.apache.thrift.TException { + // check for required fields + // check for sub-struct validity + if (new_part != null) { + new_part.validate(); + } + } + + private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { + try { + write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); + } catch (org.apache.thrift.TException te) { + throw new java.io.IOException(te); + } + } + + private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { + try { + read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); + } catch (org.apache.thrift.TException te) { + throw new java.io.IOException(te); + } + } + + private static class rename_partition_argsStandardSchemeFactory implements SchemeFactory { + public rename_partition_argsStandardScheme getScheme() { + return new rename_partition_argsStandardScheme(); + } + } + + private static class rename_partition_argsStandardScheme extends StandardScheme { + + public void read(org.apache.thrift.protocol.TProtocol iprot, rename_partition_args struct) throws org.apache.thrift.TException { + org.apache.thrift.protocol.TField schemeField; + iprot.readStructBegin(); + while (true) + { + schemeField = iprot.readFieldBegin(); + if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { + break; + } + switch (schemeField.id) { + case 1: // DB_NAME + if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { + struct.db_name = iprot.readString(); + struct.setDb_nameIsSet(true); + } else { + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + break; + case 2: // TBL_NAME + if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { + struct.tbl_name = iprot.readString(); + struct.setTbl_nameIsSet(true); + } else { + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + break; + case 3: // PART_VALS + if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { + { + org.apache.thrift.protocol.TList _list942 = iprot.readListBegin(); + struct.part_vals = new ArrayList(_list942.size); + String _elem943; + for (int _i944 = 0; _i944 < _list942.size; ++_i944) + { + _elem943 = iprot.readString(); + struct.part_vals.add(_elem943); + } + iprot.readListEnd(); + } + struct.setPart_valsIsSet(true); + } else { + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + break; + case 4: // NEW_PART + if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { + struct.new_part = new Partition(); + struct.new_part.read(iprot); + struct.setNew_partIsSet(true); + } else { + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + break; + default: + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + iprot.readFieldEnd(); + } + iprot.readStructEnd(); + struct.validate(); + } + + public void write(org.apache.thrift.protocol.TProtocol oprot, rename_partition_args struct) throws org.apache.thrift.TException { + struct.validate(); + + oprot.writeStructBegin(STRUCT_DESC); + if (struct.db_name != null) { + oprot.writeFieldBegin(DB_NAME_FIELD_DESC); + oprot.writeString(struct.db_name); + oprot.writeFieldEnd(); + } + if (struct.tbl_name != null) { + oprot.writeFieldBegin(TBL_NAME_FIELD_DESC); + oprot.writeString(struct.tbl_name); + oprot.writeFieldEnd(); + } + if (struct.part_vals != null) { + oprot.writeFieldBegin(PART_VALS_FIELD_DESC); + { + oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); + for (String _iter945 : struct.part_vals) + { + oprot.writeString(_iter945); + } + oprot.writeListEnd(); + } + oprot.writeFieldEnd(); + } + if (struct.new_part != null) { + oprot.writeFieldBegin(NEW_PART_FIELD_DESC); + struct.new_part.write(oprot); + oprot.writeFieldEnd(); + } + oprot.writeFieldStop(); + oprot.writeStructEnd(); + } + + } + + private static class rename_partition_argsTupleSchemeFactory implements SchemeFactory { + public rename_partition_argsTupleScheme getScheme() { + return new rename_partition_argsTupleScheme(); + } + } + + private static class rename_partition_argsTupleScheme extends TupleScheme { + + @Override + public void write(org.apache.thrift.protocol.TProtocol prot, rename_partition_args struct) throws org.apache.thrift.TException { + TTupleProtocol oprot = (TTupleProtocol) prot; + BitSet optionals = new BitSet(); + if (struct.isSetDb_name()) { + optionals.set(0); + } + if (struct.isSetTbl_name()) { + optionals.set(1); + } + if (struct.isSetPart_vals()) { + optionals.set(2); + } + if (struct.isSetNew_part()) { + optionals.set(3); + } + oprot.writeBitSet(optionals, 4); + if (struct.isSetDb_name()) { + oprot.writeString(struct.db_name); + } + if (struct.isSetTbl_name()) { + oprot.writeString(struct.tbl_name); + } + if (struct.isSetPart_vals()) { + { + oprot.writeI32(struct.part_vals.size()); + for (String _iter946 : struct.part_vals) + { + oprot.writeString(_iter946); + } + } + } + if (struct.isSetNew_part()) { + struct.new_part.write(oprot); + } + } + + @Override + public void read(org.apache.thrift.protocol.TProtocol prot, rename_partition_args struct) throws org.apache.thrift.TException { + TTupleProtocol iprot = (TTupleProtocol) prot; + BitSet incoming = iprot.readBitSet(4); + if (incoming.get(0)) { + struct.db_name = iprot.readString(); + struct.setDb_nameIsSet(true); + } + if (incoming.get(1)) { + struct.tbl_name = iprot.readString(); + struct.setTbl_nameIsSet(true); + } + if (incoming.get(2)) { + { + org.apache.thrift.protocol.TList _list947 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.part_vals = new ArrayList(_list947.size); + String _elem948; + for (int _i949 = 0; _i949 < _list947.size; ++_i949) + { + _elem948 = iprot.readString(); + struct.part_vals.add(_elem948); + } + } + struct.setPart_valsIsSet(true); + } + if (incoming.get(3)) { + struct.new_part = new Partition(); + struct.new_part.read(iprot); + struct.setNew_partIsSet(true); + } + } + } + + } + + public static class rename_partition_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("rename_partition_result"); + + private static final org.apache.thrift.protocol.TField O1_FIELD_DESC = new org.apache.thrift.protocol.TField("o1", org.apache.thrift.protocol.TType.STRUCT, (short)1); + private static final org.apache.thrift.protocol.TField O2_FIELD_DESC = new org.apache.thrift.protocol.TField("o2", org.apache.thrift.protocol.TType.STRUCT, (short)2); + + private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); + static { + schemes.put(StandardScheme.class, new rename_partition_resultStandardSchemeFactory()); + schemes.put(TupleScheme.class, new rename_partition_resultTupleSchemeFactory()); + } + + private InvalidOperationException o1; // required + private MetaException o2; // required + + /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ + public enum _Fields implements org.apache.thrift.TFieldIdEnum { + O1((short)1, "o1"), + O2((short)2, "o2"); + + private static final Map byName = new HashMap(); + + static { + for (_Fields field : EnumSet.allOf(_Fields.class)) { + byName.put(field.getFieldName(), field); + } + } + + /** + * Find the _Fields constant that matches fieldId, or null if its not found. + */ + public static _Fields findByThriftId(int fieldId) { + switch(fieldId) { + case 1: // O1 + return O1; + case 2: // O2 + return O2; + default: + return null; + } + } + + /** + * Find the _Fields constant that matches fieldId, throwing an exception + * if it is not found. + */ + public static _Fields findByThriftIdOrThrow(int fieldId) { + _Fields fields = findByThriftId(fieldId); + if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); + return fields; + } + + /** + * Find the _Fields constant that matches name, or null if its not found. + */ + public static _Fields findByName(String name) { + return byName.get(name); + } + + private final short _thriftId; + private final String _fieldName; + + _Fields(short thriftId, String fieldName) { + _thriftId = thriftId; + _fieldName = fieldName; + } + + public short getThriftFieldId() { + return _thriftId; + } + + public String getFieldName() { + return _fieldName; + } + } + + // isset id assignments + public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; + static { + Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); + tmpMap.put(_Fields.O1, new org.apache.thrift.meta_data.FieldMetaData("o1", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); + tmpMap.put(_Fields.O2, new org.apache.thrift.meta_data.FieldMetaData("o2", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); + metaDataMap = Collections.unmodifiableMap(tmpMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(rename_partition_result.class, metaDataMap); + } + + public rename_partition_result() { + } + + public rename_partition_result( + InvalidOperationException o1, + MetaException o2) + { + this(); + this.o1 = o1; + this.o2 = o2; + } + + /** + * Performs a deep copy on other. + */ + public rename_partition_result(rename_partition_result other) { + if (other.isSetO1()) { + this.o1 = new InvalidOperationException(other.o1); + } + if (other.isSetO2()) { + this.o2 = new MetaException(other.o2); + } + } + + public rename_partition_result deepCopy() { + return new rename_partition_result(this); + } + + @Override + public void clear() { + this.o1 = null; + this.o2 = null; + } + + public InvalidOperationException getO1() { + return this.o1; + } + + public void setO1(InvalidOperationException o1) { + this.o1 = o1; + } + + public void unsetO1() { + this.o1 = null; + } + + /** Returns true if field o1 is set (has been assigned a value) and false otherwise */ + public boolean isSetO1() { + return this.o1 != null; + } + + public void setO1IsSet(boolean value) { + if (!value) { + this.o1 = null; + } + } + + public MetaException getO2() { + return this.o2; + } + + public void setO2(MetaException o2) { + this.o2 = o2; + } + + public void unsetO2() { + this.o2 = null; + } + + /** Returns true if field o2 is set (has been assigned a value) and false otherwise */ + public boolean isSetO2() { + return this.o2 != null; + } + + public void setO2IsSet(boolean value) { + if (!value) { + this.o2 = null; + } + } + + public void setFieldValue(_Fields field, Object value) { + switch (field) { + case O1: + if (value == null) { + unsetO1(); + } else { + setO1((InvalidOperationException)value); + } + break; + + case O2: + if (value == null) { + unsetO2(); + } else { + setO2((MetaException)value); + } + break; + + } + } + + public Object getFieldValue(_Fields field) { + switch (field) { + case O1: + return getO1(); + + case O2: + return getO2(); + + } + throw new IllegalStateException(); + } + + /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ + public boolean isSet(_Fields field) { + if (field == null) { + throw new IllegalArgumentException(); + } + + switch (field) { + case O1: + return isSetO1(); + case O2: + return isSetO2(); + } + throw new IllegalStateException(); + } + + @Override + public boolean equals(Object that) { + if (that == null) + return false; + if (that instanceof rename_partition_result) + return this.equals((rename_partition_result)that); + return false; + } + + public boolean equals(rename_partition_result that) { + if (that == null) + return false; + + boolean this_present_o1 = true && this.isSetO1(); + boolean that_present_o1 = true && that.isSetO1(); + if (this_present_o1 || that_present_o1) { + if (!(this_present_o1 && that_present_o1)) + return false; + if (!this.o1.equals(that.o1)) + return false; + } + + boolean this_present_o2 = true && this.isSetO2(); + boolean that_present_o2 = true && that.isSetO2(); + if (this_present_o2 || that_present_o2) { + if (!(this_present_o2 && that_present_o2)) + return false; + if (!this.o2.equals(that.o2)) + return false; + } + + return true; + } + + @Override + public int hashCode() { + List list = new ArrayList(); + + boolean present_o1 = true && (isSetO1()); + list.add(present_o1); + if (present_o1) + list.add(o1); + + boolean present_o2 = true && (isSetO2()); + list.add(present_o2); + if (present_o2) + list.add(o2); + + return list.hashCode(); + } + + @Override + public int compareTo(rename_partition_result other) { + if (!getClass().equals(other.getClass())) { + return getClass().getName().compareTo(other.getClass().getName()); + } + + int lastComparison = 0; + + lastComparison = Boolean.valueOf(isSetO1()).compareTo(other.isSetO1()); + if (lastComparison != 0) { + return lastComparison; + } + if (isSetO1()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.o1, other.o1); + if (lastComparison != 0) { + return lastComparison; + } + } + lastComparison = Boolean.valueOf(isSetO2()).compareTo(other.isSetO2()); + if (lastComparison != 0) { + return lastComparison; + } + if (isSetO2()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.o2, other.o2); + if (lastComparison != 0) { + return lastComparison; + } + } + return 0; + } + + public _Fields fieldForId(int fieldId) { + return _Fields.findByThriftId(fieldId); + } + + public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { + schemes.get(iprot.getScheme()).getScheme().read(iprot, this); + } + + public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { + schemes.get(oprot.getScheme()).getScheme().write(oprot, this); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder("rename_partition_result("); + boolean first = true; + + sb.append("o1:"); + if (this.o1 == null) { + sb.append("null"); + } else { + sb.append(this.o1); + } + first = false; + if (!first) sb.append(", "); + sb.append("o2:"); + if (this.o2 == null) { + sb.append("null"); + } else { + sb.append(this.o2); + } + first = false; + sb.append(")"); + return sb.toString(); + } + + public void validate() throws org.apache.thrift.TException { + // check for required fields + // check for sub-struct validity + } + + private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { + try { + write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); + } catch (org.apache.thrift.TException te) { + throw new java.io.IOException(te); + } + } + + private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { + try { + read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); + } catch (org.apache.thrift.TException te) { + throw new java.io.IOException(te); + } + } + + private static class rename_partition_resultStandardSchemeFactory implements SchemeFactory { + public rename_partition_resultStandardScheme getScheme() { + return new rename_partition_resultStandardScheme(); + } + } + + private static class rename_partition_resultStandardScheme extends StandardScheme { + + public void read(org.apache.thrift.protocol.TProtocol iprot, rename_partition_result struct) throws org.apache.thrift.TException { + org.apache.thrift.protocol.TField schemeField; + iprot.readStructBegin(); + while (true) + { + schemeField = iprot.readFieldBegin(); + if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { + break; + } + switch (schemeField.id) { + case 1: // O1 + if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { + struct.o1 = new InvalidOperationException(); + struct.o1.read(iprot); + struct.setO1IsSet(true); + } else { + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + break; + case 2: // O2 + if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { + struct.o2 = new MetaException(); + struct.o2.read(iprot); + struct.setO2IsSet(true); + } else { + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + break; + default: + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + iprot.readFieldEnd(); + } + iprot.readStructEnd(); + struct.validate(); + } + + public void write(org.apache.thrift.protocol.TProtocol oprot, rename_partition_result struct) throws org.apache.thrift.TException { + struct.validate(); + + oprot.writeStructBegin(STRUCT_DESC); + if (struct.o1 != null) { + oprot.writeFieldBegin(O1_FIELD_DESC); + struct.o1.write(oprot); + oprot.writeFieldEnd(); + } + if (struct.o2 != null) { + oprot.writeFieldBegin(O2_FIELD_DESC); + struct.o2.write(oprot); + oprot.writeFieldEnd(); + } + oprot.writeFieldStop(); + oprot.writeStructEnd(); + } + + } + + private static class rename_partition_resultTupleSchemeFactory implements SchemeFactory { + public rename_partition_resultTupleScheme getScheme() { + return new rename_partition_resultTupleScheme(); + } + } + + private static class rename_partition_resultTupleScheme extends TupleScheme { + + @Override + public void write(org.apache.thrift.protocol.TProtocol prot, rename_partition_result struct) throws org.apache.thrift.TException { + TTupleProtocol oprot = (TTupleProtocol) prot; + BitSet optionals = new BitSet(); + if (struct.isSetO1()) { + optionals.set(0); + } + if (struct.isSetO2()) { + optionals.set(1); + } + oprot.writeBitSet(optionals, 2); + if (struct.isSetO1()) { + struct.o1.write(oprot); + } + if (struct.isSetO2()) { + struct.o2.write(oprot); + } + } + + @Override + public void read(org.apache.thrift.protocol.TProtocol prot, rename_partition_result struct) throws org.apache.thrift.TException { + TTupleProtocol iprot = (TTupleProtocol) prot; + BitSet incoming = iprot.readBitSet(2); + if (incoming.get(0)) { + struct.o1 = new InvalidOperationException(); + struct.o1.read(iprot); + struct.setO1IsSet(true); + } + if (incoming.get(1)) { + struct.o2 = new MetaException(); + struct.o2.read(iprot); + struct.setO2IsSet(true); + } + } + } + + } + + public static class partition_name_has_valid_characters_args implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("partition_name_has_valid_characters_args"); + + private static final org.apache.thrift.protocol.TField PART_VALS_FIELD_DESC = new org.apache.thrift.protocol.TField("part_vals", org.apache.thrift.protocol.TType.LIST, (short)1); + private static final org.apache.thrift.protocol.TField THROW_EXCEPTION_FIELD_DESC = new org.apache.thrift.protocol.TField("throw_exception", org.apache.thrift.protocol.TType.BOOL, (short)2); + + private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); + static { + schemes.put(StandardScheme.class, new partition_name_has_valid_characters_argsStandardSchemeFactory()); + schemes.put(TupleScheme.class, new partition_name_has_valid_characters_argsTupleSchemeFactory()); + } + + private List part_vals; // required + private boolean throw_exception; // required + + /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ + public enum _Fields implements org.apache.thrift.TFieldIdEnum { + PART_VALS((short)1, "part_vals"), + THROW_EXCEPTION((short)2, "throw_exception"); + + private static final Map byName = new HashMap(); + + static { + for (_Fields field : EnumSet.allOf(_Fields.class)) { + byName.put(field.getFieldName(), field); + } + } + + /** + * Find the _Fields constant that matches fieldId, or null if its not found. + */ + public static _Fields findByThriftId(int fieldId) { + switch(fieldId) { + case 1: // PART_VALS + return PART_VALS; + case 2: // THROW_EXCEPTION + return THROW_EXCEPTION; + default: + return null; + } + } + + /** + * Find the _Fields constant that matches fieldId, throwing an exception + * if it is not found. + */ + public static _Fields findByThriftIdOrThrow(int fieldId) { + _Fields fields = findByThriftId(fieldId); + if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); + return fields; + } + + /** + * Find the _Fields constant that matches name, or null if its not found. + */ + public static _Fields findByName(String name) { + return byName.get(name); + } + + private final short _thriftId; + private final String _fieldName; + + _Fields(short thriftId, String fieldName) { + _thriftId = thriftId; + _fieldName = fieldName; + } + + public short getThriftFieldId() { + return _thriftId; + } + + public String getFieldName() { + return _fieldName; + } + } + + // isset id assignments + private static final int __THROW_EXCEPTION_ISSET_ID = 0; + private byte __isset_bitfield = 0; + public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; + static { + Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); + tmpMap.put(_Fields.PART_VALS, new org.apache.thrift.meta_data.FieldMetaData("part_vals", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); + tmpMap.put(_Fields.THROW_EXCEPTION, new org.apache.thrift.meta_data.FieldMetaData("throw_exception", org.apache.thrift.TFieldRequirementType.DEFAULT, + new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL))); + metaDataMap = Collections.unmodifiableMap(tmpMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(partition_name_has_valid_characters_args.class, metaDataMap); + } + + public partition_name_has_valid_characters_args() { + } + + public partition_name_has_valid_characters_args( + List part_vals, + boolean throw_exception) + { + this(); + this.part_vals = part_vals; + this.throw_exception = throw_exception; + setThrow_exceptionIsSet(true); + } + + /** + * Performs a deep copy on other. + */ + public partition_name_has_valid_characters_args(partition_name_has_valid_characters_args other) { + __isset_bitfield = other.__isset_bitfield; + if (other.isSetPart_vals()) { + List __this__part_vals = new ArrayList(other.part_vals); + this.part_vals = __this__part_vals; + } + this.throw_exception = other.throw_exception; + } + + public partition_name_has_valid_characters_args deepCopy() { + return new partition_name_has_valid_characters_args(this); + } + + @Override + public void clear() { + this.part_vals = null; + setThrow_exceptionIsSet(false); + this.throw_exception = false; + } + + public int getPart_valsSize() { + return (this.part_vals == null) ? 0 : this.part_vals.size(); + } + + public java.util.Iterator getPart_valsIterator() { + return (this.part_vals == null) ? null : this.part_vals.iterator(); + } + + public void addToPart_vals(String elem) { + if (this.part_vals == null) { + this.part_vals = new ArrayList(); + } + this.part_vals.add(elem); + } + + public List getPart_vals() { + return this.part_vals; + } + + public void setPart_vals(List part_vals) { + this.part_vals = part_vals; + } + + public void unsetPart_vals() { + this.part_vals = null; + } + + /** Returns true if field part_vals is set (has been assigned a value) and false otherwise */ + public boolean isSetPart_vals() { + return this.part_vals != null; + } + + public void setPart_valsIsSet(boolean value) { + if (!value) { + this.part_vals = null; + } + } + + public boolean isThrow_exception() { + return this.throw_exception; + } + + public void setThrow_exception(boolean throw_exception) { + this.throw_exception = throw_exception; + setThrow_exceptionIsSet(true); + } + + public void unsetThrow_exception() { + __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __THROW_EXCEPTION_ISSET_ID); + } + + /** Returns true if field throw_exception is set (has been assigned a value) and false otherwise */ + public boolean isSetThrow_exception() { + return EncodingUtils.testBit(__isset_bitfield, __THROW_EXCEPTION_ISSET_ID); + } + + public void setThrow_exceptionIsSet(boolean value) { + __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __THROW_EXCEPTION_ISSET_ID, value); + } + + public void setFieldValue(_Fields field, Object value) { + switch (field) { + case PART_VALS: + if (value == null) { + unsetPart_vals(); + } else { + setPart_vals((List)value); + } + break; + + case THROW_EXCEPTION: + if (value == null) { + unsetThrow_exception(); + } else { + setThrow_exception((Boolean)value); + } + break; + + } + } + + public Object getFieldValue(_Fields field) { + switch (field) { + case PART_VALS: + return getPart_vals(); + + case THROW_EXCEPTION: + return Boolean.valueOf(isThrow_exception()); + + } + throw new IllegalStateException(); + } + + /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ + public boolean isSet(_Fields field) { + if (field == null) { + throw new IllegalArgumentException(); + } + + switch (field) { + case PART_VALS: + return isSetPart_vals(); + case THROW_EXCEPTION: + return isSetThrow_exception(); + } + throw new IllegalStateException(); + } + + @Override + public boolean equals(Object that) { + if (that == null) + return false; + if (that instanceof partition_name_has_valid_characters_args) + return this.equals((partition_name_has_valid_characters_args)that); + return false; + } + + public boolean equals(partition_name_has_valid_characters_args that) { + if (that == null) + return false; + + boolean this_present_part_vals = true && this.isSetPart_vals(); + boolean that_present_part_vals = true && that.isSetPart_vals(); + if (this_present_part_vals || that_present_part_vals) { + if (!(this_present_part_vals && that_present_part_vals)) + return false; + if (!this.part_vals.equals(that.part_vals)) + return false; + } + + boolean this_present_throw_exception = true; + boolean that_present_throw_exception = true; + if (this_present_throw_exception || that_present_throw_exception) { + if (!(this_present_throw_exception && that_present_throw_exception)) + return false; + if (this.throw_exception != that.throw_exception) + return false; + } + + return true; + } + + @Override + public int hashCode() { + List list = new ArrayList(); + + boolean present_part_vals = true && (isSetPart_vals()); + list.add(present_part_vals); + if (present_part_vals) + list.add(part_vals); + + boolean present_throw_exception = true; + list.add(present_throw_exception); + if (present_throw_exception) + list.add(throw_exception); + + return list.hashCode(); + } + + @Override + public int compareTo(partition_name_has_valid_characters_args other) { + if (!getClass().equals(other.getClass())) { + return getClass().getName().compareTo(other.getClass().getName()); + } + + int lastComparison = 0; + + lastComparison = Boolean.valueOf(isSetPart_vals()).compareTo(other.isSetPart_vals()); + if (lastComparison != 0) { + return lastComparison; + } + if (isSetPart_vals()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.part_vals, other.part_vals); + if (lastComparison != 0) { + return lastComparison; + } + } + lastComparison = Boolean.valueOf(isSetThrow_exception()).compareTo(other.isSetThrow_exception()); + if (lastComparison != 0) { + return lastComparison; + } + if (isSetThrow_exception()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.throw_exception, other.throw_exception); if (lastComparison != 0) { return lastComparison; } @@ -94244,7 +95545,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -99957,7 +101258,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -103122,7 +104423,7 @@ public Object getFieldValue(_Fields field) { return getIndex_name(); case DELETE_DATA: - return isDeleteData(); + return Boolean.valueOf(isDeleteData()); } throw new IllegalStateException(); @@ -103737,7 +105038,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -105456,7 +106757,7 @@ public Object getFieldValue(_Fields field) { return getTbl_name(); case MAX_INDEXES: - return getMax_indexes(); + return Short.valueOf(getMax_indexes()); } throw new IllegalStateException(); @@ -106646,7 +107947,7 @@ public Object getFieldValue(_Fields field) { return getTbl_name(); case MAX_INDEXES: - return getMax_indexes(); + return Short.valueOf(getMax_indexes()); } throw new IllegalStateException(); @@ -108168,7 +109469,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -109313,7 +110614,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -116082,7 +117383,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -117534,7 +118835,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -118882,7 +120183,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -125628,7 +126929,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -126450,7 +127751,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -127888,7 +129189,7 @@ public Object getFieldValue(_Fields field) { return getGrantorType(); case GRANT_OPTION: - return isGrant_option(); + return Boolean.valueOf(isGrant_option()); } throw new IllegalStateException(); @@ -128573,7 +129874,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -129615,7 +130916,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -136120,7 +137421,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -136947,7 +138248,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return isSuccess(); + return Boolean.valueOf(isSuccess()); case O1: return getO1(); @@ -140551,7 +141852,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: - return getSuccess(); + return Long.valueOf(getSuccess()); case O1: return getO1(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnAbortedException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnAbortedException.java index 689f646..788d82c 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnAbortedException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnAbortedException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TxnAbortedException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TxnAbortedException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnInfo.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnInfo.java index 47cdaf4..27d977d 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnInfo.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnInfo.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TxnInfo implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TxnInfo"); @@ -329,7 +329,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case ID: - return getId(); + return Long.valueOf(getId()); case STATE: return getState(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnOpenException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnOpenException.java index 10b5f9b..d455229 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnOpenException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnOpenException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TxnOpenException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TxnOpenException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnState.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnState.java index de59755..69d6239 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnState.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TxnState.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Type.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Type.java index 14cd42e..e9ec6f1 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Type.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Type.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Type implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Type"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownDBException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownDBException.java index a5ea86f..a0f254b 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownDBException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownDBException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class UnknownDBException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("UnknownDBException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownPartitionException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownPartitionException.java index 538ce29..cbb8410 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownPartitionException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownPartitionException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class UnknownPartitionException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("UnknownPartitionException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownTableException.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownTableException.java index 95bd0dd..6cbc999 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownTableException.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnknownTableException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class UnknownTableException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("UnknownTableException"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnlockRequest.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnlockRequest.java index f28e808..22a048f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnlockRequest.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/UnlockRequest.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class UnlockRequest implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("UnlockRequest"); @@ -185,7 +185,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case LOCKID: - return getLockid(); + return Long.valueOf(getLockid()); } throw new IllegalStateException(); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Version.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Version.java index 12a2bce..f0dfa6f 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Version.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Version.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Version implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Version"); diff --git metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java index 5a666f2..b6e0a29 100644 --- metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java +++ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-php/metastore/ThriftHiveMetastore.php metastore/src/gen/thrift/gen-php/metastore/ThriftHiveMetastore.php index 75f4a47..2fe4590 100644 --- metastore/src/gen/thrift/gen-php/metastore/ThriftHiveMetastore.php +++ metastore/src/gen/thrift/gen-php/metastore/ThriftHiveMetastore.php @@ -1,7 +1,7 @@ send_get_num_partitions_by_filter($db_name, $tbl_name, $filter); + return $this->recv_get_num_partitions_by_filter(); + } + + public function send_get_num_partitions_by_filter($db_name, $tbl_name, $filter) + { + $args = new \metastore\ThriftHiveMetastore_get_num_partitions_by_filter_args(); + $args->db_name = $db_name; + $args->tbl_name = $tbl_name; + $args->filter = $filter; + $bin_accel = ($this->output_ instanceof TBinaryProtocolAccelerated) && function_exists('thrift_protocol_write_binary'); + if ($bin_accel) + { + thrift_protocol_write_binary($this->output_, 'get_num_partitions_by_filter', TMessageType::CALL, $args, $this->seqid_, $this->output_->isStrictWrite()); + } + else + { + $this->output_->writeMessageBegin('get_num_partitions_by_filter', TMessageType::CALL, $this->seqid_); + $args->write($this->output_); + $this->output_->writeMessageEnd(); + $this->output_->getTransport()->flush(); + } + } + + public function recv_get_num_partitions_by_filter() + { + $bin_accel = ($this->input_ instanceof TBinaryProtocolAccelerated) && function_exists('thrift_protocol_read_binary'); + if ($bin_accel) $result = thrift_protocol_read_binary($this->input_, '\metastore\ThriftHiveMetastore_get_num_partitions_by_filter_result', $this->input_->isStrictRead()); + else + { + $rseqid = 0; + $fname = null; + $mtype = 0; + + $this->input_->readMessageBegin($fname, $mtype, $rseqid); + if ($mtype == TMessageType::EXCEPTION) { + $x = new TApplicationException(); + $x->read($this->input_); + $this->input_->readMessageEnd(); + throw $x; + } + $result = new \metastore\ThriftHiveMetastore_get_num_partitions_by_filter_result(); + $result->read($this->input_); + $this->input_->readMessageEnd(); + } + if ($result->success !== null) { + return $result->success; + } + if ($result->o1 !== null) { + throw $result->o1; + } + if ($result->o2 !== null) { + throw $result->o2; + } + throw new \Exception("get_num_partitions_by_filter failed: unknown result"); + } + public function get_partitions_by_names($db_name, $tbl_name, array $names) { $this->send_get_partitions_by_names($db_name, $tbl_name, $names); @@ -23936,6 +24004,252 @@ class ThriftHiveMetastore_get_partitions_by_expr_result { } +class ThriftHiveMetastore_get_num_partitions_by_filter_args { + static $_TSPEC; + + /** + * @var string + */ + public $db_name = null; + /** + * @var string + */ + public $tbl_name = null; + /** + * @var string + */ + public $filter = null; + + public function __construct($vals=null) { + if (!isset(self::$_TSPEC)) { + self::$_TSPEC = array( + 1 => array( + 'var' => 'db_name', + 'type' => TType::STRING, + ), + 2 => array( + 'var' => 'tbl_name', + 'type' => TType::STRING, + ), + 3 => array( + 'var' => 'filter', + 'type' => TType::STRING, + ), + ); + } + if (is_array($vals)) { + if (isset($vals['db_name'])) { + $this->db_name = $vals['db_name']; + } + if (isset($vals['tbl_name'])) { + $this->tbl_name = $vals['tbl_name']; + } + if (isset($vals['filter'])) { + $this->filter = $vals['filter']; + } + } + } + + public function getName() { + return 'ThriftHiveMetastore_get_num_partitions_by_filter_args'; + } + + public function read($input) + { + $xfer = 0; + $fname = null; + $ftype = 0; + $fid = 0; + $xfer += $input->readStructBegin($fname); + while (true) + { + $xfer += $input->readFieldBegin($fname, $ftype, $fid); + if ($ftype == TType::STOP) { + break; + } + switch ($fid) + { + case 1: + if ($ftype == TType::STRING) { + $xfer += $input->readString($this->db_name); + } else { + $xfer += $input->skip($ftype); + } + break; + case 2: + if ($ftype == TType::STRING) { + $xfer += $input->readString($this->tbl_name); + } else { + $xfer += $input->skip($ftype); + } + break; + case 3: + if ($ftype == TType::STRING) { + $xfer += $input->readString($this->filter); + } else { + $xfer += $input->skip($ftype); + } + break; + default: + $xfer += $input->skip($ftype); + break; + } + $xfer += $input->readFieldEnd(); + } + $xfer += $input->readStructEnd(); + return $xfer; + } + + public function write($output) { + $xfer = 0; + $xfer += $output->writeStructBegin('ThriftHiveMetastore_get_num_partitions_by_filter_args'); + if ($this->db_name !== null) { + $xfer += $output->writeFieldBegin('db_name', TType::STRING, 1); + $xfer += $output->writeString($this->db_name); + $xfer += $output->writeFieldEnd(); + } + if ($this->tbl_name !== null) { + $xfer += $output->writeFieldBegin('tbl_name', TType::STRING, 2); + $xfer += $output->writeString($this->tbl_name); + $xfer += $output->writeFieldEnd(); + } + if ($this->filter !== null) { + $xfer += $output->writeFieldBegin('filter', TType::STRING, 3); + $xfer += $output->writeString($this->filter); + $xfer += $output->writeFieldEnd(); + } + $xfer += $output->writeFieldStop(); + $xfer += $output->writeStructEnd(); + return $xfer; + } + +} + +class ThriftHiveMetastore_get_num_partitions_by_filter_result { + static $_TSPEC; + + /** + * @var int + */ + public $success = null; + /** + * @var \metastore\MetaException + */ + public $o1 = null; + /** + * @var \metastore\NoSuchObjectException + */ + public $o2 = null; + + public function __construct($vals=null) { + if (!isset(self::$_TSPEC)) { + self::$_TSPEC = array( + 0 => array( + 'var' => 'success', + 'type' => TType::I32, + ), + 1 => array( + 'var' => 'o1', + 'type' => TType::STRUCT, + 'class' => '\metastore\MetaException', + ), + 2 => array( + 'var' => 'o2', + 'type' => TType::STRUCT, + 'class' => '\metastore\NoSuchObjectException', + ), + ); + } + if (is_array($vals)) { + if (isset($vals['success'])) { + $this->success = $vals['success']; + } + if (isset($vals['o1'])) { + $this->o1 = $vals['o1']; + } + if (isset($vals['o2'])) { + $this->o2 = $vals['o2']; + } + } + } + + public function getName() { + return 'ThriftHiveMetastore_get_num_partitions_by_filter_result'; + } + + public function read($input) + { + $xfer = 0; + $fname = null; + $ftype = 0; + $fid = 0; + $xfer += $input->readStructBegin($fname); + while (true) + { + $xfer += $input->readFieldBegin($fname, $ftype, $fid); + if ($ftype == TType::STOP) { + break; + } + switch ($fid) + { + case 0: + if ($ftype == TType::I32) { + $xfer += $input->readI32($this->success); + } else { + $xfer += $input->skip($ftype); + } + break; + case 1: + if ($ftype == TType::STRUCT) { + $this->o1 = new \metastore\MetaException(); + $xfer += $this->o1->read($input); + } else { + $xfer += $input->skip($ftype); + } + break; + case 2: + if ($ftype == TType::STRUCT) { + $this->o2 = new \metastore\NoSuchObjectException(); + $xfer += $this->o2->read($input); + } else { + $xfer += $input->skip($ftype); + } + break; + default: + $xfer += $input->skip($ftype); + break; + } + $xfer += $input->readFieldEnd(); + } + $xfer += $input->readStructEnd(); + return $xfer; + } + + public function write($output) { + $xfer = 0; + $xfer += $output->writeStructBegin('ThriftHiveMetastore_get_num_partitions_by_filter_result'); + if ($this->success !== null) { + $xfer += $output->writeFieldBegin('success', TType::I32, 0); + $xfer += $output->writeI32($this->success); + $xfer += $output->writeFieldEnd(); + } + if ($this->o1 !== null) { + $xfer += $output->writeFieldBegin('o1', TType::STRUCT, 1); + $xfer += $this->o1->write($output); + $xfer += $output->writeFieldEnd(); + } + if ($this->o2 !== null) { + $xfer += $output->writeFieldBegin('o2', TType::STRUCT, 2); + $xfer += $this->o2->write($output); + $xfer += $output->writeFieldEnd(); + } + $xfer += $output->writeFieldStop(); + $xfer += $output->writeStructEnd(); + return $xfer; + } + +} + class ThriftHiveMetastore_get_partitions_by_names_args { static $_TSPEC; diff --git metastore/src/gen/thrift/gen-php/metastore/Types.php metastore/src/gen/thrift/gen-php/metastore/Types.php index fe4c966..89e2c31 100644 --- metastore/src/gen/thrift/gen-php/metastore/Types.php +++ metastore/src/gen/thrift/gen-php/metastore/Types.php @@ -2,7 +2,7 @@ namespace metastore; /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore-remote metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore-remote index 9564ded..216a0fa 100755 --- metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore-remote +++ metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore-remote @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Autogenerated by Thrift Compiler (0.9.3) +# Autogenerated by Thrift Compiler (0.9.2) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @@ -82,6 +82,7 @@ if len(sys.argv) <= 1 or sys.argv[1] == '--help': print(' get_partitions_by_filter(string db_name, string tbl_name, string filter, i16 max_parts)') print(' get_part_specs_by_filter(string db_name, string tbl_name, string filter, i32 max_parts)') print(' PartitionsByExprResult get_partitions_by_expr(PartitionsByExprRequest req)') + print(' i32 get_num_partitions_by_filter(string db_name, string tbl_name, string filter)') print(' get_partitions_by_names(string db_name, string tbl_name, names)') print(' void alter_partition(string db_name, string tbl_name, Partition new_part)') print(' void alter_partitions(string db_name, string tbl_name, new_parts)') @@ -573,6 +574,12 @@ elif cmd == 'get_partitions_by_expr': sys.exit(1) pp.pprint(client.get_partitions_by_expr(eval(args[0]),)) +elif cmd == 'get_num_partitions_by_filter': + if len(args) != 3: + print('get_num_partitions_by_filter requires 3 args') + sys.exit(1) + pp.pprint(client.get_num_partitions_by_filter(args[0],args[1],args[2],)) + elif cmd == 'get_partitions_by_names': if len(args) != 3: print('get_partitions_by_names requires 3 args') diff --git metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py index 97acb5d..6e90d16 100644 --- metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py +++ metastore/src/gen/thrift/gen-py/hive_metastore/ThriftHiveMetastore.py @@ -1,5 +1,5 @@ # -# Autogenerated by Thrift Compiler (0.9.3) +# Autogenerated by Thrift Compiler (0.9.2) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @@ -8,7 +8,6 @@ from thrift.Thrift import TType, TMessageType, TException, TApplicationException import fb303.FacebookService -import logging from ttypes import * from thrift.Thrift import TProcessor from thrift.transport import TTransport @@ -524,6 +523,15 @@ def get_partitions_by_expr(self, req): """ pass + def get_num_partitions_by_filter(self, db_name, tbl_name, filter): + """ + Parameters: + - db_name + - tbl_name + - filter + """ + pass + def get_partitions_by_names(self, db_name, tbl_name, names): """ Parameters: @@ -1119,7 +1127,7 @@ def recv_getMetaConf(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "getMetaConf failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "getMetaConf failed: unknown result"); def setMetaConf(self, key, value): """ @@ -1222,7 +1230,7 @@ def recv_get_database(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_database failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_database failed: unknown result"); def drop_database(self, name, deleteData, cascade): """ @@ -1294,7 +1302,7 @@ def recv_get_databases(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_databases failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_databases failed: unknown result"); def get_all_databases(self): self.send_get_all_databases() @@ -1322,7 +1330,7 @@ def recv_get_all_databases(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_all_databases failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_all_databases failed: unknown result"); def alter_database(self, dbname, db): """ @@ -1392,7 +1400,7 @@ def recv_get_type(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_type failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_type failed: unknown result"); def create_type(self, type): """ @@ -1429,7 +1437,7 @@ def recv_create_type(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "create_type failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "create_type failed: unknown result"); def drop_type(self, type): """ @@ -1464,7 +1472,7 @@ def recv_drop_type(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_type failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_type failed: unknown result"); def get_type_all(self, name): """ @@ -1497,7 +1505,7 @@ def recv_get_type_all(self): return result.success if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_type_all failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_type_all failed: unknown result"); def get_fields(self, db_name, table_name): """ @@ -1536,7 +1544,7 @@ def recv_get_fields(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_fields failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_fields failed: unknown result"); def get_fields_with_environment_context(self, db_name, table_name, environment_context): """ @@ -1577,7 +1585,7 @@ def recv_get_fields_with_environment_context(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_fields_with_environment_context failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_fields_with_environment_context failed: unknown result"); def get_schema(self, db_name, table_name): """ @@ -1616,7 +1624,7 @@ def recv_get_schema(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_schema failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_schema failed: unknown result"); def get_schema_with_environment_context(self, db_name, table_name, environment_context): """ @@ -1657,7 +1665,7 @@ def recv_get_schema_with_environment_context(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_schema_with_environment_context failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_schema_with_environment_context failed: unknown result"); def create_table(self, tbl): """ @@ -1844,7 +1852,7 @@ def recv_get_tables(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_tables failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_tables failed: unknown result"); def get_table_meta(self, db_patterns, tbl_patterns, tbl_types): """ @@ -1881,7 +1889,7 @@ def recv_get_table_meta(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_meta failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_meta failed: unknown result"); def get_all_tables(self, db_name): """ @@ -1914,7 +1922,7 @@ def recv_get_all_tables(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_all_tables failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_all_tables failed: unknown result"); def get_table(self, dbname, tbl_name): """ @@ -1951,7 +1959,7 @@ def recv_get_table(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table failed: unknown result"); def get_table_objects_by_name(self, dbname, tbl_names): """ @@ -1990,7 +1998,7 @@ def recv_get_table_objects_by_name(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_objects_by_name failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_objects_by_name failed: unknown result"); def get_table_names_by_filter(self, dbname, filter, max_tables): """ @@ -2031,7 +2039,7 @@ def recv_get_table_names_by_filter(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_names_by_filter failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_names_by_filter failed: unknown result"); def alter_table(self, dbname, tbl_name, new_tbl): """ @@ -2183,7 +2191,7 @@ def recv_add_partition(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partition failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partition failed: unknown result"); def add_partition_with_environment_context(self, new_part, environment_context): """ @@ -2222,7 +2230,7 @@ def recv_add_partition_with_environment_context(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partition_with_environment_context failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partition_with_environment_context failed: unknown result"); def add_partitions(self, new_parts): """ @@ -2259,7 +2267,7 @@ def recv_add_partitions(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partitions failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partitions failed: unknown result"); def add_partitions_pspec(self, new_parts): """ @@ -2296,7 +2304,7 @@ def recv_add_partitions_pspec(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partitions_pspec failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partitions_pspec failed: unknown result"); def append_partition(self, db_name, tbl_name, part_vals): """ @@ -2337,7 +2345,7 @@ def recv_append_partition(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "append_partition failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "append_partition failed: unknown result"); def add_partitions_req(self, request): """ @@ -2374,7 +2382,7 @@ def recv_add_partitions_req(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partitions_req failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "add_partitions_req failed: unknown result"); def append_partition_with_environment_context(self, db_name, tbl_name, part_vals, environment_context): """ @@ -2417,7 +2425,7 @@ def recv_append_partition_with_environment_context(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "append_partition_with_environment_context failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "append_partition_with_environment_context failed: unknown result"); def append_partition_by_name(self, db_name, tbl_name, part_name): """ @@ -2458,7 +2466,7 @@ def recv_append_partition_by_name(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "append_partition_by_name failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "append_partition_by_name failed: unknown result"); def append_partition_by_name_with_environment_context(self, db_name, tbl_name, part_name, environment_context): """ @@ -2501,7 +2509,7 @@ def recv_append_partition_by_name_with_environment_context(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "append_partition_by_name_with_environment_context failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "append_partition_by_name_with_environment_context failed: unknown result"); def drop_partition(self, db_name, tbl_name, part_vals, deleteData): """ @@ -2542,7 +2550,7 @@ def recv_drop_partition(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partition failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partition failed: unknown result"); def drop_partition_with_environment_context(self, db_name, tbl_name, part_vals, deleteData, environment_context): """ @@ -2585,7 +2593,7 @@ def recv_drop_partition_with_environment_context(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partition_with_environment_context failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partition_with_environment_context failed: unknown result"); def drop_partition_by_name(self, db_name, tbl_name, part_name, deleteData): """ @@ -2626,7 +2634,7 @@ def recv_drop_partition_by_name(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partition_by_name failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partition_by_name failed: unknown result"); def drop_partition_by_name_with_environment_context(self, db_name, tbl_name, part_name, deleteData, environment_context): """ @@ -2669,7 +2677,7 @@ def recv_drop_partition_by_name_with_environment_context(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partition_by_name_with_environment_context failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partition_by_name_with_environment_context failed: unknown result"); def drop_partitions_req(self, req): """ @@ -2704,7 +2712,7 @@ def recv_drop_partitions_req(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partitions_req failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_partitions_req failed: unknown result"); def get_partition(self, db_name, tbl_name, part_vals): """ @@ -2743,7 +2751,7 @@ def recv_get_partition(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition failed: unknown result"); def exchange_partition(self, partitionSpecs, source_db, source_table_name, dest_db, dest_table_name): """ @@ -2790,7 +2798,7 @@ def recv_exchange_partition(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "exchange_partition failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "exchange_partition failed: unknown result"); def exchange_partitions(self, partitionSpecs, source_db, source_table_name, dest_db, dest_table_name): """ @@ -2837,7 +2845,7 @@ def recv_exchange_partitions(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "exchange_partitions failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "exchange_partitions failed: unknown result"); def get_partition_with_auth(self, db_name, tbl_name, part_vals, user_name, group_names): """ @@ -2880,7 +2888,7 @@ def recv_get_partition_with_auth(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_with_auth failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_with_auth failed: unknown result"); def get_partition_by_name(self, db_name, tbl_name, part_name): """ @@ -2919,7 +2927,7 @@ def recv_get_partition_by_name(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_by_name failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_by_name failed: unknown result"); def get_partitions(self, db_name, tbl_name, max_parts): """ @@ -2958,7 +2966,7 @@ def recv_get_partitions(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions failed: unknown result"); def get_partitions_with_auth(self, db_name, tbl_name, max_parts, user_name, group_names): """ @@ -3001,7 +3009,7 @@ def recv_get_partitions_with_auth(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_with_auth failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_with_auth failed: unknown result"); def get_partitions_pspec(self, db_name, tbl_name, max_parts): """ @@ -3040,7 +3048,7 @@ def recv_get_partitions_pspec(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_pspec failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_pspec failed: unknown result"); def get_partition_names(self, db_name, tbl_name, max_parts): """ @@ -3077,7 +3085,7 @@ def recv_get_partition_names(self): return result.success if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_names failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_names failed: unknown result"); def get_partitions_ps(self, db_name, tbl_name, part_vals, max_parts): """ @@ -3118,7 +3126,7 @@ def recv_get_partitions_ps(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_ps failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_ps failed: unknown result"); def get_partitions_ps_with_auth(self, db_name, tbl_name, part_vals, max_parts, user_name, group_names): """ @@ -3163,7 +3171,7 @@ def recv_get_partitions_ps_with_auth(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_ps_with_auth failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_ps_with_auth failed: unknown result"); def get_partition_names_ps(self, db_name, tbl_name, part_vals, max_parts): """ @@ -3204,7 +3212,7 @@ def recv_get_partition_names_ps(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_names_ps failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_names_ps failed: unknown result"); def get_partitions_by_filter(self, db_name, tbl_name, filter, max_parts): """ @@ -3245,7 +3253,7 @@ def recv_get_partitions_by_filter(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_by_filter failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_by_filter failed: unknown result"); def get_part_specs_by_filter(self, db_name, tbl_name, filter, max_parts): """ @@ -3286,7 +3294,7 @@ def recv_get_part_specs_by_filter(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_part_specs_by_filter failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_part_specs_by_filter failed: unknown result"); def get_partitions_by_expr(self, req): """ @@ -3321,7 +3329,46 @@ def recv_get_partitions_by_expr(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_by_expr failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_by_expr failed: unknown result"); + + def get_num_partitions_by_filter(self, db_name, tbl_name, filter): + """ + Parameters: + - db_name + - tbl_name + - filter + """ + self.send_get_num_partitions_by_filter(db_name, tbl_name, filter) + return self.recv_get_num_partitions_by_filter() + + def send_get_num_partitions_by_filter(self, db_name, tbl_name, filter): + self._oprot.writeMessageBegin('get_num_partitions_by_filter', TMessageType.CALL, self._seqid) + args = get_num_partitions_by_filter_args() + args.db_name = db_name + args.tbl_name = tbl_name + args.filter = filter + args.write(self._oprot) + self._oprot.writeMessageEnd() + self._oprot.trans.flush() + + def recv_get_num_partitions_by_filter(self): + iprot = self._iprot + (fname, mtype, rseqid) = iprot.readMessageBegin() + if mtype == TMessageType.EXCEPTION: + x = TApplicationException() + x.read(iprot) + iprot.readMessageEnd() + raise x + result = get_num_partitions_by_filter_result() + result.read(iprot) + iprot.readMessageEnd() + if result.success is not None: + return result.success + if result.o1 is not None: + raise result.o1 + if result.o2 is not None: + raise result.o2 + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_num_partitions_by_filter failed: unknown result"); def get_partitions_by_names(self, db_name, tbl_name, names): """ @@ -3360,7 +3407,7 @@ def recv_get_partitions_by_names(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_by_names failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_by_names failed: unknown result"); def alter_partition(self, db_name, tbl_name, new_part): """ @@ -3547,7 +3594,7 @@ def recv_partition_name_has_valid_characters(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "partition_name_has_valid_characters failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "partition_name_has_valid_characters failed: unknown result"); def get_config_value(self, name, defaultValue): """ @@ -3582,7 +3629,7 @@ def recv_get_config_value(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_config_value failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_config_value failed: unknown result"); def partition_name_to_vals(self, part_name): """ @@ -3615,7 +3662,7 @@ def recv_partition_name_to_vals(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "partition_name_to_vals failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "partition_name_to_vals failed: unknown result"); def partition_name_to_spec(self, part_name): """ @@ -3648,7 +3695,7 @@ def recv_partition_name_to_spec(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "partition_name_to_spec failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "partition_name_to_spec failed: unknown result"); def markPartitionForEvent(self, db_name, tbl_name, part_vals, eventType): """ @@ -3744,7 +3791,7 @@ def recv_isPartitionMarkedForEvent(self): raise result.o5 if result.o6 is not None: raise result.o6 - raise TApplicationException(TApplicationException.MISSING_RESULT, "isPartitionMarkedForEvent failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "isPartitionMarkedForEvent failed: unknown result"); def add_index(self, new_index, index_table): """ @@ -3783,7 +3830,7 @@ def recv_add_index(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "add_index failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "add_index failed: unknown result"); def alter_index(self, dbname, base_tbl_name, idx_name, new_idx): """ @@ -3863,7 +3910,7 @@ def recv_drop_index_by_name(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_index_by_name failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_index_by_name failed: unknown result"); def get_index_by_name(self, db_name, tbl_name, index_name): """ @@ -3902,7 +3949,7 @@ def recv_get_index_by_name(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_index_by_name failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_index_by_name failed: unknown result"); def get_indexes(self, db_name, tbl_name, max_indexes): """ @@ -3941,7 +3988,7 @@ def recv_get_indexes(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_indexes failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_indexes failed: unknown result"); def get_index_names(self, db_name, tbl_name, max_indexes): """ @@ -3978,7 +4025,7 @@ def recv_get_index_names(self): return result.success if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_index_names failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_index_names failed: unknown result"); def update_table_column_statistics(self, stats_obj): """ @@ -4017,7 +4064,7 @@ def recv_update_table_column_statistics(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "update_table_column_statistics failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "update_table_column_statistics failed: unknown result"); def update_partition_column_statistics(self, stats_obj): """ @@ -4056,7 +4103,7 @@ def recv_update_partition_column_statistics(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "update_partition_column_statistics failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "update_partition_column_statistics failed: unknown result"); def get_table_column_statistics(self, db_name, tbl_name, col_name): """ @@ -4099,7 +4146,7 @@ def recv_get_table_column_statistics(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_column_statistics failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_column_statistics failed: unknown result"); def get_partition_column_statistics(self, db_name, tbl_name, part_name, col_name): """ @@ -4144,7 +4191,7 @@ def recv_get_partition_column_statistics(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_column_statistics failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partition_column_statistics failed: unknown result"); def get_table_statistics_req(self, request): """ @@ -4179,7 +4226,7 @@ def recv_get_table_statistics_req(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_statistics_req failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_table_statistics_req failed: unknown result"); def get_partitions_statistics_req(self, request): """ @@ -4214,7 +4261,7 @@ def recv_get_partitions_statistics_req(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_statistics_req failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_partitions_statistics_req failed: unknown result"); def get_aggr_stats_for(self, request): """ @@ -4249,7 +4296,7 @@ def recv_get_aggr_stats_for(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_aggr_stats_for failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_aggr_stats_for failed: unknown result"); def set_aggr_stats_for(self, request): """ @@ -4288,7 +4335,7 @@ def recv_set_aggr_stats_for(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "set_aggr_stats_for failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "set_aggr_stats_for failed: unknown result"); def delete_partition_column_statistics(self, db_name, tbl_name, part_name, col_name): """ @@ -4333,7 +4380,7 @@ def recv_delete_partition_column_statistics(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "delete_partition_column_statistics failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "delete_partition_column_statistics failed: unknown result"); def delete_table_column_statistics(self, db_name, tbl_name, col_name): """ @@ -4376,7 +4423,7 @@ def recv_delete_table_column_statistics(self): raise result.o3 if result.o4 is not None: raise result.o4 - raise TApplicationException(TApplicationException.MISSING_RESULT, "delete_table_column_statistics failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "delete_table_column_statistics failed: unknown result"); def create_function(self, func): """ @@ -4520,7 +4567,7 @@ def recv_get_functions(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_functions failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_functions failed: unknown result"); def get_function(self, dbName, funcName): """ @@ -4557,7 +4604,7 @@ def recv_get_function(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_function failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_function failed: unknown result"); def get_all_functions(self): self.send_get_all_functions() @@ -4585,7 +4632,7 @@ def recv_get_all_functions(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_all_functions failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_all_functions failed: unknown result"); def create_role(self, role): """ @@ -4618,7 +4665,7 @@ def recv_create_role(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "create_role failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "create_role failed: unknown result"); def drop_role(self, role_name): """ @@ -4651,7 +4698,7 @@ def recv_drop_role(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_role failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "drop_role failed: unknown result"); def get_role_names(self): self.send_get_role_names() @@ -4679,7 +4726,7 @@ def recv_get_role_names(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_role_names failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_role_names failed: unknown result"); def grant_role(self, role_name, principal_name, principal_type, grantor, grantorType, grant_option): """ @@ -4722,7 +4769,7 @@ def recv_grant_role(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "grant_role failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "grant_role failed: unknown result"); def revoke_role(self, role_name, principal_name, principal_type): """ @@ -4759,7 +4806,7 @@ def recv_revoke_role(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "revoke_role failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "revoke_role failed: unknown result"); def list_roles(self, principal_name, principal_type): """ @@ -4794,7 +4841,7 @@ def recv_list_roles(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "list_roles failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "list_roles failed: unknown result"); def grant_revoke_role(self, request): """ @@ -4827,7 +4874,7 @@ def recv_grant_revoke_role(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "grant_revoke_role failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "grant_revoke_role failed: unknown result"); def get_principals_in_role(self, request): """ @@ -4860,7 +4907,7 @@ def recv_get_principals_in_role(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_principals_in_role failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_principals_in_role failed: unknown result"); def get_role_grants_for_principal(self, request): """ @@ -4893,7 +4940,7 @@ def recv_get_role_grants_for_principal(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_role_grants_for_principal failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_role_grants_for_principal failed: unknown result"); def get_privilege_set(self, hiveObject, user_name, group_names): """ @@ -4930,7 +4977,7 @@ def recv_get_privilege_set(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_privilege_set failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_privilege_set failed: unknown result"); def list_privileges(self, principal_name, principal_type, hiveObject): """ @@ -4967,7 +5014,7 @@ def recv_list_privileges(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "list_privileges failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "list_privileges failed: unknown result"); def grant_privileges(self, privileges): """ @@ -5000,7 +5047,7 @@ def recv_grant_privileges(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "grant_privileges failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "grant_privileges failed: unknown result"); def revoke_privileges(self, privileges): """ @@ -5033,7 +5080,7 @@ def recv_revoke_privileges(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "revoke_privileges failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "revoke_privileges failed: unknown result"); def grant_revoke_privileges(self, request): """ @@ -5066,7 +5113,7 @@ def recv_grant_revoke_privileges(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "grant_revoke_privileges failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "grant_revoke_privileges failed: unknown result"); def set_ugi(self, user_name, group_names): """ @@ -5101,7 +5148,7 @@ def recv_set_ugi(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "set_ugi failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "set_ugi failed: unknown result"); def get_delegation_token(self, token_owner, renewer_kerberos_principal_name): """ @@ -5136,7 +5183,7 @@ def recv_get_delegation_token(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_delegation_token failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_delegation_token failed: unknown result"); def renew_delegation_token(self, token_str_form): """ @@ -5169,7 +5216,7 @@ def recv_renew_delegation_token(self): return result.success if result.o1 is not None: raise result.o1 - raise TApplicationException(TApplicationException.MISSING_RESULT, "renew_delegation_token failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "renew_delegation_token failed: unknown result"); def cancel_delegation_token(self, token_str_form): """ @@ -5226,7 +5273,7 @@ def recv_get_open_txns(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_open_txns failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_open_txns failed: unknown result"); def get_open_txns_info(self): self.send_get_open_txns_info() @@ -5252,7 +5299,7 @@ def recv_get_open_txns_info(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_open_txns_info failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_open_txns_info failed: unknown result"); def open_txns(self, rqst): """ @@ -5283,7 +5330,7 @@ def recv_open_txns(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "open_txns failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "open_txns failed: unknown result"); def abort_txn(self, rqst): """ @@ -5382,7 +5429,7 @@ def recv_lock(self): raise result.o1 if result.o2 is not None: raise result.o2 - raise TApplicationException(TApplicationException.MISSING_RESULT, "lock failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "lock failed: unknown result"); def check_lock(self, rqst): """ @@ -5419,7 +5466,7 @@ def recv_check_lock(self): raise result.o2 if result.o3 is not None: raise result.o3 - raise TApplicationException(TApplicationException.MISSING_RESULT, "check_lock failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "check_lock failed: unknown result"); def unlock(self, rqst): """ @@ -5483,7 +5530,7 @@ def recv_show_locks(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "show_locks failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "show_locks failed: unknown result"); def heartbeat(self, ids): """ @@ -5549,7 +5596,7 @@ def recv_heartbeat_txn_range(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "heartbeat_txn_range failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "heartbeat_txn_range failed: unknown result"); def compact(self, rqst): """ @@ -5609,7 +5656,7 @@ def recv_show_compact(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "show_compact failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "show_compact failed: unknown result"); def add_dynamic_partitions(self, rqst): """ @@ -5673,7 +5720,7 @@ def recv_get_next_notification(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_next_notification failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_next_notification failed: unknown result"); def get_current_notificationEventId(self): self.send_get_current_notificationEventId() @@ -5699,7 +5746,7 @@ def recv_get_current_notificationEventId(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_current_notificationEventId failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_current_notificationEventId failed: unknown result"); def fire_listener_event(self, rqst): """ @@ -5730,7 +5777,7 @@ def recv_fire_listener_event(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "fire_listener_event failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "fire_listener_event failed: unknown result"); def flushCache(self): self.send_flushCache() @@ -5785,7 +5832,7 @@ def recv_get_file_metadata_by_expr(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_file_metadata_by_expr failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_file_metadata_by_expr failed: unknown result"); def get_file_metadata(self, req): """ @@ -5816,7 +5863,7 @@ def recv_get_file_metadata(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "get_file_metadata failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "get_file_metadata failed: unknown result"); def put_file_metadata(self, req): """ @@ -5847,7 +5894,7 @@ def recv_put_file_metadata(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "put_file_metadata failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "put_file_metadata failed: unknown result"); def clear_file_metadata(self, req): """ @@ -5878,7 +5925,7 @@ def recv_clear_file_metadata(self): iprot.readMessageEnd() if result.success is not None: return result.success - raise TApplicationException(TApplicationException.MISSING_RESULT, "clear_file_metadata failed: unknown result") + raise TApplicationException(TApplicationException.MISSING_RESULT, "clear_file_metadata failed: unknown result"); def cache_file_metadata(self, req): """ @@ -5973,6 +6020,7 @@ def __init__(self, handler): self._processMap["get_partitions_by_filter"] = Processor.process_get_partitions_by_filter self._processMap["get_part_specs_by_filter"] = Processor.process_get_part_specs_by_filter self._processMap["get_partitions_by_expr"] = Processor.process_get_partitions_by_expr + self._processMap["get_num_partitions_by_filter"] = Processor.process_get_num_partitions_by_filter self._processMap["get_partitions_by_names"] = Processor.process_get_partitions_by_names self._processMap["alter_partition"] = Processor.process_alter_partition self._processMap["alter_partitions"] = Processor.process_alter_partitions @@ -6070,17 +6118,9 @@ def process_getMetaConf(self, seqid, iprot, oprot): result = getMetaConf_result() try: result.success = self._handler.getMetaConf(args.key) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("getMetaConf", msg_type, seqid) + oprot.writeMessageBegin("getMetaConf", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6092,17 +6132,9 @@ def process_setMetaConf(self, seqid, iprot, oprot): result = setMetaConf_result() try: self._handler.setMetaConf(args.key, args.value) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("setMetaConf", msg_type, seqid) + oprot.writeMessageBegin("setMetaConf", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6114,23 +6146,13 @@ def process_create_database(self, seqid, iprot, oprot): result = create_database_result() try: self._handler.create_database(args.database) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except AlreadyExistsException as o1: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o1: result.o1 = o1 - except InvalidObjectException as o2: - msg_type = TMessageType.REPLY + except InvalidObjectException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("create_database", msg_type, seqid) + oprot.writeMessageBegin("create_database", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6142,20 +6164,11 @@ def process_get_database(self, seqid, iprot, oprot): result = get_database_result() try: result.success = self._handler.get_database(args.name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_database", msg_type, seqid) + oprot.writeMessageBegin("get_database", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6167,23 +6180,13 @@ def process_drop_database(self, seqid, iprot, oprot): result = drop_database_result() try: self._handler.drop_database(args.name, args.deleteData, args.cascade) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except InvalidOperationException as o2: - msg_type = TMessageType.REPLY + except InvalidOperationException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_database", msg_type, seqid) + oprot.writeMessageBegin("drop_database", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6195,17 +6198,9 @@ def process_get_databases(self, seqid, iprot, oprot): result = get_databases_result() try: result.success = self._handler.get_databases(args.pattern) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_databases", msg_type, seqid) + oprot.writeMessageBegin("get_databases", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6217,17 +6212,9 @@ def process_get_all_databases(self, seqid, iprot, oprot): result = get_all_databases_result() try: result.success = self._handler.get_all_databases() - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_all_databases", msg_type, seqid) + oprot.writeMessageBegin("get_all_databases", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6239,20 +6226,11 @@ def process_alter_database(self, seqid, iprot, oprot): result = alter_database_result() try: self._handler.alter_database(args.dbname, args.db) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_database", msg_type, seqid) + oprot.writeMessageBegin("alter_database", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6264,20 +6242,11 @@ def process_get_type(self, seqid, iprot, oprot): result = get_type_result() try: result.success = self._handler.get_type(args.name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_type", msg_type, seqid) + oprot.writeMessageBegin("get_type", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6289,23 +6258,13 @@ def process_create_type(self, seqid, iprot, oprot): result = create_type_result() try: result.success = self._handler.create_type(args.type) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except AlreadyExistsException as o1: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o1: result.o1 = o1 - except InvalidObjectException as o2: - msg_type = TMessageType.REPLY + except InvalidObjectException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("create_type", msg_type, seqid) + oprot.writeMessageBegin("create_type", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6317,20 +6276,11 @@ def process_drop_type(self, seqid, iprot, oprot): result = drop_type_result() try: result.success = self._handler.drop_type(args.type) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_type", msg_type, seqid) + oprot.writeMessageBegin("drop_type", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6342,17 +6292,9 @@ def process_get_type_all(self, seqid, iprot, oprot): result = get_type_all_result() try: result.success = self._handler.get_type_all(args.name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_type_all", msg_type, seqid) + oprot.writeMessageBegin("get_type_all", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6364,23 +6306,13 @@ def process_get_fields(self, seqid, iprot, oprot): result = get_fields_result() try: result.success = self._handler.get_fields(args.db_name, args.table_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except UnknownTableException as o2: - msg_type = TMessageType.REPLY + except UnknownTableException, o2: result.o2 = o2 - except UnknownDBException as o3: - msg_type = TMessageType.REPLY + except UnknownDBException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_fields", msg_type, seqid) + oprot.writeMessageBegin("get_fields", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6392,23 +6324,13 @@ def process_get_fields_with_environment_context(self, seqid, iprot, oprot): result = get_fields_with_environment_context_result() try: result.success = self._handler.get_fields_with_environment_context(args.db_name, args.table_name, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except UnknownTableException as o2: - msg_type = TMessageType.REPLY + except UnknownTableException, o2: result.o2 = o2 - except UnknownDBException as o3: - msg_type = TMessageType.REPLY + except UnknownDBException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_fields_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("get_fields_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6420,23 +6342,13 @@ def process_get_schema(self, seqid, iprot, oprot): result = get_schema_result() try: result.success = self._handler.get_schema(args.db_name, args.table_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except UnknownTableException as o2: - msg_type = TMessageType.REPLY + except UnknownTableException, o2: result.o2 = o2 - except UnknownDBException as o3: - msg_type = TMessageType.REPLY + except UnknownDBException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_schema", msg_type, seqid) + oprot.writeMessageBegin("get_schema", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6448,23 +6360,13 @@ def process_get_schema_with_environment_context(self, seqid, iprot, oprot): result = get_schema_with_environment_context_result() try: result.success = self._handler.get_schema_with_environment_context(args.db_name, args.table_name, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except UnknownTableException as o2: - msg_type = TMessageType.REPLY + except UnknownTableException, o2: result.o2 = o2 - except UnknownDBException as o3: - msg_type = TMessageType.REPLY + except UnknownDBException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_schema_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("get_schema_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6476,26 +6378,15 @@ def process_create_table(self, seqid, iprot, oprot): result = create_table_result() try: self._handler.create_table(args.tbl) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except AlreadyExistsException as o1: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o1: result.o1 = o1 - except InvalidObjectException as o2: - msg_type = TMessageType.REPLY + except InvalidObjectException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except NoSuchObjectException as o4: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("create_table", msg_type, seqid) + oprot.writeMessageBegin("create_table", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6507,26 +6398,15 @@ def process_create_table_with_environment_context(self, seqid, iprot, oprot): result = create_table_with_environment_context_result() try: self._handler.create_table_with_environment_context(args.tbl, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except AlreadyExistsException as o1: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o1: result.o1 = o1 - except InvalidObjectException as o2: - msg_type = TMessageType.REPLY + except InvalidObjectException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except NoSuchObjectException as o4: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("create_table_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("create_table_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6538,20 +6418,11 @@ def process_drop_table(self, seqid, iprot, oprot): result = drop_table_result() try: self._handler.drop_table(args.dbname, args.name, args.deleteData) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_table", msg_type, seqid) + oprot.writeMessageBegin("drop_table", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6563,20 +6434,11 @@ def process_drop_table_with_environment_context(self, seqid, iprot, oprot): result = drop_table_with_environment_context_result() try: self._handler.drop_table_with_environment_context(args.dbname, args.name, args.deleteData, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_table_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("drop_table_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6588,17 +6450,9 @@ def process_get_tables(self, seqid, iprot, oprot): result = get_tables_result() try: result.success = self._handler.get_tables(args.db_name, args.pattern) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_tables", msg_type, seqid) + oprot.writeMessageBegin("get_tables", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6610,17 +6464,9 @@ def process_get_table_meta(self, seqid, iprot, oprot): result = get_table_meta_result() try: result.success = self._handler.get_table_meta(args.db_patterns, args.tbl_patterns, args.tbl_types) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_table_meta", msg_type, seqid) + oprot.writeMessageBegin("get_table_meta", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6632,17 +6478,9 @@ def process_get_all_tables(self, seqid, iprot, oprot): result = get_all_tables_result() try: result.success = self._handler.get_all_tables(args.db_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_all_tables", msg_type, seqid) + oprot.writeMessageBegin("get_all_tables", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6654,20 +6492,11 @@ def process_get_table(self, seqid, iprot, oprot): result = get_table_result() try: result.success = self._handler.get_table(args.dbname, args.tbl_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_table", msg_type, seqid) + oprot.writeMessageBegin("get_table", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6679,23 +6508,13 @@ def process_get_table_objects_by_name(self, seqid, iprot, oprot): result = get_table_objects_by_name_result() try: result.success = self._handler.get_table_objects_by_name(args.dbname, args.tbl_names) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except InvalidOperationException as o2: - msg_type = TMessageType.REPLY + except InvalidOperationException, o2: result.o2 = o2 - except UnknownDBException as o3: - msg_type = TMessageType.REPLY + except UnknownDBException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_table_objects_by_name", msg_type, seqid) + oprot.writeMessageBegin("get_table_objects_by_name", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6707,23 +6526,13 @@ def process_get_table_names_by_filter(self, seqid, iprot, oprot): result = get_table_names_by_filter_result() try: result.success = self._handler.get_table_names_by_filter(args.dbname, args.filter, args.max_tables) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except InvalidOperationException as o2: - msg_type = TMessageType.REPLY + except InvalidOperationException, o2: result.o2 = o2 - except UnknownDBException as o3: - msg_type = TMessageType.REPLY + except UnknownDBException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_table_names_by_filter", msg_type, seqid) + oprot.writeMessageBegin("get_table_names_by_filter", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6735,20 +6544,11 @@ def process_alter_table(self, seqid, iprot, oprot): result = alter_table_result() try: self._handler.alter_table(args.dbname, args.tbl_name, args.new_tbl) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_table", msg_type, seqid) + oprot.writeMessageBegin("alter_table", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6760,20 +6560,11 @@ def process_alter_table_with_environment_context(self, seqid, iprot, oprot): result = alter_table_with_environment_context_result() try: self._handler.alter_table_with_environment_context(args.dbname, args.tbl_name, args.new_tbl, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_table_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("alter_table_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6785,20 +6576,11 @@ def process_alter_table_with_cascade(self, seqid, iprot, oprot): result = alter_table_with_cascade_result() try: self._handler.alter_table_with_cascade(args.dbname, args.tbl_name, args.new_tbl, args.cascade) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_table_with_cascade", msg_type, seqid) + oprot.writeMessageBegin("alter_table_with_cascade", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6810,23 +6592,13 @@ def process_add_partition(self, seqid, iprot, oprot): result = add_partition_result() try: result.success = self._handler.add_partition(args.new_part) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("add_partition", msg_type, seqid) + oprot.writeMessageBegin("add_partition", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6838,23 +6610,13 @@ def process_add_partition_with_environment_context(self, seqid, iprot, oprot): result = add_partition_with_environment_context_result() try: result.success = self._handler.add_partition_with_environment_context(args.new_part, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("add_partition_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("add_partition_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6866,23 +6628,13 @@ def process_add_partitions(self, seqid, iprot, oprot): result = add_partitions_result() try: result.success = self._handler.add_partitions(args.new_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("add_partitions", msg_type, seqid) + oprot.writeMessageBegin("add_partitions", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6894,23 +6646,13 @@ def process_add_partitions_pspec(self, seqid, iprot, oprot): result = add_partitions_pspec_result() try: result.success = self._handler.add_partitions_pspec(args.new_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("add_partitions_pspec", msg_type, seqid) + oprot.writeMessageBegin("add_partitions_pspec", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6922,23 +6664,13 @@ def process_append_partition(self, seqid, iprot, oprot): result = append_partition_result() try: result.success = self._handler.append_partition(args.db_name, args.tbl_name, args.part_vals) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("append_partition", msg_type, seqid) + oprot.writeMessageBegin("append_partition", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6950,23 +6682,13 @@ def process_add_partitions_req(self, seqid, iprot, oprot): result = add_partitions_req_result() try: result.success = self._handler.add_partitions_req(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("add_partitions_req", msg_type, seqid) + oprot.writeMessageBegin("add_partitions_req", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -6978,23 +6700,13 @@ def process_append_partition_with_environment_context(self, seqid, iprot, oprot) result = append_partition_with_environment_context_result() try: result.success = self._handler.append_partition_with_environment_context(args.db_name, args.tbl_name, args.part_vals, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("append_partition_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("append_partition_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7006,23 +6718,13 @@ def process_append_partition_by_name(self, seqid, iprot, oprot): result = append_partition_by_name_result() try: result.success = self._handler.append_partition_by_name(args.db_name, args.tbl_name, args.part_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("append_partition_by_name", msg_type, seqid) + oprot.writeMessageBegin("append_partition_by_name", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7034,23 +6736,13 @@ def process_append_partition_by_name_with_environment_context(self, seqid, iprot result = append_partition_by_name_with_environment_context_result() try: result.success = self._handler.append_partition_by_name_with_environment_context(args.db_name, args.tbl_name, args.part_name, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("append_partition_by_name_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("append_partition_by_name_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7062,20 +6754,11 @@ def process_drop_partition(self, seqid, iprot, oprot): result = drop_partition_result() try: result.success = self._handler.drop_partition(args.db_name, args.tbl_name, args.part_vals, args.deleteData) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_partition", msg_type, seqid) + oprot.writeMessageBegin("drop_partition", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7087,20 +6770,11 @@ def process_drop_partition_with_environment_context(self, seqid, iprot, oprot): result = drop_partition_with_environment_context_result() try: result.success = self._handler.drop_partition_with_environment_context(args.db_name, args.tbl_name, args.part_vals, args.deleteData, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_partition_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("drop_partition_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7112,20 +6786,11 @@ def process_drop_partition_by_name(self, seqid, iprot, oprot): result = drop_partition_by_name_result() try: result.success = self._handler.drop_partition_by_name(args.db_name, args.tbl_name, args.part_name, args.deleteData) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_partition_by_name", msg_type, seqid) + oprot.writeMessageBegin("drop_partition_by_name", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7137,20 +6802,11 @@ def process_drop_partition_by_name_with_environment_context(self, seqid, iprot, result = drop_partition_by_name_with_environment_context_result() try: result.success = self._handler.drop_partition_by_name_with_environment_context(args.db_name, args.tbl_name, args.part_name, args.deleteData, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_partition_by_name_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("drop_partition_by_name_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7162,20 +6818,11 @@ def process_drop_partitions_req(self, seqid, iprot, oprot): result = drop_partitions_req_result() try: result.success = self._handler.drop_partitions_req(args.req) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_partitions_req", msg_type, seqid) + oprot.writeMessageBegin("drop_partitions_req", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7187,20 +6834,11 @@ def process_get_partition(self, seqid, iprot, oprot): result = get_partition_result() try: result.success = self._handler.get_partition(args.db_name, args.tbl_name, args.part_vals) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partition", msg_type, seqid) + oprot.writeMessageBegin("get_partition", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7212,26 +6850,15 @@ def process_exchange_partition(self, seqid, iprot, oprot): result = exchange_partition_result() try: result.success = self._handler.exchange_partition(args.partitionSpecs, args.source_db, args.source_table_name, args.dest_db, args.dest_table_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except InvalidObjectException as o3: - msg_type = TMessageType.REPLY + except InvalidObjectException, o3: result.o3 = o3 - except InvalidInputException as o4: - msg_type = TMessageType.REPLY + except InvalidInputException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("exchange_partition", msg_type, seqid) + oprot.writeMessageBegin("exchange_partition", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7243,26 +6870,15 @@ def process_exchange_partitions(self, seqid, iprot, oprot): result = exchange_partitions_result() try: result.success = self._handler.exchange_partitions(args.partitionSpecs, args.source_db, args.source_table_name, args.dest_db, args.dest_table_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except InvalidObjectException as o3: - msg_type = TMessageType.REPLY + except InvalidObjectException, o3: result.o3 = o3 - except InvalidInputException as o4: - msg_type = TMessageType.REPLY + except InvalidInputException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("exchange_partitions", msg_type, seqid) + oprot.writeMessageBegin("exchange_partitions", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7274,20 +6890,11 @@ def process_get_partition_with_auth(self, seqid, iprot, oprot): result = get_partition_with_auth_result() try: result.success = self._handler.get_partition_with_auth(args.db_name, args.tbl_name, args.part_vals, args.user_name, args.group_names) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partition_with_auth", msg_type, seqid) + oprot.writeMessageBegin("get_partition_with_auth", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7299,20 +6906,11 @@ def process_get_partition_by_name(self, seqid, iprot, oprot): result = get_partition_by_name_result() try: result.success = self._handler.get_partition_by_name(args.db_name, args.tbl_name, args.part_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partition_by_name", msg_type, seqid) + oprot.writeMessageBegin("get_partition_by_name", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7324,20 +6922,11 @@ def process_get_partitions(self, seqid, iprot, oprot): result = get_partitions_result() try: result.success = self._handler.get_partitions(args.db_name, args.tbl_name, args.max_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions", msg_type, seqid) + oprot.writeMessageBegin("get_partitions", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7349,20 +6938,11 @@ def process_get_partitions_with_auth(self, seqid, iprot, oprot): result = get_partitions_with_auth_result() try: result.success = self._handler.get_partitions_with_auth(args.db_name, args.tbl_name, args.max_parts, args.user_name, args.group_names) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions_with_auth", msg_type, seqid) + oprot.writeMessageBegin("get_partitions_with_auth", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7374,20 +6954,11 @@ def process_get_partitions_pspec(self, seqid, iprot, oprot): result = get_partitions_pspec_result() try: result.success = self._handler.get_partitions_pspec(args.db_name, args.tbl_name, args.max_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions_pspec", msg_type, seqid) + oprot.writeMessageBegin("get_partitions_pspec", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7399,17 +6970,9 @@ def process_get_partition_names(self, seqid, iprot, oprot): result = get_partition_names_result() try: result.success = self._handler.get_partition_names(args.db_name, args.tbl_name, args.max_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partition_names", msg_type, seqid) + oprot.writeMessageBegin("get_partition_names", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7421,20 +6984,11 @@ def process_get_partitions_ps(self, seqid, iprot, oprot): result = get_partitions_ps_result() try: result.success = self._handler.get_partitions_ps(args.db_name, args.tbl_name, args.part_vals, args.max_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions_ps", msg_type, seqid) + oprot.writeMessageBegin("get_partitions_ps", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7446,20 +7000,11 @@ def process_get_partitions_ps_with_auth(self, seqid, iprot, oprot): result = get_partitions_ps_with_auth_result() try: result.success = self._handler.get_partitions_ps_with_auth(args.db_name, args.tbl_name, args.part_vals, args.max_parts, args.user_name, args.group_names) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions_ps_with_auth", msg_type, seqid) + oprot.writeMessageBegin("get_partitions_ps_with_auth", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7471,20 +7016,11 @@ def process_get_partition_names_ps(self, seqid, iprot, oprot): result = get_partition_names_ps_result() try: result.success = self._handler.get_partition_names_ps(args.db_name, args.tbl_name, args.part_vals, args.max_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partition_names_ps", msg_type, seqid) + oprot.writeMessageBegin("get_partition_names_ps", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7496,20 +7032,11 @@ def process_get_partitions_by_filter(self, seqid, iprot, oprot): result = get_partitions_by_filter_result() try: result.success = self._handler.get_partitions_by_filter(args.db_name, args.tbl_name, args.filter, args.max_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions_by_filter", msg_type, seqid) + oprot.writeMessageBegin("get_partitions_by_filter", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7521,20 +7048,11 @@ def process_get_part_specs_by_filter(self, seqid, iprot, oprot): result = get_part_specs_by_filter_result() try: result.success = self._handler.get_part_specs_by_filter(args.db_name, args.tbl_name, args.filter, args.max_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_part_specs_by_filter", msg_type, seqid) + oprot.writeMessageBegin("get_part_specs_by_filter", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7546,20 +7064,27 @@ def process_get_partitions_by_expr(self, seqid, iprot, oprot): result = get_partitions_by_expr_result() try: result.success = self._handler.get_partitions_by_expr(args.req) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions_by_expr", msg_type, seqid) + oprot.writeMessageBegin("get_partitions_by_expr", TMessageType.REPLY, seqid) + result.write(oprot) + oprot.writeMessageEnd() + oprot.trans.flush() + + def process_get_num_partitions_by_filter(self, seqid, iprot, oprot): + args = get_num_partitions_by_filter_args() + args.read(iprot) + iprot.readMessageEnd() + result = get_num_partitions_by_filter_result() + try: + result.success = self._handler.get_num_partitions_by_filter(args.db_name, args.tbl_name, args.filter) + except MetaException, o1: + result.o1 = o1 + except NoSuchObjectException, o2: + result.o2 = o2 + oprot.writeMessageBegin("get_num_partitions_by_filter", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7571,20 +7096,11 @@ def process_get_partitions_by_names(self, seqid, iprot, oprot): result = get_partitions_by_names_result() try: result.success = self._handler.get_partitions_by_names(args.db_name, args.tbl_name, args.names) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions_by_names", msg_type, seqid) + oprot.writeMessageBegin("get_partitions_by_names", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7596,20 +7112,11 @@ def process_alter_partition(self, seqid, iprot, oprot): result = alter_partition_result() try: self._handler.alter_partition(args.db_name, args.tbl_name, args.new_part) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_partition", msg_type, seqid) + oprot.writeMessageBegin("alter_partition", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7621,20 +7128,11 @@ def process_alter_partitions(self, seqid, iprot, oprot): result = alter_partitions_result() try: self._handler.alter_partitions(args.db_name, args.tbl_name, args.new_parts) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_partitions", msg_type, seqid) + oprot.writeMessageBegin("alter_partitions", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7646,20 +7144,11 @@ def process_alter_partition_with_environment_context(self, seqid, iprot, oprot): result = alter_partition_with_environment_context_result() try: self._handler.alter_partition_with_environment_context(args.db_name, args.tbl_name, args.new_part, args.environment_context) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_partition_with_environment_context", msg_type, seqid) + oprot.writeMessageBegin("alter_partition_with_environment_context", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7671,20 +7160,11 @@ def process_rename_partition(self, seqid, iprot, oprot): result = rename_partition_result() try: self._handler.rename_partition(args.db_name, args.tbl_name, args.part_vals, args.new_part) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("rename_partition", msg_type, seqid) + oprot.writeMessageBegin("rename_partition", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7696,17 +7176,9 @@ def process_partition_name_has_valid_characters(self, seqid, iprot, oprot): result = partition_name_has_valid_characters_result() try: result.success = self._handler.partition_name_has_valid_characters(args.part_vals, args.throw_exception) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("partition_name_has_valid_characters", msg_type, seqid) + oprot.writeMessageBegin("partition_name_has_valid_characters", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7718,17 +7190,9 @@ def process_get_config_value(self, seqid, iprot, oprot): result = get_config_value_result() try: result.success = self._handler.get_config_value(args.name, args.defaultValue) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except ConfigValSecurityException as o1: - msg_type = TMessageType.REPLY + except ConfigValSecurityException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_config_value", msg_type, seqid) + oprot.writeMessageBegin("get_config_value", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7740,17 +7204,9 @@ def process_partition_name_to_vals(self, seqid, iprot, oprot): result = partition_name_to_vals_result() try: result.success = self._handler.partition_name_to_vals(args.part_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("partition_name_to_vals", msg_type, seqid) + oprot.writeMessageBegin("partition_name_to_vals", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7762,17 +7218,9 @@ def process_partition_name_to_spec(self, seqid, iprot, oprot): result = partition_name_to_spec_result() try: result.success = self._handler.partition_name_to_spec(args.part_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("partition_name_to_spec", msg_type, seqid) + oprot.writeMessageBegin("partition_name_to_spec", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7784,32 +7232,19 @@ def process_markPartitionForEvent(self, seqid, iprot, oprot): result = markPartitionForEvent_result() try: self._handler.markPartitionForEvent(args.db_name, args.tbl_name, args.part_vals, args.eventType) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except UnknownDBException as o3: - msg_type = TMessageType.REPLY + except UnknownDBException, o3: result.o3 = o3 - except UnknownTableException as o4: - msg_type = TMessageType.REPLY + except UnknownTableException, o4: result.o4 = o4 - except UnknownPartitionException as o5: - msg_type = TMessageType.REPLY + except UnknownPartitionException, o5: result.o5 = o5 - except InvalidPartitionException as o6: - msg_type = TMessageType.REPLY + except InvalidPartitionException, o6: result.o6 = o6 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("markPartitionForEvent", msg_type, seqid) + oprot.writeMessageBegin("markPartitionForEvent", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7821,32 +7256,19 @@ def process_isPartitionMarkedForEvent(self, seqid, iprot, oprot): result = isPartitionMarkedForEvent_result() try: result.success = self._handler.isPartitionMarkedForEvent(args.db_name, args.tbl_name, args.part_vals, args.eventType) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except UnknownDBException as o3: - msg_type = TMessageType.REPLY + except UnknownDBException, o3: result.o3 = o3 - except UnknownTableException as o4: - msg_type = TMessageType.REPLY + except UnknownTableException, o4: result.o4 = o4 - except UnknownPartitionException as o5: - msg_type = TMessageType.REPLY + except UnknownPartitionException, o5: result.o5 = o5 - except InvalidPartitionException as o6: - msg_type = TMessageType.REPLY + except InvalidPartitionException, o6: result.o6 = o6 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("isPartitionMarkedForEvent", msg_type, seqid) + oprot.writeMessageBegin("isPartitionMarkedForEvent", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7858,23 +7280,13 @@ def process_add_index(self, seqid, iprot, oprot): result = add_index_result() try: result.success = self._handler.add_index(args.new_index, args.index_table) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidObjectException as o1: - msg_type = TMessageType.REPLY + except InvalidObjectException, o1: result.o1 = o1 - except AlreadyExistsException as o2: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("add_index", msg_type, seqid) + oprot.writeMessageBegin("add_index", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7886,20 +7298,11 @@ def process_alter_index(self, seqid, iprot, oprot): result = alter_index_result() try: self._handler.alter_index(args.dbname, args.base_tbl_name, args.idx_name, args.new_idx) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_index", msg_type, seqid) + oprot.writeMessageBegin("alter_index", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7911,20 +7314,11 @@ def process_drop_index_by_name(self, seqid, iprot, oprot): result = drop_index_by_name_result() try: result.success = self._handler.drop_index_by_name(args.db_name, args.tbl_name, args.index_name, args.deleteData) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_index_by_name", msg_type, seqid) + oprot.writeMessageBegin("drop_index_by_name", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7936,20 +7330,11 @@ def process_get_index_by_name(self, seqid, iprot, oprot): result = get_index_by_name_result() try: result.success = self._handler.get_index_by_name(args.db_name, args.tbl_name, args.index_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_index_by_name", msg_type, seqid) + oprot.writeMessageBegin("get_index_by_name", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7961,20 +7346,11 @@ def process_get_indexes(self, seqid, iprot, oprot): result = get_indexes_result() try: result.success = self._handler.get_indexes(args.db_name, args.tbl_name, args.max_indexes) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_indexes", msg_type, seqid) + oprot.writeMessageBegin("get_indexes", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -7986,17 +7362,9 @@ def process_get_index_names(self, seqid, iprot, oprot): result = get_index_names_result() try: result.success = self._handler.get_index_names(args.db_name, args.tbl_name, args.max_indexes) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_index_names", msg_type, seqid) + oprot.writeMessageBegin("get_index_names", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8008,26 +7376,15 @@ def process_update_table_column_statistics(self, seqid, iprot, oprot): result = update_table_column_statistics_result() try: result.success = self._handler.update_table_column_statistics(args.stats_obj) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except InvalidObjectException as o2: - msg_type = TMessageType.REPLY + except InvalidObjectException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except InvalidInputException as o4: - msg_type = TMessageType.REPLY + except InvalidInputException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("update_table_column_statistics", msg_type, seqid) + oprot.writeMessageBegin("update_table_column_statistics", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8039,26 +7396,15 @@ def process_update_partition_column_statistics(self, seqid, iprot, oprot): result = update_partition_column_statistics_result() try: result.success = self._handler.update_partition_column_statistics(args.stats_obj) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except InvalidObjectException as o2: - msg_type = TMessageType.REPLY + except InvalidObjectException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except InvalidInputException as o4: - msg_type = TMessageType.REPLY + except InvalidInputException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("update_partition_column_statistics", msg_type, seqid) + oprot.writeMessageBegin("update_partition_column_statistics", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8070,26 +7416,15 @@ def process_get_table_column_statistics(self, seqid, iprot, oprot): result = get_table_column_statistics_result() try: result.success = self._handler.get_table_column_statistics(args.db_name, args.tbl_name, args.col_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except InvalidInputException as o3: - msg_type = TMessageType.REPLY + except InvalidInputException, o3: result.o3 = o3 - except InvalidObjectException as o4: - msg_type = TMessageType.REPLY + except InvalidObjectException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_table_column_statistics", msg_type, seqid) + oprot.writeMessageBegin("get_table_column_statistics", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8101,26 +7436,15 @@ def process_get_partition_column_statistics(self, seqid, iprot, oprot): result = get_partition_column_statistics_result() try: result.success = self._handler.get_partition_column_statistics(args.db_name, args.tbl_name, args.part_name, args.col_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except InvalidInputException as o3: - msg_type = TMessageType.REPLY + except InvalidInputException, o3: result.o3 = o3 - except InvalidObjectException as o4: - msg_type = TMessageType.REPLY + except InvalidObjectException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partition_column_statistics", msg_type, seqid) + oprot.writeMessageBegin("get_partition_column_statistics", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8132,20 +7456,11 @@ def process_get_table_statistics_req(self, seqid, iprot, oprot): result = get_table_statistics_req_result() try: result.success = self._handler.get_table_statistics_req(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_table_statistics_req", msg_type, seqid) + oprot.writeMessageBegin("get_table_statistics_req", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8157,20 +7472,11 @@ def process_get_partitions_statistics_req(self, seqid, iprot, oprot): result = get_partitions_statistics_req_result() try: result.success = self._handler.get_partitions_statistics_req(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_partitions_statistics_req", msg_type, seqid) + oprot.writeMessageBegin("get_partitions_statistics_req", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8182,20 +7488,11 @@ def process_get_aggr_stats_for(self, seqid, iprot, oprot): result = get_aggr_stats_for_result() try: result.success = self._handler.get_aggr_stats_for(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_aggr_stats_for", msg_type, seqid) + oprot.writeMessageBegin("get_aggr_stats_for", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8207,26 +7504,15 @@ def process_set_aggr_stats_for(self, seqid, iprot, oprot): result = set_aggr_stats_for_result() try: result.success = self._handler.set_aggr_stats_for(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except InvalidObjectException as o2: - msg_type = TMessageType.REPLY + except InvalidObjectException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except InvalidInputException as o4: - msg_type = TMessageType.REPLY + except InvalidInputException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("set_aggr_stats_for", msg_type, seqid) + oprot.writeMessageBegin("set_aggr_stats_for", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8238,26 +7524,15 @@ def process_delete_partition_column_statistics(self, seqid, iprot, oprot): result = delete_partition_column_statistics_result() try: result.success = self._handler.delete_partition_column_statistics(args.db_name, args.tbl_name, args.part_name, args.col_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except InvalidObjectException as o3: - msg_type = TMessageType.REPLY + except InvalidObjectException, o3: result.o3 = o3 - except InvalidInputException as o4: - msg_type = TMessageType.REPLY + except InvalidInputException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("delete_partition_column_statistics", msg_type, seqid) + oprot.writeMessageBegin("delete_partition_column_statistics", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8269,26 +7544,15 @@ def process_delete_table_column_statistics(self, seqid, iprot, oprot): result = delete_table_column_statistics_result() try: result.success = self._handler.delete_table_column_statistics(args.db_name, args.tbl_name, args.col_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except InvalidObjectException as o3: - msg_type = TMessageType.REPLY + except InvalidObjectException, o3: result.o3 = o3 - except InvalidInputException as o4: - msg_type = TMessageType.REPLY + except InvalidInputException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("delete_table_column_statistics", msg_type, seqid) + oprot.writeMessageBegin("delete_table_column_statistics", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8300,26 +7564,15 @@ def process_create_function(self, seqid, iprot, oprot): result = create_function_result() try: self._handler.create_function(args.func) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except AlreadyExistsException as o1: - msg_type = TMessageType.REPLY + except AlreadyExistsException, o1: result.o1 = o1 - except InvalidObjectException as o2: - msg_type = TMessageType.REPLY + except InvalidObjectException, o2: result.o2 = o2 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except NoSuchObjectException as o4: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o4: result.o4 = o4 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("create_function", msg_type, seqid) + oprot.writeMessageBegin("create_function", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8331,20 +7584,11 @@ def process_drop_function(self, seqid, iprot, oprot): result = drop_function_result() try: self._handler.drop_function(args.dbName, args.funcName) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchObjectException as o1: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o1: result.o1 = o1 - except MetaException as o3: - msg_type = TMessageType.REPLY + except MetaException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_function", msg_type, seqid) + oprot.writeMessageBegin("drop_function", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8356,20 +7600,11 @@ def process_alter_function(self, seqid, iprot, oprot): result = alter_function_result() try: self._handler.alter_function(args.dbName, args.funcName, args.newFunc) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except InvalidOperationException as o1: - msg_type = TMessageType.REPLY + except InvalidOperationException, o1: result.o1 = o1 - except MetaException as o2: - msg_type = TMessageType.REPLY + except MetaException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("alter_function", msg_type, seqid) + oprot.writeMessageBegin("alter_function", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8381,17 +7616,9 @@ def process_get_functions(self, seqid, iprot, oprot): result = get_functions_result() try: result.success = self._handler.get_functions(args.dbName, args.pattern) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_functions", msg_type, seqid) + oprot.writeMessageBegin("get_functions", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8403,20 +7630,11 @@ def process_get_function(self, seqid, iprot, oprot): result = get_function_result() try: result.success = self._handler.get_function(args.dbName, args.funcName) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except NoSuchObjectException as o2: - msg_type = TMessageType.REPLY + except NoSuchObjectException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_function", msg_type, seqid) + oprot.writeMessageBegin("get_function", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8428,17 +7646,9 @@ def process_get_all_functions(self, seqid, iprot, oprot): result = get_all_functions_result() try: result.success = self._handler.get_all_functions() - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_all_functions", msg_type, seqid) + oprot.writeMessageBegin("get_all_functions", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8450,17 +7660,9 @@ def process_create_role(self, seqid, iprot, oprot): result = create_role_result() try: result.success = self._handler.create_role(args.role) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("create_role", msg_type, seqid) + oprot.writeMessageBegin("create_role", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8472,17 +7674,9 @@ def process_drop_role(self, seqid, iprot, oprot): result = drop_role_result() try: result.success = self._handler.drop_role(args.role_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("drop_role", msg_type, seqid) + oprot.writeMessageBegin("drop_role", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8494,17 +7688,9 @@ def process_get_role_names(self, seqid, iprot, oprot): result = get_role_names_result() try: result.success = self._handler.get_role_names() - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_role_names", msg_type, seqid) + oprot.writeMessageBegin("get_role_names", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8516,17 +7702,9 @@ def process_grant_role(self, seqid, iprot, oprot): result = grant_role_result() try: result.success = self._handler.grant_role(args.role_name, args.principal_name, args.principal_type, args.grantor, args.grantorType, args.grant_option) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("grant_role", msg_type, seqid) + oprot.writeMessageBegin("grant_role", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8538,17 +7716,9 @@ def process_revoke_role(self, seqid, iprot, oprot): result = revoke_role_result() try: result.success = self._handler.revoke_role(args.role_name, args.principal_name, args.principal_type) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("revoke_role", msg_type, seqid) + oprot.writeMessageBegin("revoke_role", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8560,17 +7730,9 @@ def process_list_roles(self, seqid, iprot, oprot): result = list_roles_result() try: result.success = self._handler.list_roles(args.principal_name, args.principal_type) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("list_roles", msg_type, seqid) + oprot.writeMessageBegin("list_roles", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8582,17 +7744,9 @@ def process_grant_revoke_role(self, seqid, iprot, oprot): result = grant_revoke_role_result() try: result.success = self._handler.grant_revoke_role(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("grant_revoke_role", msg_type, seqid) + oprot.writeMessageBegin("grant_revoke_role", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8604,17 +7758,9 @@ def process_get_principals_in_role(self, seqid, iprot, oprot): result = get_principals_in_role_result() try: result.success = self._handler.get_principals_in_role(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_principals_in_role", msg_type, seqid) + oprot.writeMessageBegin("get_principals_in_role", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8626,17 +7772,9 @@ def process_get_role_grants_for_principal(self, seqid, iprot, oprot): result = get_role_grants_for_principal_result() try: result.success = self._handler.get_role_grants_for_principal(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_role_grants_for_principal", msg_type, seqid) + oprot.writeMessageBegin("get_role_grants_for_principal", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8648,17 +7786,9 @@ def process_get_privilege_set(self, seqid, iprot, oprot): result = get_privilege_set_result() try: result.success = self._handler.get_privilege_set(args.hiveObject, args.user_name, args.group_names) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_privilege_set", msg_type, seqid) + oprot.writeMessageBegin("get_privilege_set", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8670,17 +7800,9 @@ def process_list_privileges(self, seqid, iprot, oprot): result = list_privileges_result() try: result.success = self._handler.list_privileges(args.principal_name, args.principal_type, args.hiveObject) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("list_privileges", msg_type, seqid) + oprot.writeMessageBegin("list_privileges", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8692,17 +7814,9 @@ def process_grant_privileges(self, seqid, iprot, oprot): result = grant_privileges_result() try: result.success = self._handler.grant_privileges(args.privileges) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("grant_privileges", msg_type, seqid) + oprot.writeMessageBegin("grant_privileges", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8714,17 +7828,9 @@ def process_revoke_privileges(self, seqid, iprot, oprot): result = revoke_privileges_result() try: result.success = self._handler.revoke_privileges(args.privileges) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("revoke_privileges", msg_type, seqid) + oprot.writeMessageBegin("revoke_privileges", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8736,17 +7842,9 @@ def process_grant_revoke_privileges(self, seqid, iprot, oprot): result = grant_revoke_privileges_result() try: result.success = self._handler.grant_revoke_privileges(args.request) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("grant_revoke_privileges", msg_type, seqid) + oprot.writeMessageBegin("grant_revoke_privileges", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8758,17 +7856,9 @@ def process_set_ugi(self, seqid, iprot, oprot): result = set_ugi_result() try: result.success = self._handler.set_ugi(args.user_name, args.group_names) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("set_ugi", msg_type, seqid) + oprot.writeMessageBegin("set_ugi", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8780,17 +7870,9 @@ def process_get_delegation_token(self, seqid, iprot, oprot): result = get_delegation_token_result() try: result.success = self._handler.get_delegation_token(args.token_owner, args.renewer_kerberos_principal_name) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_delegation_token", msg_type, seqid) + oprot.writeMessageBegin("get_delegation_token", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8802,17 +7884,9 @@ def process_renew_delegation_token(self, seqid, iprot, oprot): result = renew_delegation_token_result() try: result.success = self._handler.renew_delegation_token(args.token_str_form) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("renew_delegation_token", msg_type, seqid) + oprot.writeMessageBegin("renew_delegation_token", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8824,17 +7898,9 @@ def process_cancel_delegation_token(self, seqid, iprot, oprot): result = cancel_delegation_token_result() try: self._handler.cancel_delegation_token(args.token_str_form) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except MetaException as o1: - msg_type = TMessageType.REPLY + except MetaException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("cancel_delegation_token", msg_type, seqid) + oprot.writeMessageBegin("cancel_delegation_token", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8844,16 +7910,8 @@ def process_get_open_txns(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = get_open_txns_result() - try: - result.success = self._handler.get_open_txns() - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_open_txns", msg_type, seqid) + result.success = self._handler.get_open_txns() + oprot.writeMessageBegin("get_open_txns", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8863,16 +7921,8 @@ def process_get_open_txns_info(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = get_open_txns_info_result() - try: - result.success = self._handler.get_open_txns_info() - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_open_txns_info", msg_type, seqid) + result.success = self._handler.get_open_txns_info() + oprot.writeMessageBegin("get_open_txns_info", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8882,16 +7932,8 @@ def process_open_txns(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = open_txns_result() - try: - result.success = self._handler.open_txns(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("open_txns", msg_type, seqid) + result.success = self._handler.open_txns(args.rqst) + oprot.writeMessageBegin("open_txns", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8903,17 +7945,9 @@ def process_abort_txn(self, seqid, iprot, oprot): result = abort_txn_result() try: self._handler.abort_txn(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchTxnException as o1: - msg_type = TMessageType.REPLY + except NoSuchTxnException, o1: result.o1 = o1 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("abort_txn", msg_type, seqid) + oprot.writeMessageBegin("abort_txn", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8925,20 +7959,11 @@ def process_commit_txn(self, seqid, iprot, oprot): result = commit_txn_result() try: self._handler.commit_txn(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchTxnException as o1: - msg_type = TMessageType.REPLY + except NoSuchTxnException, o1: result.o1 = o1 - except TxnAbortedException as o2: - msg_type = TMessageType.REPLY + except TxnAbortedException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("commit_txn", msg_type, seqid) + oprot.writeMessageBegin("commit_txn", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8950,20 +7975,11 @@ def process_lock(self, seqid, iprot, oprot): result = lock_result() try: result.success = self._handler.lock(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchTxnException as o1: - msg_type = TMessageType.REPLY + except NoSuchTxnException, o1: result.o1 = o1 - except TxnAbortedException as o2: - msg_type = TMessageType.REPLY + except TxnAbortedException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("lock", msg_type, seqid) + oprot.writeMessageBegin("lock", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -8975,23 +7991,13 @@ def process_check_lock(self, seqid, iprot, oprot): result = check_lock_result() try: result.success = self._handler.check_lock(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchTxnException as o1: - msg_type = TMessageType.REPLY + except NoSuchTxnException, o1: result.o1 = o1 - except TxnAbortedException as o2: - msg_type = TMessageType.REPLY + except TxnAbortedException, o2: result.o2 = o2 - except NoSuchLockException as o3: - msg_type = TMessageType.REPLY + except NoSuchLockException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("check_lock", msg_type, seqid) + oprot.writeMessageBegin("check_lock", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9003,20 +8009,11 @@ def process_unlock(self, seqid, iprot, oprot): result = unlock_result() try: self._handler.unlock(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchLockException as o1: - msg_type = TMessageType.REPLY + except NoSuchLockException, o1: result.o1 = o1 - except TxnOpenException as o2: - msg_type = TMessageType.REPLY + except TxnOpenException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("unlock", msg_type, seqid) + oprot.writeMessageBegin("unlock", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9026,16 +8023,8 @@ def process_show_locks(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = show_locks_result() - try: - result.success = self._handler.show_locks(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("show_locks", msg_type, seqid) + result.success = self._handler.show_locks(args.rqst) + oprot.writeMessageBegin("show_locks", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9047,23 +8036,13 @@ def process_heartbeat(self, seqid, iprot, oprot): result = heartbeat_result() try: self._handler.heartbeat(args.ids) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchLockException as o1: - msg_type = TMessageType.REPLY + except NoSuchLockException, o1: result.o1 = o1 - except NoSuchTxnException as o2: - msg_type = TMessageType.REPLY + except NoSuchTxnException, o2: result.o2 = o2 - except TxnAbortedException as o3: - msg_type = TMessageType.REPLY + except TxnAbortedException, o3: result.o3 = o3 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("heartbeat", msg_type, seqid) + oprot.writeMessageBegin("heartbeat", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9073,16 +8052,8 @@ def process_heartbeat_txn_range(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = heartbeat_txn_range_result() - try: - result.success = self._handler.heartbeat_txn_range(args.txns) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("heartbeat_txn_range", msg_type, seqid) + result.success = self._handler.heartbeat_txn_range(args.txns) + oprot.writeMessageBegin("heartbeat_txn_range", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9091,17 +8062,9 @@ def process_compact(self, seqid, iprot, oprot): args = compact_args() args.read(iprot) iprot.readMessageEnd() - result = compact_result() - try: - self._handler.compact(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("compact", msg_type, seqid) + result = compact_result() + self._handler.compact(args.rqst) + oprot.writeMessageBegin("compact", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9111,16 +8074,8 @@ def process_show_compact(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = show_compact_result() - try: - result.success = self._handler.show_compact(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("show_compact", msg_type, seqid) + result.success = self._handler.show_compact(args.rqst) + oprot.writeMessageBegin("show_compact", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9132,20 +8087,11 @@ def process_add_dynamic_partitions(self, seqid, iprot, oprot): result = add_dynamic_partitions_result() try: self._handler.add_dynamic_partitions(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except NoSuchTxnException as o1: - msg_type = TMessageType.REPLY + except NoSuchTxnException, o1: result.o1 = o1 - except TxnAbortedException as o2: - msg_type = TMessageType.REPLY + except TxnAbortedException, o2: result.o2 = o2 - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("add_dynamic_partitions", msg_type, seqid) + oprot.writeMessageBegin("add_dynamic_partitions", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9155,16 +8101,8 @@ def process_get_next_notification(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = get_next_notification_result() - try: - result.success = self._handler.get_next_notification(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_next_notification", msg_type, seqid) + result.success = self._handler.get_next_notification(args.rqst) + oprot.writeMessageBegin("get_next_notification", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9174,16 +8112,8 @@ def process_get_current_notificationEventId(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = get_current_notificationEventId_result() - try: - result.success = self._handler.get_current_notificationEventId() - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_current_notificationEventId", msg_type, seqid) + result.success = self._handler.get_current_notificationEventId() + oprot.writeMessageBegin("get_current_notificationEventId", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9193,16 +8123,8 @@ def process_fire_listener_event(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = fire_listener_event_result() - try: - result.success = self._handler.fire_listener_event(args.rqst) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("fire_listener_event", msg_type, seqid) + result.success = self._handler.fire_listener_event(args.rqst) + oprot.writeMessageBegin("fire_listener_event", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9212,16 +8134,8 @@ def process_flushCache(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = flushCache_result() - try: - self._handler.flushCache() - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("flushCache", msg_type, seqid) + self._handler.flushCache() + oprot.writeMessageBegin("flushCache", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9231,16 +8145,8 @@ def process_get_file_metadata_by_expr(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = get_file_metadata_by_expr_result() - try: - result.success = self._handler.get_file_metadata_by_expr(args.req) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_file_metadata_by_expr", msg_type, seqid) + result.success = self._handler.get_file_metadata_by_expr(args.req) + oprot.writeMessageBegin("get_file_metadata_by_expr", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9250,16 +8156,8 @@ def process_get_file_metadata(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = get_file_metadata_result() - try: - result.success = self._handler.get_file_metadata(args.req) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("get_file_metadata", msg_type, seqid) + result.success = self._handler.get_file_metadata(args.req) + oprot.writeMessageBegin("get_file_metadata", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9269,16 +8167,8 @@ def process_put_file_metadata(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = put_file_metadata_result() - try: - result.success = self._handler.put_file_metadata(args.req) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("put_file_metadata", msg_type, seqid) + result.success = self._handler.put_file_metadata(args.req) + oprot.writeMessageBegin("put_file_metadata", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9288,16 +8178,8 @@ def process_clear_file_metadata(self, seqid, iprot, oprot): args.read(iprot) iprot.readMessageEnd() result = clear_file_metadata_result() - try: - result.success = self._handler.clear_file_metadata(args.req) - msg_type = TMessageType.REPLY - except (TTransport.TTransportException, KeyboardInterrupt, SystemExit): - raise - except Exception as ex: - msg_type = TMessageType.EXCEPTION - logging.exception(ex) - result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error') - oprot.writeMessageBegin("clear_file_metadata", msg_type, seqid) + result.success = self._handler.clear_file_metadata(args.req) + oprot.writeMessageBegin("clear_file_metadata", TMessageType.REPLY, seqid) result.write(oprot) oprot.writeMessageEnd() oprot.trans.flush() @@ -9349,7 +8231,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.key = iprot.readString() + self.key = iprot.readString(); else: iprot.skip(ftype) else: @@ -9416,7 +8298,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.STRING: - self.success = iprot.readString() + self.success = iprot.readString(); else: iprot.skip(ftype) elif fid == 1: @@ -9495,12 +8377,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.key = iprot.readString() + self.key = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.value = iprot.readString() + self.value = iprot.readString(); else: iprot.skip(ftype) else: @@ -9796,7 +8678,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) else: @@ -9960,17 +8842,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.BOOL: - self.cascade = iprot.readBool() + self.cascade = iprot.readBool(); else: iprot.skip(ftype) else: @@ -10139,7 +9021,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.pattern = iprot.readString() + self.pattern = iprot.readString(); else: iprot.skip(ftype) else: @@ -10209,7 +9091,7 @@ def read(self, iprot): self.success = [] (_etype525, _size522) = iprot.readListBegin() for _i526 in xrange(_size522): - _elem527 = iprot.readString() + _elem527 = iprot.readString(); self.success.append(_elem527) iprot.readListEnd() else: @@ -10341,7 +9223,7 @@ def read(self, iprot): self.success = [] (_etype532, _size529) = iprot.readListBegin() for _i533 in xrange(_size529): - _elem534 = iprot.readString() + _elem534 = iprot.readString(); self.success.append(_elem534) iprot.readListEnd() else: @@ -10425,7 +9307,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: @@ -10581,7 +9463,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) else: @@ -10813,7 +9695,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -10911,7 +9793,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.type = iprot.readString() + self.type = iprot.readString(); else: iprot.skip(ftype) else: @@ -10981,7 +9863,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -11068,7 +9950,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) else: @@ -11138,7 +10020,7 @@ def read(self, iprot): self.success = {} (_ktype537, _vtype538, _size536 ) = iprot.readMapBegin() for _i540 in xrange(_size536): - _key541 = iprot.readString() + _key541 = iprot.readString(); _val542 = Type() _val542.read(iprot) self.success[_key541] = _val542 @@ -11225,12 +10107,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.table_name = iprot.readString() + self.table_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -11421,12 +10303,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.table_name = iprot.readString() + self.table_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -11625,12 +10507,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.table_name = iprot.readString() + self.table_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -11821,12 +10703,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.table_name = iprot.readString() + self.table_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -12390,17 +11272,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) else: @@ -12564,17 +11446,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) elif fid == 4: @@ -12743,12 +11625,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.pattern = iprot.readString() + self.pattern = iprot.readString(); else: iprot.skip(ftype) else: @@ -12823,7 +11705,7 @@ def read(self, iprot): self.success = [] (_etype576, _size573) = iprot.readListBegin() for _i577 in xrange(_size573): - _elem578 = iprot.readString() + _elem578 = iprot.readString(); self.success.append(_elem578) iprot.readListEnd() else: @@ -12910,12 +11792,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_patterns = iprot.readString() + self.db_patterns = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_patterns = iprot.readString() + self.tbl_patterns = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -12923,7 +11805,7 @@ def read(self, iprot): self.tbl_types = [] (_etype583, _size580) = iprot.readListBegin() for _i584 in xrange(_size580): - _elem585 = iprot.readString() + _elem585 = iprot.readString(); self.tbl_types.append(_elem585) iprot.readListEnd() else: @@ -13090,7 +11972,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -13160,7 +12042,7 @@ def read(self, iprot): self.success = [] (_etype597, _size594) = iprot.readListBegin() for _i598 in xrange(_size594): - _elem599 = iprot.readString() + _elem599 = iprot.readString(); self.success.append(_elem599) iprot.readListEnd() else: @@ -13244,12 +12126,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -13415,7 +12297,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: @@ -13423,7 +12305,7 @@ def read(self, iprot): self.tbl_names = [] (_etype604, _size601) = iprot.readListBegin() for _i605 in xrange(_size601): - _elem606 = iprot.readString() + _elem606 = iprot.readString(); self.tbl_names.append(_elem606) iprot.readListEnd() else: @@ -13619,17 +12501,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.filter = iprot.readString() + self.filter = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I16: - self.max_tables = iprot.readI16() + self.max_tables = iprot.readI16(); else: iprot.skip(ftype) else: @@ -13715,7 +12597,7 @@ def read(self, iprot): self.success = [] (_etype618, _size615) = iprot.readListBegin() for _i619 in xrange(_size615): - _elem620 = iprot.readString() + _elem620 = iprot.readString(); self.success.append(_elem620) iprot.readListEnd() else: @@ -13824,12 +12706,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -13999,12 +12881,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -14185,12 +13067,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -14201,7 +13083,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.cascade = iprot.readBool() + self.cascade = iprot.readBool(); else: iprot.skip(ftype) else: @@ -14803,7 +13685,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.I32: - self.success = iprot.readI32() + self.success = iprot.readI32(); else: iprot.skip(ftype) elif fid == 1: @@ -14983,7 +13865,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.I32: - self.success = iprot.readI32() + self.success = iprot.readI32(); else: iprot.skip(ftype) elif fid == 1: @@ -15087,12 +13969,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -15100,7 +13982,7 @@ def read(self, iprot): self.part_vals = [] (_etype639, _size636) = iprot.readListBegin() for _i640 in xrange(_size636): - _elem641 = iprot.readString() + _elem641 = iprot.readString(); self.part_vals.append(_elem641) iprot.readListEnd() else: @@ -15469,12 +14351,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -15482,7 +14364,7 @@ def read(self, iprot): self.part_vals = [] (_etype646, _size643) = iprot.readListBegin() for _i647 in xrange(_size643): - _elem648 = iprot.readString() + _elem648 = iprot.readString(); self.part_vals.append(_elem648) iprot.readListEnd() else: @@ -15686,17 +14568,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -15887,17 +14769,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: @@ -16099,12 +14981,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -16112,14 +14994,14 @@ def read(self, iprot): self.part_vals = [] (_etype653, _size650) = iprot.readListBegin() for _i654 in xrange(_size650): - _elem655 = iprot.readString() + _elem655 = iprot.readString(); self.part_vals.append(_elem655) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) else: @@ -16207,7 +15089,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -16306,12 +15188,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -16319,14 +15201,14 @@ def read(self, iprot): self.part_vals = [] (_etype660, _size657) = iprot.readListBegin() for _i661 in xrange(_size657): - _elem662 = iprot.readString() + _elem662 = iprot.readString(); self.part_vals.append(_elem662) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) elif fid == 5: @@ -16425,7 +15307,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -16521,22 +15403,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) else: @@ -16621,7 +15503,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -16720,22 +15602,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) elif fid == 5: @@ -16831,7 +15713,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -17083,12 +15965,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -17096,7 +15978,7 @@ def read(self, iprot): self.part_vals = [] (_etype667, _size664) = iprot.readListBegin() for _i668 in xrange(_size664): - _elem669 = iprot.readString() + _elem669 = iprot.readString(); self.part_vals.append(_elem669) iprot.readListEnd() else: @@ -17284,30 +16166,30 @@ def read(self, iprot): self.partitionSpecs = {} (_ktype672, _vtype673, _size671 ) = iprot.readMapBegin() for _i675 in xrange(_size671): - _key676 = iprot.readString() - _val677 = iprot.readString() + _key676 = iprot.readString(); + _val677 = iprot.readString(); self.partitionSpecs[_key676] = _val677 iprot.readMapEnd() else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.source_db = iprot.readString() + self.source_db = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.source_table_name = iprot.readString() + self.source_table_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.dest_db = iprot.readString() + self.dest_db = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.dest_table_name = iprot.readString() + self.dest_table_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -17532,30 +16414,30 @@ def read(self, iprot): self.partitionSpecs = {} (_ktype681, _vtype682, _size680 ) = iprot.readMapBegin() for _i684 in xrange(_size680): - _key685 = iprot.readString() - _val686 = iprot.readString() + _key685 = iprot.readString(); + _val686 = iprot.readString(); self.partitionSpecs[_key685] = _val686 iprot.readMapEnd() else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.source_db = iprot.readString() + self.source_db = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.source_table_name = iprot.readString() + self.source_table_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.dest_db = iprot.readString() + self.dest_db = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.dest_table_name = iprot.readString() + self.dest_table_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -17785,12 +16667,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -17798,14 +16680,14 @@ def read(self, iprot): self.part_vals = [] (_etype699, _size696) = iprot.readListBegin() for _i700 in xrange(_size696): - _elem701 = iprot.readString() + _elem701 = iprot.readString(); self.part_vals.append(_elem701) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.user_name = iprot.readString() + self.user_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: @@ -17813,7 +16695,7 @@ def read(self, iprot): self.group_names = [] (_etype705, _size702) = iprot.readListBegin() for _i706 in xrange(_size702): - _elem707 = iprot.readString() + _elem707 = iprot.readString(); self.group_names.append(_elem707) iprot.readListEnd() else: @@ -18005,17 +16887,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -18189,17 +17071,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I16: - self.max_parts = iprot.readI16() + self.max_parts = iprot.readI16(); else: iprot.skip(ftype) else: @@ -18387,22 +17269,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I16: - self.max_parts = iprot.readI16() + self.max_parts = iprot.readI16(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.user_name = iprot.readString() + self.user_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: @@ -18410,7 +17292,7 @@ def read(self, iprot): self.group_names = [] (_etype720, _size717) = iprot.readListBegin() for _i721 in xrange(_size717): - _elem722 = iprot.readString() + _elem722 = iprot.readString(); self.group_names.append(_elem722) iprot.readListEnd() else: @@ -18607,17 +17489,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I32: - self.max_parts = iprot.readI32() + self.max_parts = iprot.readI32(); else: iprot.skip(ftype) else: @@ -18799,17 +17681,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I16: - self.max_parts = iprot.readI16() + self.max_parts = iprot.readI16(); else: iprot.skip(ftype) else: @@ -18889,7 +17771,7 @@ def read(self, iprot): self.success = [] (_etype741, _size738) = iprot.readListBegin() for _i742 in xrange(_size738): - _elem743 = iprot.readString() + _elem743 = iprot.readString(); self.success.append(_elem743) iprot.readListEnd() else: @@ -18979,12 +17861,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -18992,14 +17874,14 @@ def read(self, iprot): self.part_vals = [] (_etype748, _size745) = iprot.readListBegin() for _i749 in xrange(_size745): - _elem750 = iprot.readString() + _elem750 = iprot.readString(); self.part_vals.append(_elem750) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I16: - self.max_parts = iprot.readI16() + self.max_parts = iprot.readI16(); else: iprot.skip(ftype) else: @@ -19198,12 +18080,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -19211,19 +18093,19 @@ def read(self, iprot): self.part_vals = [] (_etype762, _size759) = iprot.readListBegin() for _i763 in xrange(_size759): - _elem764 = iprot.readString() + _elem764 = iprot.readString(); self.part_vals.append(_elem764) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I16: - self.max_parts = iprot.readI16() + self.max_parts = iprot.readI16(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.user_name = iprot.readString() + self.user_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 6: @@ -19231,7 +18113,7 @@ def read(self, iprot): self.group_names = [] (_etype768, _size765) = iprot.readListBegin() for _i769 in xrange(_size765): - _elem770 = iprot.readString() + _elem770 = iprot.readString(); self.group_names.append(_elem770) iprot.readListEnd() else: @@ -19439,12 +18321,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -19452,14 +18334,14 @@ def read(self, iprot): self.part_vals = [] (_etype783, _size780) = iprot.readListBegin() for _i784 in xrange(_size780): - _elem785 = iprot.readString() + _elem785 = iprot.readString(); self.part_vals.append(_elem785) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I16: - self.max_parts = iprot.readI16() + self.max_parts = iprot.readI16(); else: iprot.skip(ftype) else: @@ -19550,7 +18432,7 @@ def read(self, iprot): self.success = [] (_etype790, _size787) = iprot.readListBegin() for _i791 in xrange(_size787): - _elem792 = iprot.readString() + _elem792 = iprot.readString(); self.success.append(_elem792) iprot.readListEnd() else: @@ -19651,22 +18533,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.filter = iprot.readString() + self.filter = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I16: - self.max_parts = iprot.readI16() + self.max_parts = iprot.readI16(); else: iprot.skip(ftype) else: @@ -19856,22 +18738,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.filter = iprot.readString() + self.filter = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.max_parts = iprot.readI32() + self.max_parts = iprot.readI32(); else: iprot.skip(ftype) else: @@ -20186,6 +19068,189 @@ def __eq__(self, other): def __ne__(self, other): return not (self == other) +class get_num_partitions_by_filter_args: + """ + Attributes: + - db_name + - tbl_name + - filter + """ + + thrift_spec = ( + None, # 0 + (1, TType.STRING, 'db_name', None, None, ), # 1 + (2, TType.STRING, 'tbl_name', None, None, ), # 2 + (3, TType.STRING, 'filter', None, None, ), # 3 + ) + + def __init__(self, db_name=None, tbl_name=None, filter=None,): + self.db_name = db_name + self.tbl_name = tbl_name + self.filter = filter + + def read(self, iprot): + if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None: + fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec)) + return + iprot.readStructBegin() + while True: + (fname, ftype, fid) = iprot.readFieldBegin() + if ftype == TType.STOP: + break + if fid == 1: + if ftype == TType.STRING: + self.db_name = iprot.readString(); + else: + iprot.skip(ftype) + elif fid == 2: + if ftype == TType.STRING: + self.tbl_name = iprot.readString(); + else: + iprot.skip(ftype) + elif fid == 3: + if ftype == TType.STRING: + self.filter = iprot.readString(); + else: + iprot.skip(ftype) + else: + iprot.skip(ftype) + iprot.readFieldEnd() + iprot.readStructEnd() + + def write(self, oprot): + if oprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and self.thrift_spec is not None and fastbinary is not None: + oprot.trans.write(fastbinary.encode_binary(self, (self.__class__, self.thrift_spec))) + return + oprot.writeStructBegin('get_num_partitions_by_filter_args') + if self.db_name is not None: + oprot.writeFieldBegin('db_name', TType.STRING, 1) + oprot.writeString(self.db_name) + oprot.writeFieldEnd() + if self.tbl_name is not None: + oprot.writeFieldBegin('tbl_name', TType.STRING, 2) + oprot.writeString(self.tbl_name) + oprot.writeFieldEnd() + if self.filter is not None: + oprot.writeFieldBegin('filter', TType.STRING, 3) + oprot.writeString(self.filter) + oprot.writeFieldEnd() + oprot.writeFieldStop() + oprot.writeStructEnd() + + def validate(self): + return + + + def __hash__(self): + value = 17 + value = (value * 31) ^ hash(self.db_name) + value = (value * 31) ^ hash(self.tbl_name) + value = (value * 31) ^ hash(self.filter) + return value + + def __repr__(self): + L = ['%s=%r' % (key, value) + for key, value in self.__dict__.iteritems()] + return '%s(%s)' % (self.__class__.__name__, ', '.join(L)) + + def __eq__(self, other): + return isinstance(other, self.__class__) and self.__dict__ == other.__dict__ + + def __ne__(self, other): + return not (self == other) + +class get_num_partitions_by_filter_result: + """ + Attributes: + - success + - o1 + - o2 + """ + + thrift_spec = ( + (0, TType.I32, 'success', None, None, ), # 0 + (1, TType.STRUCT, 'o1', (MetaException, MetaException.thrift_spec), None, ), # 1 + (2, TType.STRUCT, 'o2', (NoSuchObjectException, NoSuchObjectException.thrift_spec), None, ), # 2 + ) + + def __init__(self, success=None, o1=None, o2=None,): + self.success = success + self.o1 = o1 + self.o2 = o2 + + def read(self, iprot): + if iprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None and fastbinary is not None: + fastbinary.decode_binary(self, iprot.trans, (self.__class__, self.thrift_spec)) + return + iprot.readStructBegin() + while True: + (fname, ftype, fid) = iprot.readFieldBegin() + if ftype == TType.STOP: + break + if fid == 0: + if ftype == TType.I32: + self.success = iprot.readI32(); + else: + iprot.skip(ftype) + elif fid == 1: + if ftype == TType.STRUCT: + self.o1 = MetaException() + self.o1.read(iprot) + else: + iprot.skip(ftype) + elif fid == 2: + if ftype == TType.STRUCT: + self.o2 = NoSuchObjectException() + self.o2.read(iprot) + else: + iprot.skip(ftype) + else: + iprot.skip(ftype) + iprot.readFieldEnd() + iprot.readStructEnd() + + def write(self, oprot): + if oprot.__class__ == TBinaryProtocol.TBinaryProtocolAccelerated and self.thrift_spec is not None and fastbinary is not None: + oprot.trans.write(fastbinary.encode_binary(self, (self.__class__, self.thrift_spec))) + return + oprot.writeStructBegin('get_num_partitions_by_filter_result') + if self.success is not None: + oprot.writeFieldBegin('success', TType.I32, 0) + oprot.writeI32(self.success) + oprot.writeFieldEnd() + if self.o1 is not None: + oprot.writeFieldBegin('o1', TType.STRUCT, 1) + self.o1.write(oprot) + oprot.writeFieldEnd() + if self.o2 is not None: + oprot.writeFieldBegin('o2', TType.STRUCT, 2) + self.o2.write(oprot) + oprot.writeFieldEnd() + oprot.writeFieldStop() + oprot.writeStructEnd() + + def validate(self): + return + + + def __hash__(self): + value = 17 + value = (value * 31) ^ hash(self.success) + value = (value * 31) ^ hash(self.o1) + value = (value * 31) ^ hash(self.o2) + return value + + def __repr__(self): + L = ['%s=%r' % (key, value) + for key, value in self.__dict__.iteritems()] + return '%s(%s)' % (self.__class__.__name__, ', '.join(L)) + + def __eq__(self, other): + return isinstance(other, self.__class__) and self.__dict__ == other.__dict__ + + def __ne__(self, other): + return not (self == other) + class get_partitions_by_names_args: """ Attributes: @@ -20217,12 +19282,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -20230,7 +19295,7 @@ def read(self, iprot): self.names = [] (_etype811, _size808) = iprot.readListBegin() for _i812 in xrange(_size808): - _elem813 = iprot.readString() + _elem813 = iprot.readString(); self.names.append(_elem813) iprot.readListEnd() else: @@ -20417,12 +19482,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -20589,12 +19654,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -20772,12 +19837,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -20958,12 +20023,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -20971,7 +20036,7 @@ def read(self, iprot): self.part_vals = [] (_etype832, _size829) = iprot.readListBegin() for _i833 in xrange(_size829): - _elem834 = iprot.readString() + _elem834 = iprot.readString(); self.part_vals.append(_elem834) iprot.readListEnd() else: @@ -21148,14 +20213,14 @@ def read(self, iprot): self.part_vals = [] (_etype839, _size836) = iprot.readListBegin() for _i840 in xrange(_size836): - _elem841 = iprot.readString() + _elem841 = iprot.readString(); self.part_vals.append(_elem841) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 2: if ftype == TType.BOOL: - self.throw_exception = iprot.readBool() + self.throw_exception = iprot.readBool(); else: iprot.skip(ftype) else: @@ -21230,7 +20295,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -21309,12 +20374,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.defaultValue = iprot.readString() + self.defaultValue = iprot.readString(); else: iprot.skip(ftype) else: @@ -21386,7 +20451,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.STRING: - self.success = iprot.readString() + self.success = iprot.readString(); else: iprot.skip(ftype) elif fid == 1: @@ -21462,7 +20527,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -21532,7 +20597,7 @@ def read(self, iprot): self.success = [] (_etype846, _size843) = iprot.readListBegin() for _i847 in xrange(_size843): - _elem848 = iprot.readString() + _elem848 = iprot.readString(); self.success.append(_elem848) iprot.readListEnd() else: @@ -21613,7 +20678,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -21683,8 +20748,8 @@ def read(self, iprot): self.success = {} (_ktype851, _vtype852, _size850 ) = iprot.readMapBegin() for _i854 in xrange(_size850): - _key855 = iprot.readString() - _val856 = iprot.readString() + _key855 = iprot.readString(); + _val856 = iprot.readString(); self.success[_key855] = _val856 iprot.readMapEnd() else: @@ -21775,12 +20840,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -21788,15 +20853,15 @@ def read(self, iprot): self.part_vals = {} (_ktype860, _vtype861, _size859 ) = iprot.readMapBegin() for _i863 in xrange(_size859): - _key864 = iprot.readString() - _val865 = iprot.readString() + _key864 = iprot.readString(); + _val865 = iprot.readString(); self.part_vals[_key864] = _val865 iprot.readMapEnd() else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.eventType = iprot.readI32() + self.eventType = iprot.readI32(); else: iprot.skip(ftype) else: @@ -22025,12 +21090,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -22038,15 +21103,15 @@ def read(self, iprot): self.part_vals = {} (_ktype869, _vtype870, _size868 ) = iprot.readMapBegin() for _i872 in xrange(_size868): - _key873 = iprot.readString() - _val874 = iprot.readString() + _key873 = iprot.readString(); + _val874 = iprot.readString(); self.part_vals[_key873] = _val874 iprot.readMapEnd() else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.eventType = iprot.readI32() + self.eventType = iprot.readI32(); else: iprot.skip(ftype) else: @@ -22147,7 +21212,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -22474,17 +21539,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.base_tbl_name = iprot.readString() + self.base_tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.idx_name = iprot.readString() + self.idx_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: @@ -22659,22 +21724,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.index_name = iprot.readString() + self.index_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) else: @@ -22759,7 +21824,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -22852,17 +21917,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.index_name = iprot.readString() + self.index_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -23036,17 +22101,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I16: - self.max_indexes = iprot.readI16() + self.max_indexes = iprot.readI16(); else: iprot.skip(ftype) else: @@ -23228,17 +22293,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I16: - self.max_indexes = iprot.readI16() + self.max_indexes = iprot.readI16(); else: iprot.skip(ftype) else: @@ -23318,7 +22383,7 @@ def read(self, iprot): self.success = [] (_etype887, _size884) = iprot.readListBegin() for _i888 in xrange(_size884): - _elem889 = iprot.readString() + _elem889 = iprot.readString(); self.success.append(_elem889) iprot.readListEnd() else: @@ -23476,7 +22541,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -23662,7 +22727,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -23777,17 +22842,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.col_name = iprot.readString() + self.col_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -23992,22 +23057,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.col_name = iprot.readString() + self.col_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -24762,7 +23827,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -24880,22 +23945,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.part_name = iprot.readString() + self.part_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.col_name = iprot.readString() + self.col_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -24986,7 +24051,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -25101,17 +24166,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.db_name = iprot.readString() + self.db_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tbl_name = iprot.readString() + self.tbl_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.col_name = iprot.readString() + self.col_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -25197,7 +24262,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -25483,12 +24548,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.funcName = iprot.readString() + self.funcName = iprot.readString(); else: iprot.skip(ftype) else: @@ -25644,12 +24709,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.funcName = iprot.readString() + self.funcName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -25813,12 +24878,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.pattern = iprot.readString() + self.pattern = iprot.readString(); else: iprot.skip(ftype) else: @@ -25893,7 +24958,7 @@ def read(self, iprot): self.success = [] (_etype894, _size891) = iprot.readListBegin() for _i895 in xrange(_size891): - _elem896 = iprot.readString() + _elem896 = iprot.readString(); self.success.append(_elem896) iprot.readListEnd() else: @@ -25977,12 +25042,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.funcName = iprot.readString() + self.funcName = iprot.readString(); else: iprot.skip(ftype) else: @@ -26338,7 +25403,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -26414,7 +25479,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.role_name = iprot.readString() + self.role_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -26481,7 +25546,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -26608,7 +25673,7 @@ def read(self, iprot): self.success = [] (_etype901, _size898) = iprot.readListBegin() for _i902 in xrange(_size898): - _elem903 = iprot.readString() + _elem903 = iprot.readString(); self.success.append(_elem903) iprot.readListEnd() else: @@ -26704,32 +25769,32 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.role_name = iprot.readString() + self.role_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.principal_name = iprot.readString() + self.principal_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I32: - self.principal_type = iprot.readI32() + self.principal_type = iprot.readI32(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.grantor = iprot.readString() + self.grantor = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I32: - self.grantorType = iprot.readI32() + self.grantorType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.BOOL: - self.grant_option = iprot.readBool() + self.grant_option = iprot.readBool(); else: iprot.skip(ftype) else: @@ -26821,7 +25886,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -26903,17 +25968,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.role_name = iprot.readString() + self.role_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.principal_name = iprot.readString() + self.principal_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I32: - self.principal_type = iprot.readI32() + self.principal_type = iprot.readI32(); else: iprot.skip(ftype) else: @@ -26990,7 +26055,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -27069,12 +26134,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.principal_name = iprot.readString() + self.principal_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.principal_type = iprot.readI32() + self.principal_type = iprot.readI32(); else: iprot.skip(ftype) else: @@ -27678,7 +26743,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.user_name = iprot.readString() + self.user_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -27686,7 +26751,7 @@ def read(self, iprot): self.group_names = [] (_etype915, _size912) = iprot.readListBegin() for _i916 in xrange(_size912): - _elem917 = iprot.readString() + _elem917 = iprot.readString(); self.group_names.append(_elem917) iprot.readListEnd() else: @@ -27851,12 +26916,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.principal_name = iprot.readString() + self.principal_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.principal_type = iprot.readI32() + self.principal_type = iprot.readI32(); else: iprot.skip(ftype) elif fid == 3: @@ -28092,7 +27157,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -28236,7 +27301,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) elif fid == 1: @@ -28460,7 +27525,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.user_name = iprot.readString() + self.user_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: @@ -28468,7 +27533,7 @@ def read(self, iprot): self.group_names = [] (_etype929, _size926) = iprot.readListBegin() for _i930 in xrange(_size926): - _elem931 = iprot.readString() + _elem931 = iprot.readString(); self.group_names.append(_elem931) iprot.readListEnd() else: @@ -28548,7 +27613,7 @@ def read(self, iprot): self.success = [] (_etype936, _size933) = iprot.readListBegin() for _i937 in xrange(_size933): - _elem938 = iprot.readString() + _elem938 = iprot.readString(); self.success.append(_elem938) iprot.readListEnd() else: @@ -28632,12 +27697,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.token_owner = iprot.readString() + self.token_owner = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.renewer_kerberos_principal_name = iprot.readString() + self.renewer_kerberos_principal_name = iprot.readString(); else: iprot.skip(ftype) else: @@ -28709,7 +27774,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.STRING: - self.success = iprot.readString() + self.success = iprot.readString(); else: iprot.skip(ftype) elif fid == 1: @@ -28785,7 +27850,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.token_str_form = iprot.readString() + self.token_str_form = iprot.readString(); else: iprot.skip(ftype) else: @@ -28852,7 +27917,7 @@ def read(self, iprot): break if fid == 0: if ftype == TType.I64: - self.success = iprot.readI64() + self.success = iprot.readI64(); else: iprot.skip(ftype) elif fid == 1: @@ -28928,7 +27993,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.token_str_form = iprot.readString() + self.token_str_form = iprot.readString(); else: iprot.skip(ftype) else: diff --git metastore/src/gen/thrift/gen-py/hive_metastore/constants.py metastore/src/gen/thrift/gen-py/hive_metastore/constants.py index d1c07a5..f86fda9 100644 --- metastore/src/gen/thrift/gen-py/hive_metastore/constants.py +++ metastore/src/gen/thrift/gen-py/hive_metastore/constants.py @@ -1,5 +1,5 @@ # -# Autogenerated by Thrift Compiler (0.9.3) +# Autogenerated by Thrift Compiler (0.9.2) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # diff --git metastore/src/gen/thrift/gen-py/hive_metastore/ttypes.py metastore/src/gen/thrift/gen-py/hive_metastore/ttypes.py index fbeab5e..877a7e4 100644 --- metastore/src/gen/thrift/gen-py/hive_metastore/ttypes.py +++ metastore/src/gen/thrift/gen-py/hive_metastore/ttypes.py @@ -1,5 +1,5 @@ # -# Autogenerated by Thrift Compiler (0.9.3) +# Autogenerated by Thrift Compiler (0.9.2) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @@ -253,12 +253,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.version = iprot.readString() + self.version = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.comments = iprot.readString() + self.comments = iprot.readString(); else: iprot.skip(ftype) else: @@ -334,17 +334,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.type = iprot.readString() + self.type = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.comment = iprot.readString() + self.comment = iprot.readString(); else: iprot.skip(ftype) else: @@ -428,17 +428,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.type1 = iprot.readString() + self.type1 = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.type2 = iprot.readString() + self.type2 = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: @@ -544,17 +544,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I32: - self.objectType = iprot.readI32() + self.objectType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.objectName = iprot.readString() + self.objectName = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: @@ -562,14 +562,14 @@ def read(self, iprot): self.partValues = [] (_etype10, _size7) = iprot.readListBegin() for _i11 in xrange(_size7): - _elem12 = iprot.readString() + _elem12 = iprot.readString(); self.partValues.append(_elem12) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.columnName = iprot.readString() + self.columnName = iprot.readString(); else: iprot.skip(ftype) else: @@ -669,27 +669,27 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.privilege = iprot.readString() + self.privilege = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.createTime = iprot.readI32() + self.createTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.grantor = iprot.readString() + self.grantor = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.grantorType = iprot.readI32() + self.grantorType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.BOOL: - self.grantOption = iprot.readBool() + self.grantOption = iprot.readBool(); else: iprot.skip(ftype) else: @@ -789,12 +789,12 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.principalName = iprot.readString() + self.principalName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I32: - self.principalType = iprot.readI32() + self.principalType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 4: @@ -963,7 +963,7 @@ def read(self, iprot): self.userPrivileges = {} (_ktype22, _vtype23, _size21 ) = iprot.readMapBegin() for _i25 in xrange(_size21): - _key26 = iprot.readString() + _key26 = iprot.readString(); _val27 = [] (_etype31, _size28) = iprot.readListBegin() for _i32 in xrange(_size28): @@ -980,7 +980,7 @@ def read(self, iprot): self.groupPrivileges = {} (_ktype35, _vtype36, _size34 ) = iprot.readMapBegin() for _i38 in xrange(_size34): - _key39 = iprot.readString() + _key39 = iprot.readString(); _val40 = [] (_etype44, _size41) = iprot.readListBegin() for _i45 in xrange(_size41): @@ -997,7 +997,7 @@ def read(self, iprot): self.rolePrivileges = {} (_ktype48, _vtype49, _size47 ) = iprot.readMapBegin() for _i51 in xrange(_size47): - _key52 = iprot.readString() + _key52 = iprot.readString(); _val53 = [] (_etype57, _size54) = iprot.readListBegin() for _i58 in xrange(_size54): @@ -1108,7 +1108,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I32: - self.requestType = iprot.readI32() + self.requestType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 2: @@ -1119,7 +1119,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 3: if ftype == TType.BOOL: - self.revokeGrantOption = iprot.readBool() + self.revokeGrantOption = iprot.readBool(); else: iprot.skip(ftype) else: @@ -1194,7 +1194,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) else: @@ -1265,17 +1265,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.roleName = iprot.readString() + self.roleName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.createTime = iprot.readI32() + self.createTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.ownerName = iprot.readString() + self.ownerName = iprot.readString(); else: iprot.skip(ftype) else: @@ -1368,37 +1368,37 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.roleName = iprot.readString() + self.roleName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.principalName = iprot.readString() + self.principalName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I32: - self.principalType = iprot.readI32() + self.principalType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.grantOption = iprot.readBool() + self.grantOption = iprot.readBool(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I32: - self.grantTime = iprot.readI32() + self.grantTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.STRING: - self.grantorName = iprot.readString() + self.grantorName = iprot.readString(); else: iprot.skip(ftype) elif fid == 7: if ftype == TType.I32: - self.grantorPrincipalType = iprot.readI32() + self.grantorPrincipalType = iprot.readI32(); else: iprot.skip(ftype) else: @@ -1496,12 +1496,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.principal_name = iprot.readString() + self.principal_name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.principal_type = iprot.readI32() + self.principal_type = iprot.readI32(); else: iprot.skip(ftype) else: @@ -1651,7 +1651,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.roleName = iprot.readString() + self.roleName = iprot.readString(); else: iprot.skip(ftype) else: @@ -1812,37 +1812,37 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I32: - self.requestType = iprot.readI32() + self.requestType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.roleName = iprot.readString() + self.roleName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.principalName = iprot.readString() + self.principalName = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.principalType = iprot.readI32() + self.principalType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.grantor = iprot.readString() + self.grantor = iprot.readString(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.I32: - self.grantorType = iprot.readI32() + self.grantorType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 7: if ftype == TType.BOOL: - self.grantOption = iprot.readBool() + self.grantOption = iprot.readBool(); else: iprot.skip(ftype) else: @@ -1937,7 +1937,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.BOOL: - self.success = iprot.readBool() + self.success = iprot.readBool(); else: iprot.skip(ftype) else: @@ -2020,17 +2020,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.description = iprot.readString() + self.description = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.locationUri = iprot.readString() + self.locationUri = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: @@ -2038,8 +2038,8 @@ def read(self, iprot): self.parameters = {} (_ktype84, _vtype85, _size83 ) = iprot.readMapBegin() for _i87 in xrange(_size83): - _key88 = iprot.readString() - _val89 = iprot.readString() + _key88 = iprot.readString(); + _val89 = iprot.readString(); self.parameters[_key88] = _val89 iprot.readMapEnd() else: @@ -2052,12 +2052,12 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 6: if ftype == TType.STRING: - self.ownerName = iprot.readString() + self.ownerName = iprot.readString(); else: iprot.skip(ftype) elif fid == 7: if ftype == TType.I32: - self.ownerType = iprot.readI32() + self.ownerType = iprot.readI32(); else: iprot.skip(ftype) else: @@ -2162,12 +2162,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.name = iprot.readString() + self.name = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.serializationLib = iprot.readString() + self.serializationLib = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -2175,8 +2175,8 @@ def read(self, iprot): self.parameters = {} (_ktype93, _vtype94, _size92 ) = iprot.readMapBegin() for _i96 in xrange(_size92): - _key97 = iprot.readString() - _val98 = iprot.readString() + _key97 = iprot.readString(); + _val98 = iprot.readString(); self.parameters[_key97] = _val98 iprot.readMapEnd() else: @@ -2260,12 +2260,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.col = iprot.readString() + self.col = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.order = iprot.readI32() + self.order = iprot.readI32(); else: iprot.skip(ftype) else: @@ -2344,7 +2344,7 @@ def read(self, iprot): self.skewedColNames = [] (_etype104, _size101) = iprot.readListBegin() for _i105 in xrange(_size101): - _elem106 = iprot.readString() + _elem106 = iprot.readString(); self.skewedColNames.append(_elem106) iprot.readListEnd() else: @@ -2357,7 +2357,7 @@ def read(self, iprot): _elem112 = [] (_etype116, _size113) = iprot.readListBegin() for _i117 in xrange(_size113): - _elem118 = iprot.readString() + _elem118 = iprot.readString(); _elem112.append(_elem118) iprot.readListEnd() self.skewedColValues.append(_elem112) @@ -2372,10 +2372,10 @@ def read(self, iprot): _key124 = [] (_etype129, _size126) = iprot.readListBegin() for _i130 in xrange(_size126): - _elem131 = iprot.readString() + _elem131 = iprot.readString(); _key124.append(_elem131) iprot.readListEnd() - _val125 = iprot.readString() + _val125 = iprot.readString(); self.skewedColValueLocationMaps[_key124] = _val125 iprot.readMapEnd() else: @@ -2512,27 +2512,27 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.location = iprot.readString() + self.location = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.inputFormat = iprot.readString() + self.inputFormat = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.outputFormat = iprot.readString() + self.outputFormat = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.BOOL: - self.compressed = iprot.readBool() + self.compressed = iprot.readBool(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.I32: - self.numBuckets = iprot.readI32() + self.numBuckets = iprot.readI32(); else: iprot.skip(ftype) elif fid == 7: @@ -2546,7 +2546,7 @@ def read(self, iprot): self.bucketCols = [] (_etype147, _size144) = iprot.readListBegin() for _i148 in xrange(_size144): - _elem149 = iprot.readString() + _elem149 = iprot.readString(); self.bucketCols.append(_elem149) iprot.readListEnd() else: @@ -2567,8 +2567,8 @@ def read(self, iprot): self.parameters = {} (_ktype157, _vtype158, _size156 ) = iprot.readMapBegin() for _i160 in xrange(_size156): - _key161 = iprot.readString() - _val162 = iprot.readString() + _key161 = iprot.readString(); + _val162 = iprot.readString(); self.parameters[_key161] = _val162 iprot.readMapEnd() else: @@ -2581,7 +2581,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 12: if ftype == TType.BOOL: - self.storedAsSubDirectories = iprot.readBool() + self.storedAsSubDirectories = iprot.readBool(); else: iprot.skip(ftype) else: @@ -2753,32 +2753,32 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.tableName = iprot.readString() + self.tableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.owner = iprot.readString() + self.owner = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.createTime = iprot.readI32() + self.createTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I32: - self.lastAccessTime = iprot.readI32() + self.lastAccessTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.I32: - self.retention = iprot.readI32() + self.retention = iprot.readI32(); else: iprot.skip(ftype) elif fid == 7: @@ -2803,25 +2803,25 @@ def read(self, iprot): self.parameters = {} (_ktype175, _vtype176, _size174 ) = iprot.readMapBegin() for _i178 in xrange(_size174): - _key179 = iprot.readString() - _val180 = iprot.readString() + _key179 = iprot.readString(); + _val180 = iprot.readString(); self.parameters[_key179] = _val180 iprot.readMapEnd() else: iprot.skip(ftype) elif fid == 10: if ftype == TType.STRING: - self.viewOriginalText = iprot.readString() + self.viewOriginalText = iprot.readString(); else: iprot.skip(ftype) elif fid == 11: if ftype == TType.STRING: - self.viewExpandedText = iprot.readString() + self.viewExpandedText = iprot.readString(); else: iprot.skip(ftype) elif fid == 12: if ftype == TType.STRING: - self.tableType = iprot.readString() + self.tableType = iprot.readString(); else: iprot.skip(ftype) elif fid == 13: @@ -2832,7 +2832,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 14: if ftype == TType.BOOL: - self.temporary = iprot.readBool() + self.temporary = iprot.readBool(); else: iprot.skip(ftype) else: @@ -2993,29 +2993,29 @@ def read(self, iprot): self.values = [] (_etype187, _size184) = iprot.readListBegin() for _i188 in xrange(_size184): - _elem189 = iprot.readString() + _elem189 = iprot.readString(); self.values.append(_elem189) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.tableName = iprot.readString() + self.tableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.createTime = iprot.readI32() + self.createTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I32: - self.lastAccessTime = iprot.readI32() + self.lastAccessTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 6: @@ -3029,8 +3029,8 @@ def read(self, iprot): self.parameters = {} (_ktype191, _vtype192, _size190 ) = iprot.readMapBegin() for _i194 in xrange(_size190): - _key195 = iprot.readString() - _val196 = iprot.readString() + _key195 = iprot.readString(); + _val196 = iprot.readString(); self.parameters[_key195] = _val196 iprot.readMapEnd() else: @@ -3163,24 +3163,24 @@ def read(self, iprot): self.values = [] (_etype203, _size200) = iprot.readListBegin() for _i204 in xrange(_size200): - _elem205 = iprot.readString() + _elem205 = iprot.readString(); self.values.append(_elem205) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.createTime = iprot.readI32() + self.createTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I32: - self.lastAccessTime = iprot.readI32() + self.lastAccessTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.relativePath = iprot.readString() + self.relativePath = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: @@ -3188,8 +3188,8 @@ def read(self, iprot): self.parameters = {} (_ktype207, _vtype208, _size206 ) = iprot.readMapBegin() for _i210 in xrange(_size206): - _key211 = iprot.readString() - _val212 = iprot.readString() + _key211 = iprot.readString(); + _val212 = iprot.readString(); self.parameters[_key211] = _val212 iprot.readMapEnd() else: @@ -3468,17 +3468,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tableName = iprot.readString() + self.tableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.rootPath = iprot.readString() + self.rootPath = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: @@ -3602,37 +3602,37 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.indexName = iprot.readString() + self.indexName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.indexHandlerClass = iprot.readString() + self.indexHandlerClass = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.origTableName = iprot.readString() + self.origTableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I32: - self.createTime = iprot.readI32() + self.createTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.I32: - self.lastAccessTime = iprot.readI32() + self.lastAccessTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 7: if ftype == TType.STRING: - self.indexTableName = iprot.readString() + self.indexTableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 8: @@ -3646,15 +3646,15 @@ def read(self, iprot): self.parameters = {} (_ktype231, _vtype232, _size230 ) = iprot.readMapBegin() for _i234 in xrange(_size230): - _key235 = iprot.readString() - _val236 = iprot.readString() + _key235 = iprot.readString(); + _val236 = iprot.readString(); self.parameters[_key235] = _val236 iprot.readMapEnd() else: iprot.skip(ftype) elif fid == 10: if ftype == TType.BOOL: - self.deferredRebuild = iprot.readBool() + self.deferredRebuild = iprot.readBool(); else: iprot.skip(ftype) else: @@ -3774,17 +3774,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.numTrues = iprot.readI64() + self.numTrues = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I64: - self.numFalses = iprot.readI64() + self.numFalses = iprot.readI64(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I64: - self.numNulls = iprot.readI64() + self.numNulls = iprot.readI64(); else: iprot.skip(ftype) else: @@ -3874,22 +3874,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.DOUBLE: - self.lowValue = iprot.readDouble() + self.lowValue = iprot.readDouble(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.DOUBLE: - self.highValue = iprot.readDouble() + self.highValue = iprot.readDouble(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I64: - self.numNulls = iprot.readI64() + self.numNulls = iprot.readI64(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I64: - self.numDVs = iprot.readI64() + self.numDVs = iprot.readI64(); else: iprot.skip(ftype) else: @@ -3982,22 +3982,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.lowValue = iprot.readI64() + self.lowValue = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I64: - self.highValue = iprot.readI64() + self.highValue = iprot.readI64(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I64: - self.numNulls = iprot.readI64() + self.numNulls = iprot.readI64(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I64: - self.numDVs = iprot.readI64() + self.numDVs = iprot.readI64(); else: iprot.skip(ftype) else: @@ -4090,22 +4090,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.maxColLen = iprot.readI64() + self.maxColLen = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.DOUBLE: - self.avgColLen = iprot.readDouble() + self.avgColLen = iprot.readDouble(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I64: - self.numNulls = iprot.readI64() + self.numNulls = iprot.readI64(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I64: - self.numDVs = iprot.readI64() + self.numDVs = iprot.readI64(); else: iprot.skip(ftype) else: @@ -4199,17 +4199,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.maxColLen = iprot.readI64() + self.maxColLen = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.DOUBLE: - self.avgColLen = iprot.readDouble() + self.avgColLen = iprot.readDouble(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I64: - self.numNulls = iprot.readI64() + self.numNulls = iprot.readI64(); else: iprot.skip(ftype) else: @@ -4294,12 +4294,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.unscaled = iprot.readString() + self.unscaled = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.I16: - self.scale = iprot.readI16() + self.scale = iprot.readI16(); else: iprot.skip(ftype) else: @@ -4394,12 +4394,12 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 3: if ftype == TType.I64: - self.numNulls = iprot.readI64() + self.numNulls = iprot.readI64(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I64: - self.numDVs = iprot.readI64() + self.numDVs = iprot.readI64(); else: iprot.skip(ftype) else: @@ -4483,7 +4483,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.daysSinceEpoch = iprot.readI64() + self.daysSinceEpoch = iprot.readI64(); else: iprot.skip(ftype) else: @@ -4571,12 +4571,12 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 3: if ftype == TType.I64: - self.numNulls = iprot.readI64() + self.numNulls = iprot.readI64(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I64: - self.numDVs = iprot.readI64() + self.numDVs = iprot.readI64(); else: iprot.skip(ftype) else: @@ -4816,12 +4816,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.colName = iprot.readString() + self.colName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.colType = iprot.readString() + self.colType = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -4920,27 +4920,27 @@ def read(self, iprot): break if fid == 1: if ftype == TType.BOOL: - self.isTblLevel = iprot.readBool() + self.isTblLevel = iprot.readBool(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.tableName = iprot.readString() + self.tableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.partName = iprot.readString() + self.partName = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I64: - self.lastAnalyzed = iprot.readI64() + self.lastAnalyzed = iprot.readI64(); else: iprot.skip(ftype) else: @@ -5137,7 +5137,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 2: if ftype == TType.I64: - self.partsFound = iprot.readI64() + self.partsFound = iprot.readI64(); else: iprot.skip(ftype) else: @@ -5307,8 +5307,8 @@ def read(self, iprot): self.properties = {} (_ktype267, _vtype268, _size266 ) = iprot.readMapBegin() for _i270 in xrange(_size266): - _key271 = iprot.readString() - _val272 = iprot.readString() + _key271 = iprot.readString(); + _val272 = iprot.readString(); self.properties[_key271] = _val272 iprot.readMapEnd() else: @@ -5390,8 +5390,8 @@ def read(self, iprot): self.properties = {} (_ktype277, _vtype278, _size276 ) = iprot.readMapBegin() for _i280 in xrange(_size276): - _key281 = iprot.readString() - _val282 = iprot.readString() + _key281 = iprot.readString(); + _val282 = iprot.readString(); self.properties[_key281] = _val282 iprot.readMapEnd() else: @@ -5476,7 +5476,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 2: if ftype == TType.BOOL: - self.hasUnknownPartitions = iprot.readBool() + self.hasUnknownPartitions = iprot.readBool(); else: iprot.skip(ftype) else: @@ -5565,27 +5565,27 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tblName = iprot.readString() + self.tblName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.expr = iprot.readString() + self.expr = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.defaultPartitionName = iprot.readString() + self.defaultPartitionName = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I16: - self.maxParts = iprot.readI16() + self.maxParts = iprot.readI16(); else: iprot.skip(ftype) else: @@ -5755,7 +5755,7 @@ def read(self, iprot): self.partStats = {} (_ktype300, _vtype301, _size299 ) = iprot.readMapBegin() for _i303 in xrange(_size299): - _key304 = iprot.readString() + _key304 = iprot.readString(); _val305 = [] (_etype309, _size306) = iprot.readListBegin() for _i310 in xrange(_size306): @@ -5844,12 +5844,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tblName = iprot.readString() + self.tblName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -5857,7 +5857,7 @@ def read(self, iprot): self.colNames = [] (_etype318, _size315) = iprot.readListBegin() for _i319 in xrange(_size315): - _elem320 = iprot.readString() + _elem320 = iprot.readString(); self.colNames.append(_elem320) iprot.readListEnd() else: @@ -5952,12 +5952,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tblName = iprot.readString() + self.tblName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -5965,7 +5965,7 @@ def read(self, iprot): self.colNames = [] (_etype325, _size322) = iprot.readListBegin() for _i326 in xrange(_size322): - _elem327 = iprot.readString() + _elem327 = iprot.readString(); self.colNames.append(_elem327) iprot.readListEnd() else: @@ -5975,7 +5975,7 @@ def read(self, iprot): self.partNames = [] (_etype331, _size328) = iprot.readListBegin() for _i332 in xrange(_size328): - _elem333 = iprot.readString() + _elem333 = iprot.readString(); self.partNames.append(_elem333) iprot.readListEnd() else: @@ -6157,12 +6157,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tblName = iprot.readString() + self.tblName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -6178,12 +6178,12 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.ifNotExists = iprot.readBool() + self.ifNotExists = iprot.readBool(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.BOOL: - self.needResult = iprot.readBool() + self.needResult = iprot.readBool(); else: iprot.skip(ftype) else: @@ -6356,12 +6356,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.expr = iprot.readString() + self.expr = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.partArchiveLevel = iprot.readI32() + self.partArchiveLevel = iprot.readI32(); else: iprot.skip(ftype) else: @@ -6439,7 +6439,7 @@ def read(self, iprot): self.names = [] (_etype360, _size357) = iprot.readListBegin() for _i361 in xrange(_size357): - _elem362 = iprot.readString() + _elem362 = iprot.readString(); self.names.append(_elem362) iprot.readListEnd() else: @@ -6549,12 +6549,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tblName = iprot.readString() + self.tblName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: @@ -6565,17 +6565,17 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 4: if ftype == TType.BOOL: - self.deleteData = iprot.readBool() + self.deleteData = iprot.readBool(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.BOOL: - self.ifExists = iprot.readBool() + self.ifExists = iprot.readBool(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.BOOL: - self.ignoreProtection = iprot.readBool() + self.ignoreProtection = iprot.readBool(); else: iprot.skip(ftype) elif fid == 7: @@ -6586,7 +6586,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 8: if ftype == TType.BOOL: - self.needResult = iprot.readBool() + self.needResult = iprot.readBool(); else: iprot.skip(ftype) else: @@ -6695,12 +6695,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I32: - self.resourceType = iprot.readI32() + self.resourceType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.uri = iprot.readString() + self.uri = iprot.readString(); else: iprot.skip(ftype) else: @@ -6791,37 +6791,37 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.functionName = iprot.readString() + self.functionName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.className = iprot.readString() + self.className = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.ownerName = iprot.readString() + self.ownerName = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I32: - self.ownerType = iprot.readI32() + self.ownerType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.I32: - self.createTime = iprot.readI32() + self.createTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 7: if ftype == TType.I32: - self.functionType = iprot.readI32() + self.functionType = iprot.readI32(); else: iprot.skip(ftype) elif fid == 8: @@ -6944,22 +6944,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.id = iprot.readI64() + self.id = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.state = iprot.readI32() + self.state = iprot.readI32(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.user = iprot.readString() + self.user = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.hostname = iprot.readString() + self.hostname = iprot.readString(); else: iprot.skip(ftype) else: @@ -7050,7 +7050,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.txn_high_water_mark = iprot.readI64() + self.txn_high_water_mark = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: @@ -7141,7 +7141,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.txn_high_water_mark = iprot.readI64() + self.txn_high_water_mark = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: @@ -7149,7 +7149,7 @@ def read(self, iprot): self.open_txns = set() (_etype388, _size385) = iprot.readSetBegin() for _i389 in xrange(_size385): - _elem390 = iprot.readI64() + _elem390 = iprot.readI64(); self.open_txns.add(_elem390) iprot.readSetEnd() else: @@ -7234,17 +7234,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I32: - self.num_txns = iprot.readI32() + self.num_txns = iprot.readI32(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.user = iprot.readString() + self.user = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.hostname = iprot.readString() + self.hostname = iprot.readString(); else: iprot.skip(ftype) else: @@ -7328,7 +7328,7 @@ def read(self, iprot): self.txn_ids = [] (_etype395, _size392) = iprot.readListBegin() for _i396 in xrange(_size392): - _elem397 = iprot.readI64() + _elem397 = iprot.readI64(); self.txn_ids.append(_elem397) iprot.readListEnd() else: @@ -7400,7 +7400,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.txnid = iprot.readI64() + self.txnid = iprot.readI64(); else: iprot.skip(ftype) else: @@ -7467,7 +7467,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.txnid = iprot.readI64() + self.txnid = iprot.readI64(); else: iprot.skip(ftype) else: @@ -7546,27 +7546,27 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I32: - self.type = iprot.readI32() + self.type = iprot.readI32(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.level = iprot.readI32() + self.level = iprot.readI32(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.tablename = iprot.readString() + self.tablename = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.partitionname = iprot.readString() + self.partitionname = iprot.readString(); else: iprot.skip(ftype) else: @@ -7677,17 +7677,17 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 2: if ftype == TType.I64: - self.txnid = iprot.readI64() + self.txnid = iprot.readI64(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.user = iprot.readString() + self.user = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.hostname = iprot.readString() + self.hostname = iprot.readString(); else: iprot.skip(ftype) else: @@ -7779,12 +7779,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.lockid = iprot.readI64() + self.lockid = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.state = iprot.readI32() + self.state = iprot.readI32(); else: iprot.skip(ftype) else: @@ -7858,7 +7858,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.lockid = iprot.readI64() + self.lockid = iprot.readI64(); else: iprot.skip(ftype) else: @@ -7925,7 +7925,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.lockid = iprot.readI64() + self.lockid = iprot.readI64(); else: iprot.skip(ftype) else: @@ -8068,57 +8068,57 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.lockid = iprot.readI64() + self.lockid = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.tablename = iprot.readString() + self.tablename = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.partname = iprot.readString() + self.partname = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.I32: - self.state = iprot.readI32() + self.state = iprot.readI32(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.I32: - self.type = iprot.readI32() + self.type = iprot.readI32(); else: iprot.skip(ftype) elif fid == 7: if ftype == TType.I64: - self.txnid = iprot.readI64() + self.txnid = iprot.readI64(); else: iprot.skip(ftype) elif fid == 8: if ftype == TType.I64: - self.lastheartbeat = iprot.readI64() + self.lastheartbeat = iprot.readI64(); else: iprot.skip(ftype) elif fid == 9: if ftype == TType.I64: - self.acquiredat = iprot.readI64() + self.acquiredat = iprot.readI64(); else: iprot.skip(ftype) elif fid == 10: if ftype == TType.STRING: - self.user = iprot.readString() + self.user = iprot.readString(); else: iprot.skip(ftype) elif fid == 11: if ftype == TType.STRING: - self.hostname = iprot.readString() + self.hostname = iprot.readString(); else: iprot.skip(ftype) else: @@ -8324,12 +8324,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.lockid = iprot.readI64() + self.lockid = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I64: - self.txnid = iprot.readI64() + self.txnid = iprot.readI64(); else: iprot.skip(ftype) else: @@ -8402,12 +8402,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.min = iprot.readI64() + self.min = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I64: - self.max = iprot.readI64() + self.max = iprot.readI64(); else: iprot.skip(ftype) else: @@ -8487,7 +8487,7 @@ def read(self, iprot): self.aborted = set() (_etype416, _size413) = iprot.readSetBegin() for _i417 in xrange(_size413): - _elem418 = iprot.readI64() + _elem418 = iprot.readI64(); self.aborted.add(_elem418) iprot.readSetEnd() else: @@ -8497,7 +8497,7 @@ def read(self, iprot): self.nosuch = set() (_etype422, _size419) = iprot.readSetBegin() for _i423 in xrange(_size419): - _elem424 = iprot.readI64() + _elem424 = iprot.readI64(); self.nosuch.add(_elem424) iprot.readSetEnd() else: @@ -8591,27 +8591,27 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tablename = iprot.readString() + self.tablename = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.partitionname = iprot.readString() + self.partitionname = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.type = iprot.readI32() + self.type = iprot.readI32(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.runas = iprot.readString() + self.runas = iprot.readString(); else: iprot.skip(ftype) else: @@ -8769,42 +8769,42 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tablename = iprot.readString() + self.tablename = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.partitionname = iprot.readString() + self.partitionname = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.type = iprot.readI32() + self.type = iprot.readI32(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.state = iprot.readString() + self.state = iprot.readString(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.STRING: - self.workerid = iprot.readString() + self.workerid = iprot.readString(); else: iprot.skip(ftype) elif fid == 7: if ftype == TType.I64: - self.start = iprot.readI64() + self.start = iprot.readI64(); else: iprot.skip(ftype) elif fid == 8: if ftype == TType.STRING: - self.runAs = iprot.readString() + self.runAs = iprot.readString(); else: iprot.skip(ftype) else: @@ -8997,17 +8997,17 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.txnid = iprot.readI64() + self.txnid = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.dbname = iprot.readString() + self.dbname = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.tablename = iprot.readString() + self.tablename = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: @@ -9015,7 +9015,7 @@ def read(self, iprot): self.partitionnames = [] (_etype437, _size434) = iprot.readListBegin() for _i438 in xrange(_size434): - _elem439 = iprot.readString() + _elem439 = iprot.readString(); self.partitionnames.append(_elem439) iprot.readListEnd() else: @@ -9111,12 +9111,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.lastEvent = iprot.readI64() + self.lastEvent = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.maxEvents = iprot.readI32() + self.maxEvents = iprot.readI32(); else: iprot.skip(ftype) else: @@ -9203,32 +9203,32 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.eventId = iprot.readI64() + self.eventId = iprot.readI64(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.I32: - self.eventTime = iprot.readI32() + self.eventTime = iprot.readI32(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.eventType = iprot.readString() + self.eventType = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: if ftype == TType.STRING: - self.tableName = iprot.readString() + self.tableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 6: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -9402,7 +9402,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.I64: - self.eventId = iprot.readI64() + self.eventId = iprot.readI64(); else: iprot.skip(ftype) else: @@ -9472,7 +9472,7 @@ def read(self, iprot): self.filesAdded = [] (_etype451, _size448) = iprot.readListBegin() for _i452 in xrange(_size448): - _elem453 = iprot.readString() + _elem453 = iprot.readString(); self.filesAdded.append(_elem453) iprot.readListEnd() else: @@ -9622,7 +9622,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.BOOL: - self.successful = iprot.readBool() + self.successful = iprot.readBool(); else: iprot.skip(ftype) elif fid == 2: @@ -9633,12 +9633,12 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.tableName = iprot.readString() + self.tableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 5: @@ -9646,7 +9646,7 @@ def read(self, iprot): self.partitionVals = [] (_etype458, _size455) = iprot.readListBegin() for _i459 in xrange(_size455): - _elem460 = iprot.readString() + _elem460 = iprot.readString(); self.partitionVals.append(_elem460) iprot.readListEnd() else: @@ -9789,12 +9789,12 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.metadata = iprot.readString() + self.metadata = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.includeBitset = iprot.readString() + self.includeBitset = iprot.readString(); else: iprot.skip(ftype) else: @@ -9870,7 +9870,7 @@ def read(self, iprot): self.metadata = {} (_ktype463, _vtype464, _size462 ) = iprot.readMapBegin() for _i466 in xrange(_size462): - _key467 = iprot.readI64() + _key467 = iprot.readI64(); _val468 = MetadataPpdResult() _val468.read(iprot) self.metadata[_key467] = _val468 @@ -9879,7 +9879,7 @@ def read(self, iprot): iprot.skip(ftype) elif fid == 2: if ftype == TType.BOOL: - self.isSupported = iprot.readBool() + self.isSupported = iprot.readBool(); else: iprot.skip(ftype) else: @@ -9969,24 +9969,24 @@ def read(self, iprot): self.fileIds = [] (_etype474, _size471) = iprot.readListBegin() for _i475 in xrange(_size471): - _elem476 = iprot.readI64() + _elem476 = iprot.readI64(); self.fileIds.append(_elem476) iprot.readListEnd() else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.expr = iprot.readString() + self.expr = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.BOOL: - self.doGetFooters = iprot.readBool() + self.doGetFooters = iprot.readBool(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.I32: - self.type = iprot.readI32() + self.type = iprot.readI32(); else: iprot.skip(ftype) else: @@ -10079,15 +10079,15 @@ def read(self, iprot): self.metadata = {} (_ktype479, _vtype480, _size478 ) = iprot.readMapBegin() for _i482 in xrange(_size478): - _key483 = iprot.readI64() - _val484 = iprot.readString() + _key483 = iprot.readI64(); + _val484 = iprot.readString(); self.metadata[_key483] = _val484 iprot.readMapEnd() else: iprot.skip(ftype) elif fid == 2: if ftype == TType.BOOL: - self.isSupported = iprot.readBool() + self.isSupported = iprot.readBool(); else: iprot.skip(ftype) else: @@ -10168,7 +10168,7 @@ def read(self, iprot): self.fileIds = [] (_etype490, _size487) = iprot.readListBegin() for _i491 in xrange(_size487): - _elem492 = iprot.readI64() + _elem492 = iprot.readI64(); self.fileIds.append(_elem492) iprot.readListEnd() else: @@ -10295,7 +10295,7 @@ def read(self, iprot): self.fileIds = [] (_etype497, _size494) = iprot.readListBegin() for _i498 in xrange(_size494): - _elem499 = iprot.readI64() + _elem499 = iprot.readI64(); self.fileIds.append(_elem499) iprot.readListEnd() else: @@ -10305,7 +10305,7 @@ def read(self, iprot): self.metadata = [] (_etype503, _size500) = iprot.readListBegin() for _i504 in xrange(_size500): - _elem505 = iprot.readString() + _elem505 = iprot.readString(); self.metadata.append(_elem505) iprot.readListEnd() else: @@ -10446,7 +10446,7 @@ def read(self, iprot): self.fileIds = [] (_etype511, _size508) = iprot.readListBegin() for _i512 in xrange(_size508): - _elem513 = iprot.readI64() + _elem513 = iprot.readI64(); self.fileIds.append(_elem513) iprot.readListEnd() else: @@ -10776,22 +10776,22 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.dbName = iprot.readString() + self.dbName = iprot.readString(); else: iprot.skip(ftype) elif fid == 2: if ftype == TType.STRING: - self.tableName = iprot.readString() + self.tableName = iprot.readString(); else: iprot.skip(ftype) elif fid == 3: if ftype == TType.STRING: - self.tableType = iprot.readString() + self.tableType = iprot.readString(); else: iprot.skip(ftype) elif fid == 4: if ftype == TType.STRING: - self.comments = iprot.readString() + self.comments = iprot.readString(); else: iprot.skip(ftype) else: @@ -10877,7 +10877,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -10945,7 +10945,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11013,7 +11013,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11081,7 +11081,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11149,7 +11149,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11217,7 +11217,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11285,7 +11285,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11353,7 +11353,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11421,7 +11421,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11489,7 +11489,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11557,7 +11557,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11625,7 +11625,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11693,7 +11693,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11761,7 +11761,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11829,7 +11829,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: @@ -11897,7 +11897,7 @@ def read(self, iprot): break if fid == 1: if ftype == TType.STRING: - self.message = iprot.readString() + self.message = iprot.readString(); else: iprot.skip(ftype) else: diff --git metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb index eeccc84..7ef6f43 100644 --- metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb +++ metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb @@ -1,5 +1,5 @@ # -# Autogenerated by Thrift Compiler (0.9.3) +# Autogenerated by Thrift Compiler (0.9.2) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # diff --git metastore/src/gen/thrift/gen-rb/hive_metastore_types.rb metastore/src/gen/thrift/gen-rb/hive_metastore_types.rb index a7b1e86..f545de6 100644 --- metastore/src/gen/thrift/gen-rb/hive_metastore_types.rb +++ metastore/src/gen/thrift/gen-rb/hive_metastore_types.rb @@ -1,5 +1,5 @@ # -# Autogenerated by Thrift Compiler (0.9.3) +# Autogenerated by Thrift Compiler (0.9.2) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # diff --git metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb index a90a180..be83a98 100644 --- metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb +++ metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb @@ -1,5 +1,5 @@ # -# Autogenerated by Thrift Compiler (0.9.3) +# Autogenerated by Thrift Compiler (0.9.2) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @@ -1004,6 +1004,23 @@ module ThriftHiveMetastore raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'get_partitions_by_expr failed: unknown result') end + def get_num_partitions_by_filter(db_name, tbl_name, filter) + send_get_num_partitions_by_filter(db_name, tbl_name, filter) + return recv_get_num_partitions_by_filter() + end + + def send_get_num_partitions_by_filter(db_name, tbl_name, filter) + send_message('get_num_partitions_by_filter', Get_num_partitions_by_filter_args, :db_name => db_name, :tbl_name => tbl_name, :filter => filter) + end + + def recv_get_num_partitions_by_filter() + result = receive_message(Get_num_partitions_by_filter_result) + return result.success unless result.success.nil? + raise result.o1 unless result.o1.nil? + raise result.o2 unless result.o2.nil? + raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'get_num_partitions_by_filter failed: unknown result') + end + def get_partitions_by_names(db_name, tbl_name, names) send_get_partitions_by_names(db_name, tbl_name, names) return recv_get_partitions_by_names() @@ -3007,6 +3024,19 @@ module ThriftHiveMetastore write_result(result, oprot, 'get_partitions_by_expr', seqid) end + def process_get_num_partitions_by_filter(seqid, iprot, oprot) + args = read_args(iprot, Get_num_partitions_by_filter_args) + result = Get_num_partitions_by_filter_result.new() + begin + result.success = @handler.get_num_partitions_by_filter(args.db_name, args.tbl_name, args.filter) + rescue ::MetaException => o1 + result.o1 = o1 + rescue ::NoSuchObjectException => o2 + result.o2 = o2 + end + write_result(result, oprot, 'get_num_partitions_by_filter', seqid) + end + def process_get_partitions_by_names(seqid, iprot, oprot) args = read_args(iprot, Get_partitions_by_names_args) result = Get_partitions_by_names_result.new() @@ -6176,6 +6206,46 @@ module ThriftHiveMetastore ::Thrift::Struct.generate_accessors self end + class Get_num_partitions_by_filter_args + include ::Thrift::Struct, ::Thrift::Struct_Union + DB_NAME = 1 + TBL_NAME = 2 + FILTER = 3 + + FIELDS = { + DB_NAME => {:type => ::Thrift::Types::STRING, :name => 'db_name'}, + TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'}, + FILTER => {:type => ::Thrift::Types::STRING, :name => 'filter'} + } + + def struct_fields; FIELDS; end + + def validate + end + + ::Thrift::Struct.generate_accessors self + end + + class Get_num_partitions_by_filter_result + include ::Thrift::Struct, ::Thrift::Struct_Union + SUCCESS = 0 + O1 = 1 + O2 = 2 + + FIELDS = { + SUCCESS => {:type => ::Thrift::Types::I32, :name => 'success'}, + O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException}, + O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException} + } + + def struct_fields; FIELDS; end + + def validate + end + + ::Thrift::Struct.generate_accessors self + end + class Get_partitions_by_names_args include ::Thrift::Struct, ::Thrift::Struct_Union DB_NAME = 1 diff --git metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java index 81d7128..ace644b 100644 --- metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java +++ metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java @@ -4559,6 +4559,25 @@ private void rethrowException(Exception e) } @Override + public int get_num_partitions_by_filter(final String dbName, + final String tblName, final String filter) + throws MetaException, NoSuchObjectException, TException { + startTableFunction("get_num_partitions_by_filter", dbName, tblName); + + int ret = -1; + Exception ex = null; + try { + ret = getMS().getNumPartitionsByFilter(dbName, tblName, filter); + } catch (Exception e) { + ex = e; + rethrowException(e); + } finally { + endFunction("get_num_partitions_by_filter", ret != -1, ex, tblName); + } + return ret; + } + + @Override public List get_partitions_by_names(final String dbName, final String tblName, final List partNames) throws MetaException, NoSuchObjectException, TException { diff --git metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java index a17c6d8..09a6aea 100644 --- metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java +++ metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java @@ -1204,7 +1204,6 @@ public boolean listPartitionsByExpr(String db_name, String tbl_name, byte[] expr return !r.isSetHasUnknownPartitions() || r.isHasUnknownPartitions(); // Assume the worst. } - /** * @param name * @return the database @@ -1395,6 +1394,24 @@ public boolean tableExists(String tableName) throws MetaException, client.get_partition_names_ps(db_name, tbl_name, part_vals, max_parts)); } + /** + * Get number of partitions matching specified filter + * @param db_name the database name + * @param tbl_name the table name + * @param filter the filter string, + * for example "part1 = \"p1_abc\" and part2 <= "\p2_test\"". Filtering can + * be done only on string partition keys. + * @return number of partitions + * @throws MetaException + * @throws NoSuchObjectException + * @throws TException + */ + public int getNumPartitionsByFilter(String db_name, String tbl_name, + String filter) throws MetaException, + NoSuchObjectException, TException { + return client.get_num_partitions_by_filter(db_name, tbl_name, filter); + } + @Override public void alter_partition(String dbName, String tblName, Partition newPart) throws InvalidOperationException, MetaException, TException { diff --git metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java index 25e0d38..4284d54 100644 --- metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java +++ metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java @@ -530,6 +530,22 @@ public PartitionSpecProxy listPartitionSpecs(String dbName, String tableName, in throws MetaException, TException, NoSuchObjectException; /** + * Get number of partitions matching specified filter + * @param dbName the database name + * @param tableName the table name + * @param filter the filter string, + * for example "part1 = \"p1_abc\" and part2 <= "\p2_test\"". Filtering can + * be done only on string partition keys. + * @return number of partitions + * @throws MetaException + * @throws NoSuchObjectException + * @throws TException + */ + public int getNumPartitionsByFilter(String dbName, String tableName, + String filter) throws MetaException, NoSuchObjectException, TException; + + + /** * Get list of partitions matching specified filter * @param db_name the database name * @param tbl_name the table name diff --git metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java index 36b316a..be54b9c 100644 --- metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java +++ metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java @@ -385,6 +385,20 @@ public Database getDatabase(String dbName) throws MetaException{ isViewTable, sqlFilter, params, joins, max); } + public int getNumPartitionsViaSqlFilter(Table table, ExpressionTree tree) throws MetaException { + List params = new ArrayList(); + Listjoins = new ArrayList(); + // Derby and Oracle do not interpret filters ANSI-properly in some cases and need a workaround. + boolean dbHasJoinCastBug = (dbType == DB.DERBY || dbType == DB.ORACLE); + String sqlFilter = PartitionFilterGenerator.generateSqlFilter( + table, tree, params, joins, dbHasJoinCastBug, defaultPartName); + if (sqlFilter == null) { + return 0; // Cannot make SQL filter to push down. + } + return getNumPartitionsViaSqlFilterInternal(table.getDbName(), table.getTableName(), sqlFilter, params, joins); + } + + /** * Gets all partitions of a table by using direct SQL queries. * @param dbName Metastore db name. @@ -807,6 +821,39 @@ public void apply(SerDeInfo t, Object[] fields) { return orderedResult; } + private int getNumPartitionsViaSqlFilterInternal(String dbName, String tblName, + String sqlFilter, List paramsForFilter, + List joinsForFilter) throws MetaException { + boolean doTrace = LOG.isDebugEnabled(); + dbName = dbName.toLowerCase(); + tblName = tblName.toLowerCase(); + + // Get number of partitions by doing count on PART_ID. + String queryText = "select count(\"PARTITIONS\".\"PART_ID\") from \"PARTITIONS\"" + + " inner join \"TBLS\" on \"PARTITIONS\".\"TBL_ID\" = \"TBLS\".\"TBL_ID\" " + + " and \"TBLS\".\"TBL_NAME\" = ? " + + " inner join \"DBS\" on \"TBLS\".\"DB_ID\" = \"DBS\".\"DB_ID\" " + + " and \"DBS\".\"NAME\" = ? " + + join(joinsForFilter, ' ') + + (sqlFilter == null ? "" : (" where " + sqlFilter)); + + Object[] params = new Object[paramsForFilter.size() + 2]; + params[0] = tblName; + params[1] = dbName; + for (int i = 0; i < paramsForFilter.size(); ++i) { + params[i + 2] = paramsForFilter.get(i); + } + + long start = doTrace ? System.nanoTime() : 0; + Query query = pm.newQuery("javax.jdo.query.SQL", queryText); + @SuppressWarnings("unchecked") + int sqlResult = extractSqlInt(query.executeWithArray(params)); + long queryTime = doTrace ? System.nanoTime() : 0; + timingTrace(doTrace, queryText, start, queryTime); + return sqlResult; + } + + private void timingTrace(boolean doTrace, String queryText, long start, long queryTime) { if (!doTrace) return; LOG.debug("Direct SQL query in " + (queryTime - start) / 1000000.0 + "ms + " + diff --git metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java index 05d5b57..e1b8b6c 100644 --- metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java +++ metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java @@ -2279,6 +2279,7 @@ protected boolean getPartitionsByExprInternal(String dbName, String tblName, fin } return result; } + @Override protected List getJdoResult( GetHelper> ctx) throws MetaException, NoSuchObjectException { @@ -2365,6 +2366,12 @@ private boolean getPartitionNamesPrunedByExprNoTxn(Table table, byte[] expr, return results; } + + private Integer getNumPartitionsViaOrmFilter(Table table, ExpressionTree tree, boolean isValidatedFilter) + throws MetaException { + return getPartitionsViaOrmFilter(table, tree, (short) -1, isValidatedFilter).size(); + } + /** * Gets partition names from the table via ORM (JDOQL) name filter. * @param dbName Database name. @@ -2646,6 +2653,36 @@ protected String describeResult() { } } + @Override + public int getNumPartitionsByFilter(String dbName, String tblName, + String filter) throws MetaException, NoSuchObjectException { + return getNumPartitionsByFilterInternal(dbName, tblName, filter, + true, true); + } + + protected int getNumPartitionsByFilterInternal(String dbName, String tblName, + String filter, boolean allowSql, boolean allowJdo) + throws MetaException, NoSuchObjectException { + final ExpressionTree tree = (filter != null && !filter.isEmpty()) + ? PartFilterExprUtil.getFilterParser(filter).tree : ExpressionTree.EMPTY_TREE; + return new GetHelper(dbName, tblName, allowSql, allowJdo) { + @Override + protected String describeResult() { + return null; + } + + @Override + protected Integer getSqlResult(GetHelper ctx) throws MetaException { + return directSql.getNumPartitionsViaSqlFilter(ctx.getTable(), tree); + } + @Override + protected Integer getJdoResult( + GetHelper ctx) throws MetaException, NoSuchObjectException { + return getNumPartitionsViaOrmFilter(ctx.getTable(), tree, true); + } + }.run(true); + } + protected List getPartitionsByFilterInternal(String dbName, String tblName, String filter, final short maxParts, boolean allowSql, boolean allowJdo) throws MetaException, NoSuchObjectException { diff --git metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java index d228f24..cbd5957 100644 --- metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java +++ metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java @@ -223,6 +223,9 @@ public abstract boolean getPartitionsByExpr(String dbName, String tblName, byte[] expr, String defaultPartitionName, short maxParts, List result) throws TException; + public abstract int getNumPartitionsByFilter(String dbName, String tblName, String filter) + throws MetaException, NoSuchObjectException; + public abstract List getPartitionsByNames( String dbName, String tblName, List partNames) throws MetaException, NoSuchObjectException; diff --git metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseStore.java metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseStore.java index fcf983f..0ffdbe0 100644 --- metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseStore.java +++ metastore/src/java/org/apache/hadoop/hive/metastore/hbase/HBaseStore.java @@ -758,6 +758,21 @@ public boolean getPartitionsByExpr(String dbName, String tblName, byte[] expr, } } + @Override + public int getNumPartitionsByFilter(String dbName, String tblName, String filter) + throws MetaException, NoSuchObjectException { + final ExpressionTree exprTree = (filter != null && !filter.isEmpty()) ? PartFilterExprUtil + .getFilterParser(filter).tree : ExpressionTree.EMPTY_TREE; + List result = new ArrayList(); + boolean commit = false; + openTransaction(); + try { + return getPartitionsByFilter(dbName, tblName, filter, Short.MAX_VALUE).size(); + } finally { + commitOrRoleBack(commit); + } + } + /** * Gets the partition names from a table, pruned using an expression. * @param table Table. diff --git metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreControlledCommit.java metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreControlledCommit.java index 477a3be..660dd4e 100644 --- metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreControlledCommit.java +++ metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreControlledCommit.java @@ -310,6 +310,12 @@ public void alterIndex(String dbName, String baseTblName, String name, Index new } @Override + public int getNumPartitionsByFilter(String dbName, String tblName, + String filter) throws MetaException, NoSuchObjectException { + return objectStore.getNumPartitionsByFilter(dbName, tblName, filter); + } + + @Override public List getPartitionsByNames(String dbName, String tblName, List partNames) throws MetaException, NoSuchObjectException { return objectStore.getPartitionsByNames(dbName, tblName, partNames); diff --git metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreForJdoConnection.java metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreForJdoConnection.java index ecabd5d..9103102 100644 --- metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreForJdoConnection.java +++ metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreForJdoConnection.java @@ -341,6 +341,12 @@ public boolean getPartitionsByExpr(String dbName, String tblName, byte[] expr, } @Override + public int getNumPartitionsByFilter(String dbName, String tblName, String filter) + throws MetaException, NoSuchObjectException { + return -1; + } + + @Override public Table markPartitionForEvent(String dbName, String tblName, Map partVals, PartitionEventType evtType) throws MetaException, UnknownTableException, InvalidPartitionException, UnknownPartitionException { diff --git metastore/src/test/org/apache/hadoop/hive/metastore/TestObjectStore.java metastore/src/test/org/apache/hadoop/hive/metastore/TestObjectStore.java index 1157033..2e1f5f4 100644 --- metastore/src/test/org/apache/hadoop/hive/metastore/TestObjectStore.java +++ metastore/src/test/org/apache/hadoop/hive/metastore/TestObjectStore.java @@ -37,6 +37,7 @@ import org.apache.hadoop.hive.metastore.api.StorageDescriptor; import org.apache.hadoop.hive.metastore.api.Table; import org.apache.hadoop.hive.ql.io.sarg.SearchArgument; +import org.apache.hadoop.hive.serde.serdeConstants; import org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo; import org.junit.After; import org.junit.Assert; @@ -163,8 +164,8 @@ public void testPartitionOps() throws MetaException, InvalidObjectException, NoS StorageDescriptor sd = new StorageDescriptor(null, "location", null, null, false, 0, new SerDeInfo("SerDeName", "serializationLib", null), null, null, null); HashMap tableParams = new HashMap(); tableParams.put("EXTERNAL", "false"); - FieldSchema partitionKey1 = new FieldSchema("Country", "String", ""); - FieldSchema partitionKey2 = new FieldSchema("State", "String", ""); + FieldSchema partitionKey1 = new FieldSchema("Country", serdeConstants.STRING_TYPE_NAME, ""); + FieldSchema partitionKey2 = new FieldSchema("State", serdeConstants.STRING_TYPE_NAME, ""); Table tbl1 = new Table(TABLE1, DB1, "owner", 1, 2, 3, sd, Arrays.asList(partitionKey1, partitionKey2), tableParams, "viewOriginalText", "viewExpandedText", "MANAGED_TABLE"); objectStore.createTable(tbl1); HashMap partitionParams = new HashMap(); @@ -182,6 +183,12 @@ public void testPartitionOps() throws MetaException, InvalidObjectException, NoS Assert.assertEquals(111, partitions.get(0).getCreateTime()); Assert.assertEquals(222, partitions.get(1).getCreateTime()); + int numPartitions = objectStore.getNumPartitionsByFilter(DB1, TABLE1, ""); + Assert.assertEquals(partitions.size(), numPartitions); + + numPartitions = objectStore.getNumPartitionsByFilter(DB1, TABLE1, "country = \"US\""); + Assert.assertEquals(2, numPartitions); + objectStore.dropPartition(DB1, TABLE1, value1); partitions = objectStore.getPartitions(DB1, TABLE1, 10); Assert.assertEquals(1, partitions.size()); diff --git ql/src/gen/thrift/gen-cpp/queryplan_constants.cpp ql/src/gen/thrift/gen-cpp/queryplan_constants.cpp index 9186bad..280edbe 100644 --- ql/src/gen/thrift/gen-cpp/queryplan_constants.cpp +++ ql/src/gen/thrift/gen-cpp/queryplan_constants.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git ql/src/gen/thrift/gen-cpp/queryplan_constants.h ql/src/gen/thrift/gen-cpp/queryplan_constants.h index 6cc8af0..6bee48d 100644 --- ql/src/gen/thrift/gen-cpp/queryplan_constants.h +++ ql/src/gen/thrift/gen-cpp/queryplan_constants.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git ql/src/gen/thrift/gen-cpp/queryplan_types.cpp ql/src/gen/thrift/gen-cpp/queryplan_types.cpp index e92d776..a1fb60b 100644 --- ql/src/gen/thrift/gen-cpp/queryplan_types.cpp +++ ql/src/gen/thrift/gen-cpp/queryplan_types.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -150,9 +150,11 @@ void Adjacency::__set_adjacencyType(const AdjacencyType::type val) { this->adjacencyType = val; } +const char* Adjacency::ascii_fingerprint = "BC4F8C394677A1003AA9F56ED26D8204"; +const uint8_t Adjacency::binary_fingerprint[16] = {0xBC,0x4F,0x8C,0x39,0x46,0x77,0xA1,0x00,0x3A,0xA9,0xF5,0x6E,0xD2,0x6D,0x82,0x04}; + uint32_t Adjacency::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -223,7 +225,7 @@ uint32_t Adjacency::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Adjacency::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Adjacency"); xfer += oprot->writeFieldBegin("node", ::apache::thrift::protocol::T_STRING, 1); @@ -248,6 +250,7 @@ uint32_t Adjacency::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -272,13 +275,14 @@ Adjacency& Adjacency::operator=(const Adjacency& other8) { __isset = other8.__isset; return *this; } -void Adjacency::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Adjacency& obj) { + using apache::thrift::to_string; out << "Adjacency("; - out << "node=" << to_string(node); - out << ", " << "children=" << to_string(children); - out << ", " << "adjacencyType=" << to_string(adjacencyType); + out << "node=" << to_string(obj.node); + out << ", " << "children=" << to_string(obj.children); + out << ", " << "adjacencyType=" << to_string(obj.adjacencyType); out << ")"; + return out; } @@ -298,9 +302,11 @@ void Graph::__set_adjacencyList(const std::vector & val) { this->adjacencyList = val; } +const char* Graph::ascii_fingerprint = "1F7FB604B3EF8F7AFB5DEAD15F2FC0B5"; +const uint8_t Graph::binary_fingerprint[16] = {0x1F,0x7F,0xB6,0x04,0xB3,0xEF,0x8F,0x7A,0xFB,0x5D,0xEA,0xD1,0x5F,0x2F,0xC0,0xB5}; + uint32_t Graph::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -383,7 +389,7 @@ uint32_t Graph::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Graph::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Graph"); xfer += oprot->writeFieldBegin("nodeType", ::apache::thrift::protocol::T_I32, 1); @@ -416,6 +422,7 @@ uint32_t Graph::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -440,13 +447,14 @@ Graph& Graph::operator=(const Graph& other23) { __isset = other23.__isset; return *this; } -void Graph::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Graph& obj) { + using apache::thrift::to_string; out << "Graph("; - out << "nodeType=" << to_string(nodeType); - out << ", " << "roots=" << to_string(roots); - out << ", " << "adjacencyList=" << to_string(adjacencyList); + out << "nodeType=" << to_string(obj.nodeType); + out << ", " << "roots=" << to_string(obj.roots); + out << ", " << "adjacencyList=" << to_string(obj.adjacencyList); out << ")"; + return out; } @@ -478,9 +486,11 @@ void Operator::__set_started(const bool val) { this->started = val; } +const char* Operator::ascii_fingerprint = "30917C758A752485AF223B697479DE6C"; +const uint8_t Operator::binary_fingerprint[16] = {0x30,0x91,0x7C,0x75,0x8A,0x75,0x24,0x85,0xAF,0x22,0x3B,0x69,0x74,0x79,0xDE,0x6C}; + uint32_t Operator::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -593,7 +603,7 @@ uint32_t Operator::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Operator::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Operator"); xfer += oprot->writeFieldBegin("operatorId", ::apache::thrift::protocol::T_STRING, 1); @@ -640,6 +650,7 @@ uint32_t Operator::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -673,16 +684,17 @@ Operator& Operator::operator=(const Operator& other42) { __isset = other42.__isset; return *this; } -void Operator::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Operator& obj) { + using apache::thrift::to_string; out << "Operator("; - out << "operatorId=" << to_string(operatorId); - out << ", " << "operatorType=" << to_string(operatorType); - out << ", " << "operatorAttributes=" << to_string(operatorAttributes); - out << ", " << "operatorCounters=" << to_string(operatorCounters); - out << ", " << "done=" << to_string(done); - out << ", " << "started=" << to_string(started); + out << "operatorId=" << to_string(obj.operatorId); + out << ", " << "operatorType=" << to_string(obj.operatorType); + out << ", " << "operatorAttributes=" << to_string(obj.operatorAttributes); + out << ", " << "operatorCounters=" << to_string(obj.operatorCounters); + out << ", " << "done=" << to_string(obj.done); + out << ", " << "started=" << to_string(obj.started); out << ")"; + return out; } @@ -724,9 +736,11 @@ void Task::__set_started(const bool val) { this->started = val; } +const char* Task::ascii_fingerprint = "AC741A136EFA51843AFC3A12F6A793D1"; +const uint8_t Task::binary_fingerprint[16] = {0xAC,0x74,0x1A,0x13,0x6E,0xFA,0x51,0x84,0x3A,0xFC,0x3A,0x12,0xF6,0xA7,0x93,0xD1}; + uint32_t Task::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -867,7 +881,7 @@ uint32_t Task::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Task::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Task"); xfer += oprot->writeFieldBegin("taskId", ::apache::thrift::protocol::T_STRING, 1); @@ -932,6 +946,7 @@ uint32_t Task::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -971,18 +986,19 @@ Task& Task::operator=(const Task& other67) { __isset = other67.__isset; return *this; } -void Task::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Task& obj) { + using apache::thrift::to_string; out << "Task("; - out << "taskId=" << to_string(taskId); - out << ", " << "taskType=" << to_string(taskType); - out << ", " << "taskAttributes=" << to_string(taskAttributes); - out << ", " << "taskCounters=" << to_string(taskCounters); - out << ", " << "operatorGraph="; (__isset.operatorGraph ? (out << to_string(operatorGraph)) : (out << "")); - out << ", " << "operatorList="; (__isset.operatorList ? (out << to_string(operatorList)) : (out << "")); - out << ", " << "done=" << to_string(done); - out << ", " << "started=" << to_string(started); + out << "taskId=" << to_string(obj.taskId); + out << ", " << "taskType=" << to_string(obj.taskType); + out << ", " << "taskAttributes=" << to_string(obj.taskAttributes); + out << ", " << "taskCounters=" << to_string(obj.taskCounters); + out << ", " << "operatorGraph="; (obj.__isset.operatorGraph ? (out << to_string(obj.operatorGraph)) : (out << "")); + out << ", " << "operatorList="; (obj.__isset.operatorList ? (out << to_string(obj.operatorList)) : (out << "")); + out << ", " << "done=" << to_string(obj.done); + out << ", " << "started=" << to_string(obj.started); out << ")"; + return out; } @@ -1018,9 +1034,11 @@ void Stage::__set_started(const bool val) { this->started = val; } +const char* Stage::ascii_fingerprint = "86EA3C7B0690AFED21A3D479E2B32378"; +const uint8_t Stage::binary_fingerprint[16] = {0x86,0xEA,0x3C,0x7B,0x06,0x90,0xAF,0xED,0x21,0xA3,0xD4,0x79,0xE2,0xB3,0x23,0x78}; + uint32_t Stage::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1153,7 +1171,7 @@ uint32_t Stage::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Stage::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Stage"); xfer += oprot->writeFieldBegin("stageId", ::apache::thrift::protocol::T_STRING, 1); @@ -1212,6 +1230,7 @@ uint32_t Stage::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1248,17 +1267,18 @@ Stage& Stage::operator=(const Stage& other92) { __isset = other92.__isset; return *this; } -void Stage::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Stage& obj) { + using apache::thrift::to_string; out << "Stage("; - out << "stageId=" << to_string(stageId); - out << ", " << "stageType=" << to_string(stageType); - out << ", " << "stageAttributes=" << to_string(stageAttributes); - out << ", " << "stageCounters=" << to_string(stageCounters); - out << ", " << "taskList=" << to_string(taskList); - out << ", " << "done=" << to_string(done); - out << ", " << "started=" << to_string(started); + out << "stageId=" << to_string(obj.stageId); + out << ", " << "stageType=" << to_string(obj.stageType); + out << ", " << "stageAttributes=" << to_string(obj.stageAttributes); + out << ", " << "stageCounters=" << to_string(obj.stageCounters); + out << ", " << "taskList=" << to_string(obj.taskList); + out << ", " << "done=" << to_string(obj.done); + out << ", " << "started=" << to_string(obj.started); out << ")"; + return out; } @@ -1298,9 +1318,11 @@ void Query::__set_started(const bool val) { this->started = val; } +const char* Query::ascii_fingerprint = "68300D63A5D40F2D17B9A9440FF626C1"; +const uint8_t Query::binary_fingerprint[16] = {0x68,0x30,0x0D,0x63,0xA5,0xD4,0x0F,0x2D,0x17,0xB9,0xA9,0x44,0x0F,0xF6,0x26,0xC1}; + uint32_t Query::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1439,7 +1461,7 @@ uint32_t Query::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Query::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Query"); xfer += oprot->writeFieldBegin("queryId", ::apache::thrift::protocol::T_STRING, 1); @@ -1502,6 +1524,7 @@ uint32_t Query::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1541,18 +1564,19 @@ Query& Query::operator=(const Query& other116) { __isset = other116.__isset; return *this; } -void Query::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Query& obj) { + using apache::thrift::to_string; out << "Query("; - out << "queryId=" << to_string(queryId); - out << ", " << "queryType=" << to_string(queryType); - out << ", " << "queryAttributes=" << to_string(queryAttributes); - out << ", " << "queryCounters=" << to_string(queryCounters); - out << ", " << "stageGraph=" << to_string(stageGraph); - out << ", " << "stageList=" << to_string(stageList); - out << ", " << "done=" << to_string(done); - out << ", " << "started=" << to_string(started); + out << "queryId=" << to_string(obj.queryId); + out << ", " << "queryType=" << to_string(obj.queryType); + out << ", " << "queryAttributes=" << to_string(obj.queryAttributes); + out << ", " << "queryCounters=" << to_string(obj.queryCounters); + out << ", " << "stageGraph=" << to_string(obj.stageGraph); + out << ", " << "stageList=" << to_string(obj.stageList); + out << ", " << "done=" << to_string(obj.done); + out << ", " << "started=" << to_string(obj.started); out << ")"; + return out; } @@ -1572,9 +1596,11 @@ void QueryPlan::__set_started(const bool val) { this->started = val; } +const char* QueryPlan::ascii_fingerprint = "3418D1B0C20C288C8406186700B772E3"; +const uint8_t QueryPlan::binary_fingerprint[16] = {0x34,0x18,0xD1,0xB0,0xC2,0x0C,0x28,0x8C,0x84,0x06,0x18,0x67,0x00,0xB7,0x72,0xE3}; + uint32_t QueryPlan::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1643,7 +1669,7 @@ uint32_t QueryPlan::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t QueryPlan::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("QueryPlan"); xfer += oprot->writeFieldBegin("queries", ::apache::thrift::protocol::T_LIST, 1); @@ -1668,6 +1694,7 @@ uint32_t QueryPlan::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1692,13 +1719,14 @@ QueryPlan& QueryPlan::operator=(const QueryPlan& other124) { __isset = other124.__isset; return *this; } -void QueryPlan::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const QueryPlan& obj) { + using apache::thrift::to_string; out << "QueryPlan("; - out << "queries=" << to_string(queries); - out << ", " << "done=" << to_string(done); - out << ", " << "started=" << to_string(started); + out << "queries=" << to_string(obj.queries); + out << ", " << "done=" << to_string(obj.done); + out << ", " << "started=" << to_string(obj.started); out << ")"; + return out; } }}} // namespace diff --git ql/src/gen/thrift/gen-cpp/queryplan_types.h ql/src/gen/thrift/gen-cpp/queryplan_types.h index ce37b2e..932804d 100644 --- ql/src/gen/thrift/gen-cpp/queryplan_types.h +++ ql/src/gen/thrift/gen-cpp/queryplan_types.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -123,6 +123,9 @@ typedef struct _Adjacency__isset { class Adjacency { public: + static const char* ascii_fingerprint; // = "BC4F8C394677A1003AA9F56ED26D8204"; + static const uint8_t binary_fingerprint[16]; // = {0xBC,0x4F,0x8C,0x39,0x46,0x77,0xA1,0x00,0x3A,0xA9,0xF5,0x6E,0xD2,0x6D,0x82,0x04}; + Adjacency(const Adjacency&); Adjacency& operator=(const Adjacency&); Adjacency() : node(), adjacencyType((AdjacencyType::type)0) { @@ -160,17 +163,11 @@ class Adjacency { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Adjacency& obj); }; void swap(Adjacency &a, Adjacency &b); -inline std::ostream& operator<<(std::ostream& out, const Adjacency& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Graph__isset { _Graph__isset() : nodeType(false), roots(false), adjacencyList(false) {} bool nodeType :1; @@ -181,6 +178,9 @@ typedef struct _Graph__isset { class Graph { public: + static const char* ascii_fingerprint; // = "1F7FB604B3EF8F7AFB5DEAD15F2FC0B5"; + static const uint8_t binary_fingerprint[16]; // = {0x1F,0x7F,0xB6,0x04,0xB3,0xEF,0x8F,0x7A,0xFB,0x5D,0xEA,0xD1,0x5F,0x2F,0xC0,0xB5}; + Graph(const Graph&); Graph& operator=(const Graph&); Graph() : nodeType((NodeType::type)0) { @@ -218,17 +218,11 @@ class Graph { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Graph& obj); }; void swap(Graph &a, Graph &b); -inline std::ostream& operator<<(std::ostream& out, const Graph& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Operator__isset { _Operator__isset() : operatorId(false), operatorType(false), operatorAttributes(false), operatorCounters(false), done(false), started(false) {} bool operatorId :1; @@ -242,6 +236,9 @@ typedef struct _Operator__isset { class Operator { public: + static const char* ascii_fingerprint; // = "30917C758A752485AF223B697479DE6C"; + static const uint8_t binary_fingerprint[16]; // = {0x30,0x91,0x7C,0x75,0x8A,0x75,0x24,0x85,0xAF,0x22,0x3B,0x69,0x74,0x79,0xDE,0x6C}; + Operator(const Operator&); Operator& operator=(const Operator&); Operator() : operatorId(), operatorType((OperatorType::type)0), done(0), started(0) { @@ -294,17 +291,11 @@ class Operator { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Operator& obj); }; void swap(Operator &a, Operator &b); -inline std::ostream& operator<<(std::ostream& out, const Operator& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Task__isset { _Task__isset() : taskId(false), taskType(false), taskAttributes(false), taskCounters(false), operatorGraph(false), operatorList(false), done(false), started(false) {} bool taskId :1; @@ -320,6 +311,9 @@ typedef struct _Task__isset { class Task { public: + static const char* ascii_fingerprint; // = "AC741A136EFA51843AFC3A12F6A793D1"; + static const uint8_t binary_fingerprint[16]; // = {0xAC,0x74,0x1A,0x13,0x6E,0xFA,0x51,0x84,0x3A,0xFC,0x3A,0x12,0xF6,0xA7,0x93,0xD1}; + Task(const Task&); Task& operator=(const Task&); Task() : taskId(), taskType((TaskType::type)0), done(0), started(0) { @@ -386,17 +380,11 @@ class Task { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Task& obj); }; void swap(Task &a, Task &b); -inline std::ostream& operator<<(std::ostream& out, const Task& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Stage__isset { _Stage__isset() : stageId(false), stageType(false), stageAttributes(false), stageCounters(false), taskList(false), done(false), started(false) {} bool stageId :1; @@ -411,6 +399,9 @@ typedef struct _Stage__isset { class Stage { public: + static const char* ascii_fingerprint; // = "86EA3C7B0690AFED21A3D479E2B32378"; + static const uint8_t binary_fingerprint[16]; // = {0x86,0xEA,0x3C,0x7B,0x06,0x90,0xAF,0xED,0x21,0xA3,0xD4,0x79,0xE2,0xB3,0x23,0x78}; + Stage(const Stage&); Stage& operator=(const Stage&); Stage() : stageId(), stageType((StageType::type)0), done(0), started(0) { @@ -468,17 +459,11 @@ class Stage { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Stage& obj); }; void swap(Stage &a, Stage &b); -inline std::ostream& operator<<(std::ostream& out, const Stage& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Query__isset { _Query__isset() : queryId(false), queryType(false), queryAttributes(false), queryCounters(false), stageGraph(false), stageList(false), done(false), started(false) {} bool queryId :1; @@ -494,6 +479,9 @@ typedef struct _Query__isset { class Query { public: + static const char* ascii_fingerprint; // = "68300D63A5D40F2D17B9A9440FF626C1"; + static const uint8_t binary_fingerprint[16]; // = {0x68,0x30,0x0D,0x63,0xA5,0xD4,0x0F,0x2D,0x17,0xB9,0xA9,0x44,0x0F,0xF6,0x26,0xC1}; + Query(const Query&); Query& operator=(const Query&); Query() : queryId(), queryType(), done(0), started(0) { @@ -556,17 +544,11 @@ class Query { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Query& obj); }; void swap(Query &a, Query &b); -inline std::ostream& operator<<(std::ostream& out, const Query& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _QueryPlan__isset { _QueryPlan__isset() : queries(false), done(false), started(false) {} bool queries :1; @@ -577,6 +559,9 @@ typedef struct _QueryPlan__isset { class QueryPlan { public: + static const char* ascii_fingerprint; // = "3418D1B0C20C288C8406186700B772E3"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0x18,0xD1,0xB0,0xC2,0x0C,0x28,0x8C,0x84,0x06,0x18,0x67,0x00,0xB7,0x72,0xE3}; + QueryPlan(const QueryPlan&); QueryPlan& operator=(const QueryPlan&); QueryPlan() : done(0), started(0) { @@ -614,17 +599,11 @@ class QueryPlan { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const QueryPlan& obj); }; void swap(QueryPlan &a, QueryPlan &b); -inline std::ostream& operator<<(std::ostream& out, const QueryPlan& obj) -{ - obj.printTo(out); - return out; -} - }}} // namespace #endif diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Adjacency.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Adjacency.java index 37edf2a..87e8008 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Adjacency.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Adjacency.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Adjacency implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Adjacency"); diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/AdjacencyType.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/AdjacencyType.java index 7a716f8..470cad2 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/AdjacencyType.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/AdjacencyType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Graph.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Graph.java index 0b454df..7dbd65a 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Graph.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Graph.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Graph implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Graph"); diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/NodeType.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/NodeType.java index c3ce662..5fdbfa3 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/NodeType.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/NodeType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Operator.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Operator.java index 05dbb2d..2ebff17 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Operator.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Operator.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Operator implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Operator"); @@ -457,10 +457,10 @@ public Object getFieldValue(_Fields field) { return getOperatorCounters(); case DONE: - return isDone(); + return Boolean.valueOf(isDone()); case STARTED: - return isStarted(); + return Boolean.valueOf(isStarted()); } throw new IllegalStateException(); diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/OperatorType.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/OperatorType.java index a002348..1d17dcb 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/OperatorType.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/OperatorType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Query.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Query.java index de553e1..b3f8778 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Query.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Query.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Query implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Query"); @@ -559,10 +559,10 @@ public Object getFieldValue(_Fields field) { return getStageList(); case DONE: - return isDone(); + return Boolean.valueOf(isDone()); case STARTED: - return isStarted(); + return Boolean.valueOf(isStarted()); } throw new IllegalStateException(); diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/QueryPlan.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/QueryPlan.java index 0e12279..e12005d 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/QueryPlan.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/QueryPlan.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class QueryPlan implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("QueryPlan"); @@ -296,10 +296,10 @@ public Object getFieldValue(_Fields field) { return getQueries(); case DONE: - return isDone(); + return Boolean.valueOf(isDone()); case STARTED: - return isStarted(); + return Boolean.valueOf(isStarted()); } throw new IllegalStateException(); diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Stage.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Stage.java index 7f86eeb..309237d 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Stage.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Stage.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Stage implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Stage"); @@ -524,10 +524,10 @@ public Object getFieldValue(_Fields field) { return getTaskList(); case DONE: - return isDone(); + return Boolean.valueOf(isDone()); case STARTED: - return isStarted(); + return Boolean.valueOf(isStarted()); } throw new IllegalStateException(); diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/StageType.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/StageType.java index f20174c..c7b0ff7 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/StageType.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/StageType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Task.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Task.java index f978e42..87ce205 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Task.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/Task.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Task implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Task"); @@ -568,10 +568,10 @@ public Object getFieldValue(_Fields field) { return getOperatorList(); case DONE: - return isDone(); + return Boolean.valueOf(isDone()); case STARTED: - return isStarted(); + return Boolean.valueOf(isStarted()); } throw new IllegalStateException(); diff --git ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/TaskType.java ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/TaskType.java index d77f008..8aad073 100644 --- ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/TaskType.java +++ ql/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/ql/plan/api/TaskType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git ql/src/gen/thrift/gen-php/Types.php ql/src/gen/thrift/gen-php/Types.php index e1693f3..3dfff1d 100644 --- ql/src/gen/thrift/gen-php/Types.php +++ ql/src/gen/thrift/gen-php/Types.php @@ -1,6 +1,8 @@ partVals) throws HiveException { try { getMSC().validatePartitionNameCharacters(partVals); diff --git serde/src/gen/thrift/gen-cpp/complex_constants.cpp serde/src/gen/thrift/gen-cpp/complex_constants.cpp index a6df39c..aa146c6 100644 --- serde/src/gen/thrift/gen-cpp/complex_constants.cpp +++ serde/src/gen/thrift/gen-cpp/complex_constants.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/complex_constants.h serde/src/gen/thrift/gen-cpp/complex_constants.h index ee0bdca..971cd2c 100644 --- serde/src/gen/thrift/gen-cpp/complex_constants.h +++ serde/src/gen/thrift/gen-cpp/complex_constants.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/complex_types.cpp serde/src/gen/thrift/gen-cpp/complex_types.cpp index 36c1514..fb6fe25 100644 --- serde/src/gen/thrift/gen-cpp/complex_types.cpp +++ serde/src/gen/thrift/gen-cpp/complex_types.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -51,9 +51,11 @@ void PropValueUnion::__set_unionMStringString(const std::mapunionMStringString = val; } +const char* PropValueUnion::ascii_fingerprint = "123CD9D82D5B5054B5054EFD63FC8590"; +const uint8_t PropValueUnion::binary_fingerprint[16] = {0x12,0x3C,0xD9,0xD8,0x2D,0x5B,0x50,0x54,0xB5,0x05,0x4E,0xFD,0x63,0xFC,0x85,0x90}; + uint32_t PropValueUnion::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -169,7 +171,7 @@ uint32_t PropValueUnion::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t PropValueUnion::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("PropValueUnion"); if (this->__isset.intValue) { @@ -224,6 +226,7 @@ uint32_t PropValueUnion::write(::apache::thrift::protocol::TProtocol* oprot) con xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -260,17 +263,18 @@ PropValueUnion& PropValueUnion::operator=(const PropValueUnion& other15) { __isset = other15.__isset; return *this; } -void PropValueUnion::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const PropValueUnion& obj) { + using apache::thrift::to_string; out << "PropValueUnion("; - out << "intValue="; (__isset.intValue ? (out << to_string(intValue)) : (out << "")); - out << ", " << "longValue="; (__isset.longValue ? (out << to_string(longValue)) : (out << "")); - out << ", " << "stringValue="; (__isset.stringValue ? (out << to_string(stringValue)) : (out << "")); - out << ", " << "doubleValue="; (__isset.doubleValue ? (out << to_string(doubleValue)) : (out << "")); - out << ", " << "flag="; (__isset.flag ? (out << to_string(flag)) : (out << "")); - out << ", " << "lString=" << to_string(lString); - out << ", " << "unionMStringString=" << to_string(unionMStringString); + out << "intValue="; (obj.__isset.intValue ? (out << to_string(obj.intValue)) : (out << "")); + out << ", " << "longValue="; (obj.__isset.longValue ? (out << to_string(obj.longValue)) : (out << "")); + out << ", " << "stringValue="; (obj.__isset.stringValue ? (out << to_string(obj.stringValue)) : (out << "")); + out << ", " << "doubleValue="; (obj.__isset.doubleValue ? (out << to_string(obj.doubleValue)) : (out << "")); + out << ", " << "flag="; (obj.__isset.flag ? (out << to_string(obj.flag)) : (out << "")); + out << ", " << "lString=" << to_string(obj.lString); + out << ", " << "unionMStringString=" << to_string(obj.unionMStringString); out << ")"; + return out; } @@ -290,9 +294,11 @@ void IntString::__set_underscore_int(const int32_t val) { this->underscore_int = val; } +const char* IntString::ascii_fingerprint = "52C6DAB6CF51AF617111F6D3964C6503"; +const uint8_t IntString::binary_fingerprint[16] = {0x52,0xC6,0xDA,0xB6,0xCF,0x51,0xAF,0x61,0x71,0x11,0xF6,0xD3,0x96,0x4C,0x65,0x03}; + uint32_t IntString::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -349,7 +355,7 @@ uint32_t IntString::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t IntString::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("IntString"); xfer += oprot->writeFieldBegin("myint", ::apache::thrift::protocol::T_I32, 1); @@ -366,6 +372,7 @@ uint32_t IntString::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -390,13 +397,14 @@ IntString& IntString::operator=(const IntString& other17) { __isset = other17.__isset; return *this; } -void IntString::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const IntString& obj) { + using apache::thrift::to_string; out << "IntString("; - out << "myint=" << to_string(myint); - out << ", " << "myString=" << to_string(myString); - out << ", " << "underscore_int=" << to_string(underscore_int); + out << "myint=" << to_string(obj.myint); + out << ", " << "myString=" << to_string(obj.myString); + out << ", " << "underscore_int=" << to_string(obj.underscore_int); out << ")"; + return out; } @@ -444,9 +452,11 @@ void Complex::__set_unionField3(const PropValueUnion& val) { this->unionField3 = val; } +const char* Complex::ascii_fingerprint = "FFA84FEA7037F5858F2BFEDA73AD679A"; +const uint8_t Complex::binary_fingerprint[16] = {0xFF,0xA8,0x4F,0xEA,0x70,0x37,0xF5,0x85,0x8F,0x2B,0xFE,0xDA,0x73,0xAD,0x67,0x9A}; + uint32_t Complex::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -655,7 +665,7 @@ uint32_t Complex::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t Complex::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("Complex"); xfer += oprot->writeFieldBegin("aint", ::apache::thrift::protocol::T_I32, 1); @@ -760,6 +770,7 @@ uint32_t Complex::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -805,20 +816,21 @@ Complex& Complex::operator=(const Complex& other69) { __isset = other69.__isset; return *this; } -void Complex::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const Complex& obj) { + using apache::thrift::to_string; out << "Complex("; - out << "aint=" << to_string(aint); - out << ", " << "aString=" << to_string(aString); - out << ", " << "lint=" << to_string(lint); - out << ", " << "lString=" << to_string(lString); - out << ", " << "lintString=" << to_string(lintString); - out << ", " << "mStringString=" << to_string(mStringString); - out << ", " << "attributes=" << to_string(attributes); - out << ", " << "unionField1=" << to_string(unionField1); - out << ", " << "unionField2=" << to_string(unionField2); - out << ", " << "unionField3=" << to_string(unionField3); + out << "aint=" << to_string(obj.aint); + out << ", " << "aString=" << to_string(obj.aString); + out << ", " << "lint=" << to_string(obj.lint); + out << ", " << "lString=" << to_string(obj.lString); + out << ", " << "lintString=" << to_string(obj.lintString); + out << ", " << "mStringString=" << to_string(obj.mStringString); + out << ", " << "attributes=" << to_string(obj.attributes); + out << ", " << "unionField1=" << to_string(obj.unionField1); + out << ", " << "unionField2=" << to_string(obj.unionField2); + out << ", " << "unionField3=" << to_string(obj.unionField3); out << ")"; + return out; } @@ -834,9 +846,11 @@ void SetIntString::__set_aString(const std::string& val) { this->aString = val; } +const char* SetIntString::ascii_fingerprint = "842B41C940D05DFB16183142A90DFC54"; +const uint8_t SetIntString::binary_fingerprint[16] = {0x84,0x2B,0x41,0xC9,0x40,0xD0,0x5D,0xFB,0x16,0x18,0x31,0x42,0xA9,0x0D,0xFC,0x54}; + uint32_t SetIntString::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -898,7 +912,7 @@ uint32_t SetIntString::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t SetIntString::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("SetIntString"); xfer += oprot->writeFieldBegin("sIntString", ::apache::thrift::protocol::T_SET, 1); @@ -919,6 +933,7 @@ uint32_t SetIntString::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -940,12 +955,13 @@ SetIntString& SetIntString::operator=(const SetIntString& other78) { __isset = other78.__isset; return *this; } -void SetIntString::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const SetIntString& obj) { + using apache::thrift::to_string; out << "SetIntString("; - out << "sIntString=" << to_string(sIntString); - out << ", " << "aString=" << to_string(aString); + out << "sIntString=" << to_string(obj.sIntString); + out << ", " << "aString=" << to_string(obj.aString); out << ")"; + return out; } diff --git serde/src/gen/thrift/gen-cpp/complex_types.h serde/src/gen/thrift/gen-cpp/complex_types.h index 38fa559..2637720 100644 --- serde/src/gen/thrift/gen-cpp/complex_types.h +++ serde/src/gen/thrift/gen-cpp/complex_types.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -41,6 +41,9 @@ typedef struct _PropValueUnion__isset { class PropValueUnion { public: + static const char* ascii_fingerprint; // = "123CD9D82D5B5054B5054EFD63FC8590"; + static const uint8_t binary_fingerprint[16]; // = {0x12,0x3C,0xD9,0xD8,0x2D,0x5B,0x50,0x54,0xB5,0x05,0x4E,0xFD,0x63,0xFC,0x85,0x90}; + PropValueUnion(const PropValueUnion&); PropValueUnion& operator=(const PropValueUnion&); PropValueUnion() : intValue(0), longValue(0), stringValue(), doubleValue(0), flag(0) { @@ -108,17 +111,11 @@ class PropValueUnion { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const PropValueUnion& obj); }; void swap(PropValueUnion &a, PropValueUnion &b); -inline std::ostream& operator<<(std::ostream& out, const PropValueUnion& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _IntString__isset { _IntString__isset() : myint(false), myString(false), underscore_int(false) {} bool myint :1; @@ -129,6 +126,9 @@ typedef struct _IntString__isset { class IntString { public: + static const char* ascii_fingerprint; // = "52C6DAB6CF51AF617111F6D3964C6503"; + static const uint8_t binary_fingerprint[16]; // = {0x52,0xC6,0xDA,0xB6,0xCF,0x51,0xAF,0x61,0x71,0x11,0xF6,0xD3,0x96,0x4C,0x65,0x03}; + IntString(const IntString&); IntString& operator=(const IntString&); IntString() : myint(0), myString(), underscore_int(0) { @@ -166,17 +166,11 @@ class IntString { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const IntString& obj); }; void swap(IntString &a, IntString &b); -inline std::ostream& operator<<(std::ostream& out, const IntString& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _Complex__isset { _Complex__isset() : aint(false), aString(false), lint(false), lString(false), lintString(false), mStringString(false), attributes(false), unionField1(false), unionField2(false), unionField3(false) {} bool aint :1; @@ -194,6 +188,9 @@ typedef struct _Complex__isset { class Complex { public: + static const char* ascii_fingerprint; // = "FFA84FEA7037F5858F2BFEDA73AD679A"; + static const uint8_t binary_fingerprint[16]; // = {0xFF,0xA8,0x4F,0xEA,0x70,0x37,0xF5,0x85,0x8F,0x2B,0xFE,0xDA,0x73,0xAD,0x67,0x9A}; + Complex(const Complex&); Complex& operator=(const Complex&); Complex() : aint(0), aString() { @@ -266,17 +263,11 @@ class Complex { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const Complex& obj); }; void swap(Complex &a, Complex &b); -inline std::ostream& operator<<(std::ostream& out, const Complex& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _SetIntString__isset { _SetIntString__isset() : sIntString(false), aString(false) {} bool sIntString :1; @@ -286,6 +277,9 @@ typedef struct _SetIntString__isset { class SetIntString { public: + static const char* ascii_fingerprint; // = "842B41C940D05DFB16183142A90DFC54"; + static const uint8_t binary_fingerprint[16]; // = {0x84,0x2B,0x41,0xC9,0x40,0xD0,0x5D,0xFB,0x16,0x18,0x31,0x42,0xA9,0x0D,0xFC,0x54}; + SetIntString(const SetIntString&); SetIntString& operator=(const SetIntString&); SetIntString() : aString() { @@ -318,17 +312,11 @@ class SetIntString { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const SetIntString& obj); }; void swap(SetIntString &a, SetIntString &b); -inline std::ostream& operator<<(std::ostream& out, const SetIntString& obj) -{ - obj.printTo(out); - return out; -} - #endif diff --git serde/src/gen/thrift/gen-cpp/megastruct_constants.cpp serde/src/gen/thrift/gen-cpp/megastruct_constants.cpp index c3e3794..9a18a48 100644 --- serde/src/gen/thrift/gen-cpp/megastruct_constants.cpp +++ serde/src/gen/thrift/gen-cpp/megastruct_constants.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/megastruct_constants.h serde/src/gen/thrift/gen-cpp/megastruct_constants.h index e08f8a3..1b0558f 100644 --- serde/src/gen/thrift/gen-cpp/megastruct_constants.h +++ serde/src/gen/thrift/gen-cpp/megastruct_constants.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/megastruct_types.cpp serde/src/gen/thrift/gen-cpp/megastruct_types.cpp index 42f7e31..6123f7d 100644 --- serde/src/gen/thrift/gen-cpp/megastruct_types.cpp +++ serde/src/gen/thrift/gen-cpp/megastruct_types.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -38,9 +38,11 @@ void MiniStruct::__set_my_enum(const MyEnum::type val) { __isset.my_enum = true; } +const char* MiniStruct::ascii_fingerprint = "4ED2B10931906B61ED0B1592EE860A37"; +const uint8_t MiniStruct::binary_fingerprint[16] = {0x4E,0xD2,0xB1,0x09,0x31,0x90,0x6B,0x61,0xED,0x0B,0x15,0x92,0xEE,0x86,0x0A,0x37}; + uint32_t MiniStruct::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -91,7 +93,7 @@ uint32_t MiniStruct::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t MiniStruct::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("MiniStruct"); if (this->__isset.my_string) { @@ -106,6 +108,7 @@ uint32_t MiniStruct::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -127,12 +130,13 @@ MiniStruct& MiniStruct::operator=(const MiniStruct& other2) { __isset = other2.__isset; return *this; } -void MiniStruct::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const MiniStruct& obj) { + using apache::thrift::to_string; out << "MiniStruct("; - out << "my_string="; (__isset.my_string ? (out << to_string(my_string)) : (out << "")); - out << ", " << "my_enum="; (__isset.my_enum ? (out << to_string(my_enum)) : (out << "")); + out << "my_string="; (obj.__isset.my_string ? (out << to_string(obj.my_string)) : (out << "")); + out << ", " << "my_enum="; (obj.__isset.my_enum ? (out << to_string(obj.my_enum)) : (out << "")); out << ")"; + return out; } @@ -240,9 +244,11 @@ void MegaStruct::__set_my_structset(const std::set & val) { __isset.my_structset = true; } +const char* MegaStruct::ascii_fingerprint = "9979EEF0CA19988228E64220A3AA9120"; +const uint8_t MegaStruct::binary_fingerprint[16] = {0x99,0x79,0xEE,0xF0,0xCA,0x19,0x98,0x82,0x28,0xE6,0x42,0x20,0xA3,0xAA,0x91,0x20}; + uint32_t MegaStruct::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -638,7 +644,7 @@ uint32_t MegaStruct::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t MegaStruct::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("MegaStruct"); if (this->__isset.my_bool) { @@ -861,6 +867,7 @@ uint32_t MegaStruct::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -936,30 +943,31 @@ MegaStruct& MegaStruct::operator=(const MegaStruct& other110) { __isset = other110.__isset; return *this; } -void MegaStruct::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const MegaStruct& obj) { + using apache::thrift::to_string; out << "MegaStruct("; - out << "my_bool="; (__isset.my_bool ? (out << to_string(my_bool)) : (out << "")); - out << ", " << "my_byte="; (__isset.my_byte ? (out << to_string(my_byte)) : (out << "")); - out << ", " << "my_16bit_int="; (__isset.my_16bit_int ? (out << to_string(my_16bit_int)) : (out << "")); - out << ", " << "my_32bit_int="; (__isset.my_32bit_int ? (out << to_string(my_32bit_int)) : (out << "")); - out << ", " << "my_64bit_int="; (__isset.my_64bit_int ? (out << to_string(my_64bit_int)) : (out << "")); - out << ", " << "my_double="; (__isset.my_double ? (out << to_string(my_double)) : (out << "")); - out << ", " << "my_string="; (__isset.my_string ? (out << to_string(my_string)) : (out << "")); - out << ", " << "my_binary="; (__isset.my_binary ? (out << to_string(my_binary)) : (out << "")); - out << ", " << "my_string_string_map="; (__isset.my_string_string_map ? (out << to_string(my_string_string_map)) : (out << "")); - out << ", " << "my_string_enum_map="; (__isset.my_string_enum_map ? (out << to_string(my_string_enum_map)) : (out << "")); - out << ", " << "my_enum_string_map="; (__isset.my_enum_string_map ? (out << to_string(my_enum_string_map)) : (out << "")); - out << ", " << "my_enum_struct_map="; (__isset.my_enum_struct_map ? (out << to_string(my_enum_struct_map)) : (out << "")); - out << ", " << "my_enum_stringlist_map="; (__isset.my_enum_stringlist_map ? (out << to_string(my_enum_stringlist_map)) : (out << "")); - out << ", " << "my_enum_structlist_map="; (__isset.my_enum_structlist_map ? (out << to_string(my_enum_structlist_map)) : (out << "")); - out << ", " << "my_stringlist="; (__isset.my_stringlist ? (out << to_string(my_stringlist)) : (out << "")); - out << ", " << "my_structlist="; (__isset.my_structlist ? (out << to_string(my_structlist)) : (out << "")); - out << ", " << "my_enumlist="; (__isset.my_enumlist ? (out << to_string(my_enumlist)) : (out << "")); - out << ", " << "my_stringset="; (__isset.my_stringset ? (out << to_string(my_stringset)) : (out << "")); - out << ", " << "my_enumset="; (__isset.my_enumset ? (out << to_string(my_enumset)) : (out << "")); - out << ", " << "my_structset="; (__isset.my_structset ? (out << to_string(my_structset)) : (out << "")); + out << "my_bool="; (obj.__isset.my_bool ? (out << to_string(obj.my_bool)) : (out << "")); + out << ", " << "my_byte="; (obj.__isset.my_byte ? (out << to_string(obj.my_byte)) : (out << "")); + out << ", " << "my_16bit_int="; (obj.__isset.my_16bit_int ? (out << to_string(obj.my_16bit_int)) : (out << "")); + out << ", " << "my_32bit_int="; (obj.__isset.my_32bit_int ? (out << to_string(obj.my_32bit_int)) : (out << "")); + out << ", " << "my_64bit_int="; (obj.__isset.my_64bit_int ? (out << to_string(obj.my_64bit_int)) : (out << "")); + out << ", " << "my_double="; (obj.__isset.my_double ? (out << to_string(obj.my_double)) : (out << "")); + out << ", " << "my_string="; (obj.__isset.my_string ? (out << to_string(obj.my_string)) : (out << "")); + out << ", " << "my_binary="; (obj.__isset.my_binary ? (out << to_string(obj.my_binary)) : (out << "")); + out << ", " << "my_string_string_map="; (obj.__isset.my_string_string_map ? (out << to_string(obj.my_string_string_map)) : (out << "")); + out << ", " << "my_string_enum_map="; (obj.__isset.my_string_enum_map ? (out << to_string(obj.my_string_enum_map)) : (out << "")); + out << ", " << "my_enum_string_map="; (obj.__isset.my_enum_string_map ? (out << to_string(obj.my_enum_string_map)) : (out << "")); + out << ", " << "my_enum_struct_map="; (obj.__isset.my_enum_struct_map ? (out << to_string(obj.my_enum_struct_map)) : (out << "")); + out << ", " << "my_enum_stringlist_map="; (obj.__isset.my_enum_stringlist_map ? (out << to_string(obj.my_enum_stringlist_map)) : (out << "")); + out << ", " << "my_enum_structlist_map="; (obj.__isset.my_enum_structlist_map ? (out << to_string(obj.my_enum_structlist_map)) : (out << "")); + out << ", " << "my_stringlist="; (obj.__isset.my_stringlist ? (out << to_string(obj.my_stringlist)) : (out << "")); + out << ", " << "my_structlist="; (obj.__isset.my_structlist ? (out << to_string(obj.my_structlist)) : (out << "")); + out << ", " << "my_enumlist="; (obj.__isset.my_enumlist ? (out << to_string(obj.my_enumlist)) : (out << "")); + out << ", " << "my_stringset="; (obj.__isset.my_stringset ? (out << to_string(obj.my_stringset)) : (out << "")); + out << ", " << "my_enumset="; (obj.__isset.my_enumset ? (out << to_string(obj.my_enumset)) : (out << "")); + out << ", " << "my_structset="; (obj.__isset.my_structset ? (out << to_string(obj.my_structset)) : (out << "")); out << ")"; + return out; } diff --git serde/src/gen/thrift/gen-cpp/megastruct_types.h serde/src/gen/thrift/gen-cpp/megastruct_types.h index d04a814..e4985dc 100644 --- serde/src/gen/thrift/gen-cpp/megastruct_types.h +++ serde/src/gen/thrift/gen-cpp/megastruct_types.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -41,6 +41,9 @@ typedef struct _MiniStruct__isset { class MiniStruct { public: + static const char* ascii_fingerprint; // = "4ED2B10931906B61ED0B1592EE860A37"; + static const uint8_t binary_fingerprint[16]; // = {0x4E,0xD2,0xB1,0x09,0x31,0x90,0x6B,0x61,0xED,0x0B,0x15,0x92,0xEE,0x86,0x0A,0x37}; + MiniStruct(const MiniStruct&); MiniStruct& operator=(const MiniStruct&); MiniStruct() : my_string(), my_enum((MyEnum::type)0) { @@ -77,17 +80,11 @@ class MiniStruct { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const MiniStruct& obj); }; void swap(MiniStruct &a, MiniStruct &b); -inline std::ostream& operator<<(std::ostream& out, const MiniStruct& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _MegaStruct__isset { _MegaStruct__isset() : my_bool(false), my_byte(false), my_16bit_int(false), my_32bit_int(false), my_64bit_int(false), my_double(false), my_string(false), my_binary(false), my_string_string_map(false), my_string_enum_map(false), my_enum_string_map(false), my_enum_struct_map(false), my_enum_stringlist_map(false), my_enum_structlist_map(false), my_stringlist(false), my_structlist(false), my_enumlist(false), my_stringset(false), my_enumset(false), my_structset(false) {} bool my_bool :1; @@ -115,6 +112,9 @@ typedef struct _MegaStruct__isset { class MegaStruct { public: + static const char* ascii_fingerprint; // = "9979EEF0CA19988228E64220A3AA9120"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x79,0xEE,0xF0,0xCA,0x19,0x98,0x82,0x28,0xE6,0x42,0x20,0xA3,0xAA,0x91,0x20}; + MegaStruct(const MegaStruct&); MegaStruct& operator=(const MegaStruct&); MegaStruct() : my_bool(0), my_byte(0), my_16bit_int(0), my_32bit_int(0), my_64bit_int(0), my_double(0), my_string(), my_binary() { @@ -277,17 +277,11 @@ class MegaStruct { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const MegaStruct& obj); }; void swap(MegaStruct &a, MegaStruct &b); -inline std::ostream& operator<<(std::ostream& out, const MegaStruct& obj) -{ - obj.printTo(out); - return out; -} - #endif diff --git serde/src/gen/thrift/gen-cpp/serde_constants.cpp serde/src/gen/thrift/gen-cpp/serde_constants.cpp index 243d3b8..d5d6999 100644 --- serde/src/gen/thrift/gen-cpp/serde_constants.cpp +++ serde/src/gen/thrift/gen-cpp/serde_constants.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/serde_constants.h serde/src/gen/thrift/gen-cpp/serde_constants.h index 3566ead..cd48926 100644 --- serde/src/gen/thrift/gen-cpp/serde_constants.h +++ serde/src/gen/thrift/gen-cpp/serde_constants.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/serde_types.cpp serde/src/gen/thrift/gen-cpp/serde_types.cpp index c05f86d..a37ff7c 100644 --- serde/src/gen/thrift/gen-cpp/serde_types.cpp +++ serde/src/gen/thrift/gen-cpp/serde_types.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/serde_types.h serde/src/gen/thrift/gen-cpp/serde_types.h index bdaab33..eb7659a 100644 --- serde/src/gen/thrift/gen-cpp/serde_types.h +++ serde/src/gen/thrift/gen-cpp/serde_types.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/testthrift_constants.cpp serde/src/gen/thrift/gen-cpp/testthrift_constants.cpp index 9538dae..0fa57e7 100644 --- serde/src/gen/thrift/gen-cpp/testthrift_constants.cpp +++ serde/src/gen/thrift/gen-cpp/testthrift_constants.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/testthrift_constants.h serde/src/gen/thrift/gen-cpp/testthrift_constants.h index 45fdc28..cba3296 100644 --- serde/src/gen/thrift/gen-cpp/testthrift_constants.h +++ serde/src/gen/thrift/gen-cpp/testthrift_constants.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-cpp/testthrift_types.cpp serde/src/gen/thrift/gen-cpp/testthrift_types.cpp index c76e2fd..0cd19b9 100644 --- serde/src/gen/thrift/gen-cpp/testthrift_types.cpp +++ serde/src/gen/thrift/gen-cpp/testthrift_types.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -22,9 +22,11 @@ void InnerStruct::__set_field0(const int32_t val) { this->field0 = val; } +const char* InnerStruct::ascii_fingerprint = "E86CACEB22240450EDCBEFC3A83970E4"; +const uint8_t InnerStruct::binary_fingerprint[16] = {0xE8,0x6C,0xAC,0xEB,0x22,0x24,0x04,0x50,0xED,0xCB,0xEF,0xC3,0xA8,0x39,0x70,0xE4}; + uint32_t InnerStruct::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -65,7 +67,7 @@ uint32_t InnerStruct::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t InnerStruct::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("InnerStruct"); xfer += oprot->writeFieldBegin("field0", ::apache::thrift::protocol::T_I32, 1); @@ -74,6 +76,7 @@ uint32_t InnerStruct::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -92,11 +95,12 @@ InnerStruct& InnerStruct::operator=(const InnerStruct& other1) { __isset = other1.__isset; return *this; } -void InnerStruct::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const InnerStruct& obj) { + using apache::thrift::to_string; out << "InnerStruct("; - out << "field0=" << to_string(field0); + out << "field0=" << to_string(obj.field0); out << ")"; + return out; } @@ -116,9 +120,11 @@ void ThriftTestObj::__set_field3(const std::vector & val) { this->field3 = val; } +const char* ThriftTestObj::ascii_fingerprint = "2BA5D8DAACFBBE6599779830A6185706"; +const uint8_t ThriftTestObj::binary_fingerprint[16] = {0x2B,0xA5,0xD8,0xDA,0xAC,0xFB,0xBE,0x65,0x99,0x77,0x98,0x30,0xA6,0x18,0x57,0x06}; + uint32_t ThriftTestObj::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -187,7 +193,7 @@ uint32_t ThriftTestObj::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t ThriftTestObj::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftTestObj"); xfer += oprot->writeFieldBegin("field1", ::apache::thrift::protocol::T_I32, 1); @@ -212,6 +218,7 @@ uint32_t ThriftTestObj::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -236,13 +243,14 @@ ThriftTestObj& ThriftTestObj::operator=(const ThriftTestObj& other9) { __isset = other9.__isset; return *this; } -void ThriftTestObj::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const ThriftTestObj& obj) { + using apache::thrift::to_string; out << "ThriftTestObj("; - out << "field1=" << to_string(field1); - out << ", " << "field2=" << to_string(field2); - out << ", " << "field3=" << to_string(field3); + out << "field1=" << to_string(obj.field1); + out << ", " << "field2=" << to_string(obj.field2); + out << ", " << "field3=" << to_string(obj.field3); out << ")"; + return out; } diff --git serde/src/gen/thrift/gen-cpp/testthrift_types.h serde/src/gen/thrift/gen-cpp/testthrift_types.h index a59346a..8c57e48 100644 --- serde/src/gen/thrift/gen-cpp/testthrift_types.h +++ serde/src/gen/thrift/gen-cpp/testthrift_types.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -31,6 +31,9 @@ typedef struct _InnerStruct__isset { class InnerStruct { public: + static const char* ascii_fingerprint; // = "E86CACEB22240450EDCBEFC3A83970E4"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0x6C,0xAC,0xEB,0x22,0x24,0x04,0x50,0xED,0xCB,0xEF,0xC3,0xA8,0x39,0x70,0xE4}; + InnerStruct(const InnerStruct&); InnerStruct& operator=(const InnerStruct&); InnerStruct() : field0(0) { @@ -58,17 +61,11 @@ class InnerStruct { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const InnerStruct& obj); }; void swap(InnerStruct &a, InnerStruct &b); -inline std::ostream& operator<<(std::ostream& out, const InnerStruct& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _ThriftTestObj__isset { _ThriftTestObj__isset() : field1(false), field2(false), field3(false) {} bool field1 :1; @@ -79,6 +76,9 @@ typedef struct _ThriftTestObj__isset { class ThriftTestObj { public: + static const char* ascii_fingerprint; // = "2BA5D8DAACFBBE6599779830A6185706"; + static const uint8_t binary_fingerprint[16]; // = {0x2B,0xA5,0xD8,0xDA,0xAC,0xFB,0xBE,0x65,0x99,0x77,0x98,0x30,0xA6,0x18,0x57,0x06}; + ThriftTestObj(const ThriftTestObj&); ThriftTestObj& operator=(const ThriftTestObj&); ThriftTestObj() : field1(0), field2() { @@ -116,17 +116,11 @@ class ThriftTestObj { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftTestObj& obj); }; void swap(ThriftTestObj &a, ThriftTestObj &b); -inline std::ostream& operator<<(std::ostream& out, const ThriftTestObj& obj) -{ - obj.printTo(out); - return out; -} - #endif diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/serdeConstants.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/serdeConstants.java index 8b3eeb7..7902849 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/serdeConstants.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/serdeConstants.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/test/InnerStruct.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/test/InnerStruct.java index 01a84fe..b29780d 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/test/InnerStruct.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/test/InnerStruct.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class InnerStruct implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerStruct"); @@ -185,7 +185,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case FIELD0: - return getField0(); + return Integer.valueOf(getField0()); } throw new IllegalStateException(); diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/test/ThriftTestObj.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/test/ThriftTestObj.java index d2f78f5..7fdd99a 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/test/ThriftTestObj.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/test/ThriftTestObj.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ThriftTestObj implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ThriftTestObj"); @@ -293,7 +293,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case FIELD1: - return getField1(); + return Integer.valueOf(getField1()); case FIELD2: return getField2(); diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/Complex.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/Complex.java index 6f0c721..c4a7e4f 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/Complex.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/Complex.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class Complex implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Complex"); @@ -700,7 +700,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case AINT: - return getAint(); + return Integer.valueOf(getAint()); case A_STRING: return getAString(); diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/IntString.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/IntString.java index ea7747f..84b5728 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/IntString.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/IntString.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class IntString implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("IntString"); @@ -273,13 +273,13 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case MYINT: - return getMyint(); + return Integer.valueOf(getMyint()); case MY_STRING: return getMyString(); case UNDERSCORE_INT: - return getUnderscore_int(); + return Integer.valueOf(getUnderscore_int()); } throw new IllegalStateException(); diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MegaStruct.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MegaStruct.java index b8f8dfd..b5bf63c 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MegaStruct.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MegaStruct.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class MegaStruct implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("MegaStruct"); @@ -1238,22 +1238,22 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case MY_BOOL: - return isMy_bool(); + return Boolean.valueOf(isMy_bool()); case MY_BYTE: - return getMy_byte(); + return Byte.valueOf(getMy_byte()); case MY_16BIT_INT: - return getMy_16bit_int(); + return Short.valueOf(getMy_16bit_int()); case MY_32BIT_INT: - return getMy_32bit_int(); + return Integer.valueOf(getMy_32bit_int()); case MY_64BIT_INT: - return getMy_64bit_int(); + return Long.valueOf(getMy_64bit_int()); case MY_DOUBLE: - return getMy_double(); + return Double.valueOf(getMy_double()); case MY_STRING: return getMy_string(); diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MiniStruct.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MiniStruct.java index 10f10d2..42dd95c 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MiniStruct.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MiniStruct.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class MiniStruct implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("MiniStruct"); diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MyEnum.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MyEnum.java index e5baf36..03f88c5 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MyEnum.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/MyEnum.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/PropValueUnion.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/PropValueUnion.java index 92d5a0a..2a70482 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/PropValueUnion.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/PropValueUnion.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/SetIntString.java serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/SetIntString.java index a331638..a349f65 100644 --- serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/SetIntString.java +++ serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde2/thrift/test/SetIntString.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class SetIntString implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SetIntString"); diff --git serde/src/gen/thrift/gen-php/Types.php serde/src/gen/thrift/gen-php/Types.php index 27c5b25..8bb2fe3 100644 --- serde/src/gen/thrift/gen-php/Types.php +++ serde/src/gen/thrift/gen-php/Types.php @@ -1,6 +1,8 @@ incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_OpenSession_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -65,6 +64,7 @@ uint32_t TCLIService_OpenSession_args::write(::apache::thrift::protocol::TProtoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -75,7 +75,7 @@ TCLIService_OpenSession_pargs::~TCLIService_OpenSession_pargs() throw() { uint32_t TCLIService_OpenSession_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_OpenSession_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -84,6 +84,7 @@ uint32_t TCLIService_OpenSession_pargs::write(::apache::thrift::protocol::TProto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -94,7 +95,6 @@ TCLIService_OpenSession_result::~TCLIService_OpenSession_result() throw() { uint32_t TCLIService_OpenSession_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -156,7 +156,6 @@ TCLIService_OpenSession_presult::~TCLIService_OpenSession_presult() throw() { uint32_t TCLIService_OpenSession_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -202,7 +201,6 @@ TCLIService_CloseSession_args::~TCLIService_CloseSession_args() throw() { uint32_t TCLIService_CloseSession_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -243,7 +241,7 @@ uint32_t TCLIService_CloseSession_args::read(::apache::thrift::protocol::TProtoc uint32_t TCLIService_CloseSession_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_CloseSession_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -252,6 +250,7 @@ uint32_t TCLIService_CloseSession_args::write(::apache::thrift::protocol::TProto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -262,7 +261,7 @@ TCLIService_CloseSession_pargs::~TCLIService_CloseSession_pargs() throw() { uint32_t TCLIService_CloseSession_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_CloseSession_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -271,6 +270,7 @@ uint32_t TCLIService_CloseSession_pargs::write(::apache::thrift::protocol::TProt xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -281,7 +281,6 @@ TCLIService_CloseSession_result::~TCLIService_CloseSession_result() throw() { uint32_t TCLIService_CloseSession_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -343,7 +342,6 @@ TCLIService_CloseSession_presult::~TCLIService_CloseSession_presult() throw() { uint32_t TCLIService_CloseSession_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -389,7 +387,6 @@ TCLIService_GetInfo_args::~TCLIService_GetInfo_args() throw() { uint32_t TCLIService_GetInfo_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -430,7 +427,7 @@ uint32_t TCLIService_GetInfo_args::read(::apache::thrift::protocol::TProtocol* i uint32_t TCLIService_GetInfo_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetInfo_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -439,6 +436,7 @@ uint32_t TCLIService_GetInfo_args::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -449,7 +447,7 @@ TCLIService_GetInfo_pargs::~TCLIService_GetInfo_pargs() throw() { uint32_t TCLIService_GetInfo_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetInfo_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -458,6 +456,7 @@ uint32_t TCLIService_GetInfo_pargs::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -468,7 +467,6 @@ TCLIService_GetInfo_result::~TCLIService_GetInfo_result() throw() { uint32_t TCLIService_GetInfo_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -530,7 +528,6 @@ TCLIService_GetInfo_presult::~TCLIService_GetInfo_presult() throw() { uint32_t TCLIService_GetInfo_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -576,7 +573,6 @@ TCLIService_ExecuteStatement_args::~TCLIService_ExecuteStatement_args() throw() uint32_t TCLIService_ExecuteStatement_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -617,7 +613,7 @@ uint32_t TCLIService_ExecuteStatement_args::read(::apache::thrift::protocol::TPr uint32_t TCLIService_ExecuteStatement_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_ExecuteStatement_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -626,6 +622,7 @@ uint32_t TCLIService_ExecuteStatement_args::write(::apache::thrift::protocol::TP xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -636,7 +633,7 @@ TCLIService_ExecuteStatement_pargs::~TCLIService_ExecuteStatement_pargs() throw( uint32_t TCLIService_ExecuteStatement_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_ExecuteStatement_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -645,6 +642,7 @@ uint32_t TCLIService_ExecuteStatement_pargs::write(::apache::thrift::protocol::T xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -655,7 +653,6 @@ TCLIService_ExecuteStatement_result::~TCLIService_ExecuteStatement_result() thro uint32_t TCLIService_ExecuteStatement_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -717,7 +714,6 @@ TCLIService_ExecuteStatement_presult::~TCLIService_ExecuteStatement_presult() th uint32_t TCLIService_ExecuteStatement_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -763,7 +759,6 @@ TCLIService_GetTypeInfo_args::~TCLIService_GetTypeInfo_args() throw() { uint32_t TCLIService_GetTypeInfo_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -804,7 +799,7 @@ uint32_t TCLIService_GetTypeInfo_args::read(::apache::thrift::protocol::TProtoco uint32_t TCLIService_GetTypeInfo_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetTypeInfo_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -813,6 +808,7 @@ uint32_t TCLIService_GetTypeInfo_args::write(::apache::thrift::protocol::TProtoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -823,7 +819,7 @@ TCLIService_GetTypeInfo_pargs::~TCLIService_GetTypeInfo_pargs() throw() { uint32_t TCLIService_GetTypeInfo_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetTypeInfo_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -832,6 +828,7 @@ uint32_t TCLIService_GetTypeInfo_pargs::write(::apache::thrift::protocol::TProto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -842,7 +839,6 @@ TCLIService_GetTypeInfo_result::~TCLIService_GetTypeInfo_result() throw() { uint32_t TCLIService_GetTypeInfo_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -904,7 +900,6 @@ TCLIService_GetTypeInfo_presult::~TCLIService_GetTypeInfo_presult() throw() { uint32_t TCLIService_GetTypeInfo_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -950,7 +945,6 @@ TCLIService_GetCatalogs_args::~TCLIService_GetCatalogs_args() throw() { uint32_t TCLIService_GetCatalogs_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -991,7 +985,7 @@ uint32_t TCLIService_GetCatalogs_args::read(::apache::thrift::protocol::TProtoco uint32_t TCLIService_GetCatalogs_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetCatalogs_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1000,6 +994,7 @@ uint32_t TCLIService_GetCatalogs_args::write(::apache::thrift::protocol::TProtoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1010,7 +1005,7 @@ TCLIService_GetCatalogs_pargs::~TCLIService_GetCatalogs_pargs() throw() { uint32_t TCLIService_GetCatalogs_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetCatalogs_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1019,6 +1014,7 @@ uint32_t TCLIService_GetCatalogs_pargs::write(::apache::thrift::protocol::TProto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1029,7 +1025,6 @@ TCLIService_GetCatalogs_result::~TCLIService_GetCatalogs_result() throw() { uint32_t TCLIService_GetCatalogs_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1091,7 +1086,6 @@ TCLIService_GetCatalogs_presult::~TCLIService_GetCatalogs_presult() throw() { uint32_t TCLIService_GetCatalogs_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1137,7 +1131,6 @@ TCLIService_GetSchemas_args::~TCLIService_GetSchemas_args() throw() { uint32_t TCLIService_GetSchemas_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1178,7 +1171,7 @@ uint32_t TCLIService_GetSchemas_args::read(::apache::thrift::protocol::TProtocol uint32_t TCLIService_GetSchemas_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetSchemas_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1187,6 +1180,7 @@ uint32_t TCLIService_GetSchemas_args::write(::apache::thrift::protocol::TProtoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1197,7 +1191,7 @@ TCLIService_GetSchemas_pargs::~TCLIService_GetSchemas_pargs() throw() { uint32_t TCLIService_GetSchemas_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetSchemas_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1206,6 +1200,7 @@ uint32_t TCLIService_GetSchemas_pargs::write(::apache::thrift::protocol::TProtoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1216,7 +1211,6 @@ TCLIService_GetSchemas_result::~TCLIService_GetSchemas_result() throw() { uint32_t TCLIService_GetSchemas_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1278,7 +1272,6 @@ TCLIService_GetSchemas_presult::~TCLIService_GetSchemas_presult() throw() { uint32_t TCLIService_GetSchemas_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1324,7 +1317,6 @@ TCLIService_GetTables_args::~TCLIService_GetTables_args() throw() { uint32_t TCLIService_GetTables_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1365,7 +1357,7 @@ uint32_t TCLIService_GetTables_args::read(::apache::thrift::protocol::TProtocol* uint32_t TCLIService_GetTables_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetTables_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1374,6 +1366,7 @@ uint32_t TCLIService_GetTables_args::write(::apache::thrift::protocol::TProtocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1384,7 +1377,7 @@ TCLIService_GetTables_pargs::~TCLIService_GetTables_pargs() throw() { uint32_t TCLIService_GetTables_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetTables_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1393,6 +1386,7 @@ uint32_t TCLIService_GetTables_pargs::write(::apache::thrift::protocol::TProtoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1403,7 +1397,6 @@ TCLIService_GetTables_result::~TCLIService_GetTables_result() throw() { uint32_t TCLIService_GetTables_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1465,7 +1458,6 @@ TCLIService_GetTables_presult::~TCLIService_GetTables_presult() throw() { uint32_t TCLIService_GetTables_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1511,7 +1503,6 @@ TCLIService_GetTableTypes_args::~TCLIService_GetTableTypes_args() throw() { uint32_t TCLIService_GetTableTypes_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1552,7 +1543,7 @@ uint32_t TCLIService_GetTableTypes_args::read(::apache::thrift::protocol::TProto uint32_t TCLIService_GetTableTypes_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetTableTypes_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1561,6 +1552,7 @@ uint32_t TCLIService_GetTableTypes_args::write(::apache::thrift::protocol::TProt xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1571,7 +1563,7 @@ TCLIService_GetTableTypes_pargs::~TCLIService_GetTableTypes_pargs() throw() { uint32_t TCLIService_GetTableTypes_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetTableTypes_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1580,6 +1572,7 @@ uint32_t TCLIService_GetTableTypes_pargs::write(::apache::thrift::protocol::TPro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1590,7 +1583,6 @@ TCLIService_GetTableTypes_result::~TCLIService_GetTableTypes_result() throw() { uint32_t TCLIService_GetTableTypes_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1652,7 +1644,6 @@ TCLIService_GetTableTypes_presult::~TCLIService_GetTableTypes_presult() throw() uint32_t TCLIService_GetTableTypes_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1698,7 +1689,6 @@ TCLIService_GetColumns_args::~TCLIService_GetColumns_args() throw() { uint32_t TCLIService_GetColumns_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1739,7 +1729,7 @@ uint32_t TCLIService_GetColumns_args::read(::apache::thrift::protocol::TProtocol uint32_t TCLIService_GetColumns_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetColumns_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1748,6 +1738,7 @@ uint32_t TCLIService_GetColumns_args::write(::apache::thrift::protocol::TProtoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1758,7 +1749,7 @@ TCLIService_GetColumns_pargs::~TCLIService_GetColumns_pargs() throw() { uint32_t TCLIService_GetColumns_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetColumns_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1767,6 +1758,7 @@ uint32_t TCLIService_GetColumns_pargs::write(::apache::thrift::protocol::TProtoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1777,7 +1769,6 @@ TCLIService_GetColumns_result::~TCLIService_GetColumns_result() throw() { uint32_t TCLIService_GetColumns_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1839,7 +1830,6 @@ TCLIService_GetColumns_presult::~TCLIService_GetColumns_presult() throw() { uint32_t TCLIService_GetColumns_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1885,7 +1875,6 @@ TCLIService_GetFunctions_args::~TCLIService_GetFunctions_args() throw() { uint32_t TCLIService_GetFunctions_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1926,7 +1915,7 @@ uint32_t TCLIService_GetFunctions_args::read(::apache::thrift::protocol::TProtoc uint32_t TCLIService_GetFunctions_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetFunctions_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1935,6 +1924,7 @@ uint32_t TCLIService_GetFunctions_args::write(::apache::thrift::protocol::TProto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1945,7 +1935,7 @@ TCLIService_GetFunctions_pargs::~TCLIService_GetFunctions_pargs() throw() { uint32_t TCLIService_GetFunctions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetFunctions_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1954,6 +1944,7 @@ uint32_t TCLIService_GetFunctions_pargs::write(::apache::thrift::protocol::TProt xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1964,7 +1955,6 @@ TCLIService_GetFunctions_result::~TCLIService_GetFunctions_result() throw() { uint32_t TCLIService_GetFunctions_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2026,7 +2016,6 @@ TCLIService_GetFunctions_presult::~TCLIService_GetFunctions_presult() throw() { uint32_t TCLIService_GetFunctions_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2072,7 +2061,6 @@ TCLIService_GetOperationStatus_args::~TCLIService_GetOperationStatus_args() thro uint32_t TCLIService_GetOperationStatus_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2113,7 +2101,7 @@ uint32_t TCLIService_GetOperationStatus_args::read(::apache::thrift::protocol::T uint32_t TCLIService_GetOperationStatus_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetOperationStatus_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2122,6 +2110,7 @@ uint32_t TCLIService_GetOperationStatus_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2132,7 +2121,7 @@ TCLIService_GetOperationStatus_pargs::~TCLIService_GetOperationStatus_pargs() th uint32_t TCLIService_GetOperationStatus_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetOperationStatus_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2141,6 +2130,7 @@ uint32_t TCLIService_GetOperationStatus_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2151,7 +2141,6 @@ TCLIService_GetOperationStatus_result::~TCLIService_GetOperationStatus_result() uint32_t TCLIService_GetOperationStatus_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2213,7 +2202,6 @@ TCLIService_GetOperationStatus_presult::~TCLIService_GetOperationStatus_presult( uint32_t TCLIService_GetOperationStatus_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2259,7 +2247,6 @@ TCLIService_CancelOperation_args::~TCLIService_CancelOperation_args() throw() { uint32_t TCLIService_CancelOperation_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2300,7 +2287,7 @@ uint32_t TCLIService_CancelOperation_args::read(::apache::thrift::protocol::TPro uint32_t TCLIService_CancelOperation_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_CancelOperation_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2309,6 +2296,7 @@ uint32_t TCLIService_CancelOperation_args::write(::apache::thrift::protocol::TPr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2319,7 +2307,7 @@ TCLIService_CancelOperation_pargs::~TCLIService_CancelOperation_pargs() throw() uint32_t TCLIService_CancelOperation_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_CancelOperation_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2328,6 +2316,7 @@ uint32_t TCLIService_CancelOperation_pargs::write(::apache::thrift::protocol::TP xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2338,7 +2327,6 @@ TCLIService_CancelOperation_result::~TCLIService_CancelOperation_result() throw( uint32_t TCLIService_CancelOperation_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2400,7 +2388,6 @@ TCLIService_CancelOperation_presult::~TCLIService_CancelOperation_presult() thro uint32_t TCLIService_CancelOperation_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2446,7 +2433,6 @@ TCLIService_CloseOperation_args::~TCLIService_CloseOperation_args() throw() { uint32_t TCLIService_CloseOperation_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2487,7 +2473,7 @@ uint32_t TCLIService_CloseOperation_args::read(::apache::thrift::protocol::TProt uint32_t TCLIService_CloseOperation_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_CloseOperation_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2496,6 +2482,7 @@ uint32_t TCLIService_CloseOperation_args::write(::apache::thrift::protocol::TPro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2506,7 +2493,7 @@ TCLIService_CloseOperation_pargs::~TCLIService_CloseOperation_pargs() throw() { uint32_t TCLIService_CloseOperation_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_CloseOperation_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2515,6 +2502,7 @@ uint32_t TCLIService_CloseOperation_pargs::write(::apache::thrift::protocol::TPr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2525,7 +2513,6 @@ TCLIService_CloseOperation_result::~TCLIService_CloseOperation_result() throw() uint32_t TCLIService_CloseOperation_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2587,7 +2574,6 @@ TCLIService_CloseOperation_presult::~TCLIService_CloseOperation_presult() throw( uint32_t TCLIService_CloseOperation_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2633,7 +2619,6 @@ TCLIService_GetResultSetMetadata_args::~TCLIService_GetResultSetMetadata_args() uint32_t TCLIService_GetResultSetMetadata_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2674,7 +2659,7 @@ uint32_t TCLIService_GetResultSetMetadata_args::read(::apache::thrift::protocol: uint32_t TCLIService_GetResultSetMetadata_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetResultSetMetadata_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2683,6 +2668,7 @@ uint32_t TCLIService_GetResultSetMetadata_args::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2693,7 +2679,7 @@ TCLIService_GetResultSetMetadata_pargs::~TCLIService_GetResultSetMetadata_pargs( uint32_t TCLIService_GetResultSetMetadata_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetResultSetMetadata_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2702,6 +2688,7 @@ uint32_t TCLIService_GetResultSetMetadata_pargs::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2712,7 +2699,6 @@ TCLIService_GetResultSetMetadata_result::~TCLIService_GetResultSetMetadata_resul uint32_t TCLIService_GetResultSetMetadata_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2774,7 +2760,6 @@ TCLIService_GetResultSetMetadata_presult::~TCLIService_GetResultSetMetadata_pres uint32_t TCLIService_GetResultSetMetadata_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2820,7 +2805,6 @@ TCLIService_FetchResults_args::~TCLIService_FetchResults_args() throw() { uint32_t TCLIService_FetchResults_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2861,7 +2845,7 @@ uint32_t TCLIService_FetchResults_args::read(::apache::thrift::protocol::TProtoc uint32_t TCLIService_FetchResults_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_FetchResults_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2870,6 +2854,7 @@ uint32_t TCLIService_FetchResults_args::write(::apache::thrift::protocol::TProto xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2880,7 +2865,7 @@ TCLIService_FetchResults_pargs::~TCLIService_FetchResults_pargs() throw() { uint32_t TCLIService_FetchResults_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_FetchResults_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2889,6 +2874,7 @@ uint32_t TCLIService_FetchResults_pargs::write(::apache::thrift::protocol::TProt xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2899,7 +2885,6 @@ TCLIService_FetchResults_result::~TCLIService_FetchResults_result() throw() { uint32_t TCLIService_FetchResults_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2961,7 +2946,6 @@ TCLIService_FetchResults_presult::~TCLIService_FetchResults_presult() throw() { uint32_t TCLIService_FetchResults_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3007,7 +2991,6 @@ TCLIService_GetDelegationToken_args::~TCLIService_GetDelegationToken_args() thro uint32_t TCLIService_GetDelegationToken_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3048,7 +3031,7 @@ uint32_t TCLIService_GetDelegationToken_args::read(::apache::thrift::protocol::T uint32_t TCLIService_GetDelegationToken_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetDelegationToken_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -3057,6 +3040,7 @@ uint32_t TCLIService_GetDelegationToken_args::write(::apache::thrift::protocol:: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3067,7 +3051,7 @@ TCLIService_GetDelegationToken_pargs::~TCLIService_GetDelegationToken_pargs() th uint32_t TCLIService_GetDelegationToken_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_GetDelegationToken_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -3076,6 +3060,7 @@ uint32_t TCLIService_GetDelegationToken_pargs::write(::apache::thrift::protocol: xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3086,7 +3071,6 @@ TCLIService_GetDelegationToken_result::~TCLIService_GetDelegationToken_result() uint32_t TCLIService_GetDelegationToken_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3148,7 +3132,6 @@ TCLIService_GetDelegationToken_presult::~TCLIService_GetDelegationToken_presult( uint32_t TCLIService_GetDelegationToken_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3194,7 +3177,6 @@ TCLIService_CancelDelegationToken_args::~TCLIService_CancelDelegationToken_args( uint32_t TCLIService_CancelDelegationToken_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3235,7 +3217,7 @@ uint32_t TCLIService_CancelDelegationToken_args::read(::apache::thrift::protocol uint32_t TCLIService_CancelDelegationToken_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_CancelDelegationToken_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -3244,6 +3226,7 @@ uint32_t TCLIService_CancelDelegationToken_args::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3254,7 +3237,7 @@ TCLIService_CancelDelegationToken_pargs::~TCLIService_CancelDelegationToken_parg uint32_t TCLIService_CancelDelegationToken_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_CancelDelegationToken_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -3263,6 +3246,7 @@ uint32_t TCLIService_CancelDelegationToken_pargs::write(::apache::thrift::protoc xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3273,7 +3257,6 @@ TCLIService_CancelDelegationToken_result::~TCLIService_CancelDelegationToken_res uint32_t TCLIService_CancelDelegationToken_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3335,7 +3318,6 @@ TCLIService_CancelDelegationToken_presult::~TCLIService_CancelDelegationToken_pr uint32_t TCLIService_CancelDelegationToken_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3381,7 +3363,6 @@ TCLIService_RenewDelegationToken_args::~TCLIService_RenewDelegationToken_args() uint32_t TCLIService_RenewDelegationToken_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3422,7 +3403,7 @@ uint32_t TCLIService_RenewDelegationToken_args::read(::apache::thrift::protocol: uint32_t TCLIService_RenewDelegationToken_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_RenewDelegationToken_args"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -3431,6 +3412,7 @@ uint32_t TCLIService_RenewDelegationToken_args::write(::apache::thrift::protocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3441,7 +3423,7 @@ TCLIService_RenewDelegationToken_pargs::~TCLIService_RenewDelegationToken_pargs( uint32_t TCLIService_RenewDelegationToken_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCLIService_RenewDelegationToken_pargs"); xfer += oprot->writeFieldBegin("req", ::apache::thrift::protocol::T_STRUCT, 1); @@ -3450,6 +3432,7 @@ uint32_t TCLIService_RenewDelegationToken_pargs::write(::apache::thrift::protoco xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3460,7 +3443,6 @@ TCLIService_RenewDelegationToken_result::~TCLIService_RenewDelegationToken_resul uint32_t TCLIService_RenewDelegationToken_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3522,7 +3504,6 @@ TCLIService_RenewDelegationToken_presult::~TCLIService_RenewDelegationToken_pres uint32_t TCLIService_RenewDelegationToken_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5714,1602 +5695,5 @@ void TCLIServiceProcessor::process_RenewDelegationToken(int32_t seqid, ::apache: ::boost::shared_ptr< ::apache::thrift::TProcessor > processor(new TCLIServiceProcessor(handler)); return processor; } - -void TCLIServiceConcurrentClient::OpenSession(TOpenSessionResp& _return, const TOpenSessionReq& req) -{ - int32_t seqid = send_OpenSession(req); - recv_OpenSession(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_OpenSession(const TOpenSessionReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("OpenSession", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_OpenSession_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_OpenSession(TOpenSessionResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("OpenSession") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_OpenSession_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "OpenSession failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::CloseSession(TCloseSessionResp& _return, const TCloseSessionReq& req) -{ - int32_t seqid = send_CloseSession(req); - recv_CloseSession(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_CloseSession(const TCloseSessionReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("CloseSession", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_CloseSession_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_CloseSession(TCloseSessionResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("CloseSession") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_CloseSession_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "CloseSession failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetInfo(TGetInfoResp& _return, const TGetInfoReq& req) -{ - int32_t seqid = send_GetInfo(req); - recv_GetInfo(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetInfo(const TGetInfoReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetInfo", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetInfo_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetInfo(TGetInfoResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetInfo") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetInfo_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetInfo failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::ExecuteStatement(TExecuteStatementResp& _return, const TExecuteStatementReq& req) -{ - int32_t seqid = send_ExecuteStatement(req); - recv_ExecuteStatement(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_ExecuteStatement(const TExecuteStatementReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("ExecuteStatement", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_ExecuteStatement_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_ExecuteStatement(TExecuteStatementResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("ExecuteStatement") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_ExecuteStatement_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "ExecuteStatement failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetTypeInfo(TGetTypeInfoResp& _return, const TGetTypeInfoReq& req) -{ - int32_t seqid = send_GetTypeInfo(req); - recv_GetTypeInfo(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetTypeInfo(const TGetTypeInfoReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetTypeInfo", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetTypeInfo_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetTypeInfo(TGetTypeInfoResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetTypeInfo") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetTypeInfo_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetTypeInfo failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetCatalogs(TGetCatalogsResp& _return, const TGetCatalogsReq& req) -{ - int32_t seqid = send_GetCatalogs(req); - recv_GetCatalogs(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetCatalogs(const TGetCatalogsReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetCatalogs", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetCatalogs_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetCatalogs(TGetCatalogsResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetCatalogs") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetCatalogs_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetCatalogs failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetSchemas(TGetSchemasResp& _return, const TGetSchemasReq& req) -{ - int32_t seqid = send_GetSchemas(req); - recv_GetSchemas(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetSchemas(const TGetSchemasReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetSchemas", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetSchemas_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetSchemas(TGetSchemasResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetSchemas") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetSchemas_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetSchemas failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetTables(TGetTablesResp& _return, const TGetTablesReq& req) -{ - int32_t seqid = send_GetTables(req); - recv_GetTables(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetTables(const TGetTablesReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetTables", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetTables_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetTables(TGetTablesResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetTables") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetTables_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetTables failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetTableTypes(TGetTableTypesResp& _return, const TGetTableTypesReq& req) -{ - int32_t seqid = send_GetTableTypes(req); - recv_GetTableTypes(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetTableTypes(const TGetTableTypesReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetTableTypes", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetTableTypes_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetTableTypes(TGetTableTypesResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetTableTypes") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetTableTypes_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetTableTypes failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetColumns(TGetColumnsResp& _return, const TGetColumnsReq& req) -{ - int32_t seqid = send_GetColumns(req); - recv_GetColumns(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetColumns(const TGetColumnsReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetColumns", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetColumns_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetColumns(TGetColumnsResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetColumns") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetColumns_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetColumns failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetFunctions(TGetFunctionsResp& _return, const TGetFunctionsReq& req) -{ - int32_t seqid = send_GetFunctions(req); - recv_GetFunctions(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetFunctions(const TGetFunctionsReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetFunctions", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetFunctions_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetFunctions(TGetFunctionsResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetFunctions") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetFunctions_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetFunctions failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetOperationStatus(TGetOperationStatusResp& _return, const TGetOperationStatusReq& req) -{ - int32_t seqid = send_GetOperationStatus(req); - recv_GetOperationStatus(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetOperationStatus(const TGetOperationStatusReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetOperationStatus", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetOperationStatus_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetOperationStatus(TGetOperationStatusResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetOperationStatus") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetOperationStatus_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetOperationStatus failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::CancelOperation(TCancelOperationResp& _return, const TCancelOperationReq& req) -{ - int32_t seqid = send_CancelOperation(req); - recv_CancelOperation(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_CancelOperation(const TCancelOperationReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("CancelOperation", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_CancelOperation_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_CancelOperation(TCancelOperationResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("CancelOperation") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_CancelOperation_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "CancelOperation failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::CloseOperation(TCloseOperationResp& _return, const TCloseOperationReq& req) -{ - int32_t seqid = send_CloseOperation(req); - recv_CloseOperation(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_CloseOperation(const TCloseOperationReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("CloseOperation", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_CloseOperation_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_CloseOperation(TCloseOperationResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("CloseOperation") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_CloseOperation_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "CloseOperation failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetResultSetMetadata(TGetResultSetMetadataResp& _return, const TGetResultSetMetadataReq& req) -{ - int32_t seqid = send_GetResultSetMetadata(req); - recv_GetResultSetMetadata(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetResultSetMetadata(const TGetResultSetMetadataReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetResultSetMetadata", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetResultSetMetadata_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetResultSetMetadata(TGetResultSetMetadataResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetResultSetMetadata") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetResultSetMetadata_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetResultSetMetadata failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::FetchResults(TFetchResultsResp& _return, const TFetchResultsReq& req) -{ - int32_t seqid = send_FetchResults(req); - recv_FetchResults(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_FetchResults(const TFetchResultsReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("FetchResults", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_FetchResults_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_FetchResults(TFetchResultsResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("FetchResults") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_FetchResults_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "FetchResults failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::GetDelegationToken(TGetDelegationTokenResp& _return, const TGetDelegationTokenReq& req) -{ - int32_t seqid = send_GetDelegationToken(req); - recv_GetDelegationToken(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_GetDelegationToken(const TGetDelegationTokenReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("GetDelegationToken", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_GetDelegationToken_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_GetDelegationToken(TGetDelegationTokenResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("GetDelegationToken") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_GetDelegationToken_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "GetDelegationToken failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::CancelDelegationToken(TCancelDelegationTokenResp& _return, const TCancelDelegationTokenReq& req) -{ - int32_t seqid = send_CancelDelegationToken(req); - recv_CancelDelegationToken(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_CancelDelegationToken(const TCancelDelegationTokenReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("CancelDelegationToken", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_CancelDelegationToken_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_CancelDelegationToken(TCancelDelegationTokenResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("CancelDelegationToken") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_CancelDelegationToken_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "CancelDelegationToken failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void TCLIServiceConcurrentClient::RenewDelegationToken(TRenewDelegationTokenResp& _return, const TRenewDelegationTokenReq& req) -{ - int32_t seqid = send_RenewDelegationToken(req); - recv_RenewDelegationToken(_return, seqid); -} - -int32_t TCLIServiceConcurrentClient::send_RenewDelegationToken(const TRenewDelegationTokenReq& req) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("RenewDelegationToken", ::apache::thrift::protocol::T_CALL, cseqid); - - TCLIService_RenewDelegationToken_pargs args; - args.req = &req; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void TCLIServiceConcurrentClient::recv_RenewDelegationToken(TRenewDelegationTokenResp& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("RenewDelegationToken") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - TCLIService_RenewDelegationToken_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "RenewDelegationToken failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - }}}}} // namespace diff --git service/src/gen/thrift/gen-cpp/TCLIService.h service/src/gen/thrift/gen-cpp/TCLIService.h index 2ea80c7..29a9f4a 100644 --- service/src/gen/thrift/gen-cpp/TCLIService.h +++ service/src/gen/thrift/gen-cpp/TCLIService.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -8,16 +8,10 @@ #define TCLIService_H #include -#include #include "TCLIService_types.h" namespace apache { namespace hive { namespace service { namespace cli { namespace thrift { -#ifdef _WIN32 - #pragma warning( push ) - #pragma warning (disable : 4250 ) //inheriting methods via dominance -#endif - class TCLIServiceIf { public: virtual ~TCLIServiceIf() {} @@ -136,6 +130,9 @@ typedef struct _TCLIService_OpenSession_args__isset { class TCLIService_OpenSession_args { public: + static const char* ascii_fingerprint; // = "657FF0677838A57698AD9D58A923940A"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x7F,0xF0,0x67,0x78,0x38,0xA5,0x76,0x98,0xAD,0x9D,0x58,0xA9,0x23,0x94,0x0A}; + TCLIService_OpenSession_args(const TCLIService_OpenSession_args&); TCLIService_OpenSession_args& operator=(const TCLIService_OpenSession_args&); TCLIService_OpenSession_args() { @@ -163,18 +160,23 @@ class TCLIService_OpenSession_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_OpenSession_args& obj); }; class TCLIService_OpenSession_pargs { public: + static const char* ascii_fingerprint; // = "657FF0677838A57698AD9D58A923940A"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x7F,0xF0,0x67,0x78,0x38,0xA5,0x76,0x98,0xAD,0x9D,0x58,0xA9,0x23,0x94,0x0A}; + virtual ~TCLIService_OpenSession_pargs() throw(); const TOpenSessionReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_OpenSession_pargs& obj); }; typedef struct _TCLIService_OpenSession_result__isset { @@ -185,6 +187,9 @@ typedef struct _TCLIService_OpenSession_result__isset { class TCLIService_OpenSession_result { public: + static const char* ascii_fingerprint; // = "C55268D57D6DC6A256619A7DB419699E"; + static const uint8_t binary_fingerprint[16]; // = {0xC5,0x52,0x68,0xD5,0x7D,0x6D,0xC6,0xA2,0x56,0x61,0x9A,0x7D,0xB4,0x19,0x69,0x9E}; + TCLIService_OpenSession_result(const TCLIService_OpenSession_result&); TCLIService_OpenSession_result& operator=(const TCLIService_OpenSession_result&); TCLIService_OpenSession_result() { @@ -212,6 +217,7 @@ class TCLIService_OpenSession_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_OpenSession_result& obj); }; typedef struct _TCLIService_OpenSession_presult__isset { @@ -222,6 +228,9 @@ typedef struct _TCLIService_OpenSession_presult__isset { class TCLIService_OpenSession_presult { public: + static const char* ascii_fingerprint; // = "C55268D57D6DC6A256619A7DB419699E"; + static const uint8_t binary_fingerprint[16]; // = {0xC5,0x52,0x68,0xD5,0x7D,0x6D,0xC6,0xA2,0x56,0x61,0x9A,0x7D,0xB4,0x19,0x69,0x9E}; + virtual ~TCLIService_OpenSession_presult() throw(); TOpenSessionResp* success; @@ -230,6 +239,7 @@ class TCLIService_OpenSession_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_OpenSession_presult& obj); }; typedef struct _TCLIService_CloseSession_args__isset { @@ -240,6 +250,9 @@ typedef struct _TCLIService_CloseSession_args__isset { class TCLIService_CloseSession_args { public: + static const char* ascii_fingerprint; // = "FD7076C37D193E2A343D9691B59D94EC"; + static const uint8_t binary_fingerprint[16]; // = {0xFD,0x70,0x76,0xC3,0x7D,0x19,0x3E,0x2A,0x34,0x3D,0x96,0x91,0xB5,0x9D,0x94,0xEC}; + TCLIService_CloseSession_args(const TCLIService_CloseSession_args&); TCLIService_CloseSession_args& operator=(const TCLIService_CloseSession_args&); TCLIService_CloseSession_args() { @@ -267,18 +280,23 @@ class TCLIService_CloseSession_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CloseSession_args& obj); }; class TCLIService_CloseSession_pargs { public: + static const char* ascii_fingerprint; // = "FD7076C37D193E2A343D9691B59D94EC"; + static const uint8_t binary_fingerprint[16]; // = {0xFD,0x70,0x76,0xC3,0x7D,0x19,0x3E,0x2A,0x34,0x3D,0x96,0x91,0xB5,0x9D,0x94,0xEC}; + virtual ~TCLIService_CloseSession_pargs() throw(); const TCloseSessionReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CloseSession_pargs& obj); }; typedef struct _TCLIService_CloseSession_result__isset { @@ -289,6 +307,9 @@ typedef struct _TCLIService_CloseSession_result__isset { class TCLIService_CloseSession_result { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + TCLIService_CloseSession_result(const TCLIService_CloseSession_result&); TCLIService_CloseSession_result& operator=(const TCLIService_CloseSession_result&); TCLIService_CloseSession_result() { @@ -316,6 +337,7 @@ class TCLIService_CloseSession_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CloseSession_result& obj); }; typedef struct _TCLIService_CloseSession_presult__isset { @@ -326,6 +348,9 @@ typedef struct _TCLIService_CloseSession_presult__isset { class TCLIService_CloseSession_presult { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + virtual ~TCLIService_CloseSession_presult() throw(); TCloseSessionResp* success; @@ -334,6 +359,7 @@ class TCLIService_CloseSession_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CloseSession_presult& obj); }; typedef struct _TCLIService_GetInfo_args__isset { @@ -344,6 +370,9 @@ typedef struct _TCLIService_GetInfo_args__isset { class TCLIService_GetInfo_args { public: + static const char* ascii_fingerprint; // = "482A174DD6064955A19F28C5395E27FA"; + static const uint8_t binary_fingerprint[16]; // = {0x48,0x2A,0x17,0x4D,0xD6,0x06,0x49,0x55,0xA1,0x9F,0x28,0xC5,0x39,0x5E,0x27,0xFA}; + TCLIService_GetInfo_args(const TCLIService_GetInfo_args&); TCLIService_GetInfo_args& operator=(const TCLIService_GetInfo_args&); TCLIService_GetInfo_args() { @@ -371,18 +400,23 @@ class TCLIService_GetInfo_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetInfo_args& obj); }; class TCLIService_GetInfo_pargs { public: + static const char* ascii_fingerprint; // = "482A174DD6064955A19F28C5395E27FA"; + static const uint8_t binary_fingerprint[16]; // = {0x48,0x2A,0x17,0x4D,0xD6,0x06,0x49,0x55,0xA1,0x9F,0x28,0xC5,0x39,0x5E,0x27,0xFA}; + virtual ~TCLIService_GetInfo_pargs() throw(); const TGetInfoReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetInfo_pargs& obj); }; typedef struct _TCLIService_GetInfo_result__isset { @@ -393,6 +427,9 @@ typedef struct _TCLIService_GetInfo_result__isset { class TCLIService_GetInfo_result { public: + static const char* ascii_fingerprint; // = "95AE9E06990A55202EF5D96DABE20D75"; + static const uint8_t binary_fingerprint[16]; // = {0x95,0xAE,0x9E,0x06,0x99,0x0A,0x55,0x20,0x2E,0xF5,0xD9,0x6D,0xAB,0xE2,0x0D,0x75}; + TCLIService_GetInfo_result(const TCLIService_GetInfo_result&); TCLIService_GetInfo_result& operator=(const TCLIService_GetInfo_result&); TCLIService_GetInfo_result() { @@ -420,6 +457,7 @@ class TCLIService_GetInfo_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetInfo_result& obj); }; typedef struct _TCLIService_GetInfo_presult__isset { @@ -430,6 +468,9 @@ typedef struct _TCLIService_GetInfo_presult__isset { class TCLIService_GetInfo_presult { public: + static const char* ascii_fingerprint; // = "95AE9E06990A55202EF5D96DABE20D75"; + static const uint8_t binary_fingerprint[16]; // = {0x95,0xAE,0x9E,0x06,0x99,0x0A,0x55,0x20,0x2E,0xF5,0xD9,0x6D,0xAB,0xE2,0x0D,0x75}; + virtual ~TCLIService_GetInfo_presult() throw(); TGetInfoResp* success; @@ -438,6 +479,7 @@ class TCLIService_GetInfo_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetInfo_presult& obj); }; typedef struct _TCLIService_ExecuteStatement_args__isset { @@ -448,6 +490,9 @@ typedef struct _TCLIService_ExecuteStatement_args__isset { class TCLIService_ExecuteStatement_args { public: + static const char* ascii_fingerprint; // = "BD5534ACDA7A523F638927AC476C2173"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0x55,0x34,0xAC,0xDA,0x7A,0x52,0x3F,0x63,0x89,0x27,0xAC,0x47,0x6C,0x21,0x73}; + TCLIService_ExecuteStatement_args(const TCLIService_ExecuteStatement_args&); TCLIService_ExecuteStatement_args& operator=(const TCLIService_ExecuteStatement_args&); TCLIService_ExecuteStatement_args() { @@ -475,18 +520,23 @@ class TCLIService_ExecuteStatement_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_ExecuteStatement_args& obj); }; class TCLIService_ExecuteStatement_pargs { public: + static const char* ascii_fingerprint; // = "BD5534ACDA7A523F638927AC476C2173"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0x55,0x34,0xAC,0xDA,0x7A,0x52,0x3F,0x63,0x89,0x27,0xAC,0x47,0x6C,0x21,0x73}; + virtual ~TCLIService_ExecuteStatement_pargs() throw(); const TExecuteStatementReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_ExecuteStatement_pargs& obj); }; typedef struct _TCLIService_ExecuteStatement_result__isset { @@ -497,6 +547,9 @@ typedef struct _TCLIService_ExecuteStatement_result__isset { class TCLIService_ExecuteStatement_result { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + TCLIService_ExecuteStatement_result(const TCLIService_ExecuteStatement_result&); TCLIService_ExecuteStatement_result& operator=(const TCLIService_ExecuteStatement_result&); TCLIService_ExecuteStatement_result() { @@ -524,6 +577,7 @@ class TCLIService_ExecuteStatement_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_ExecuteStatement_result& obj); }; typedef struct _TCLIService_ExecuteStatement_presult__isset { @@ -534,6 +588,9 @@ typedef struct _TCLIService_ExecuteStatement_presult__isset { class TCLIService_ExecuteStatement_presult { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + virtual ~TCLIService_ExecuteStatement_presult() throw(); TExecuteStatementResp* success; @@ -542,6 +599,7 @@ class TCLIService_ExecuteStatement_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_ExecuteStatement_presult& obj); }; typedef struct _TCLIService_GetTypeInfo_args__isset { @@ -552,6 +610,9 @@ typedef struct _TCLIService_GetTypeInfo_args__isset { class TCLIService_GetTypeInfo_args { public: + static const char* ascii_fingerprint; // = "FD7076C37D193E2A343D9691B59D94EC"; + static const uint8_t binary_fingerprint[16]; // = {0xFD,0x70,0x76,0xC3,0x7D,0x19,0x3E,0x2A,0x34,0x3D,0x96,0x91,0xB5,0x9D,0x94,0xEC}; + TCLIService_GetTypeInfo_args(const TCLIService_GetTypeInfo_args&); TCLIService_GetTypeInfo_args& operator=(const TCLIService_GetTypeInfo_args&); TCLIService_GetTypeInfo_args() { @@ -579,18 +640,23 @@ class TCLIService_GetTypeInfo_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTypeInfo_args& obj); }; class TCLIService_GetTypeInfo_pargs { public: + static const char* ascii_fingerprint; // = "FD7076C37D193E2A343D9691B59D94EC"; + static const uint8_t binary_fingerprint[16]; // = {0xFD,0x70,0x76,0xC3,0x7D,0x19,0x3E,0x2A,0x34,0x3D,0x96,0x91,0xB5,0x9D,0x94,0xEC}; + virtual ~TCLIService_GetTypeInfo_pargs() throw(); const TGetTypeInfoReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTypeInfo_pargs& obj); }; typedef struct _TCLIService_GetTypeInfo_result__isset { @@ -601,6 +667,9 @@ typedef struct _TCLIService_GetTypeInfo_result__isset { class TCLIService_GetTypeInfo_result { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + TCLIService_GetTypeInfo_result(const TCLIService_GetTypeInfo_result&); TCLIService_GetTypeInfo_result& operator=(const TCLIService_GetTypeInfo_result&); TCLIService_GetTypeInfo_result() { @@ -628,6 +697,7 @@ class TCLIService_GetTypeInfo_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTypeInfo_result& obj); }; typedef struct _TCLIService_GetTypeInfo_presult__isset { @@ -638,6 +708,9 @@ typedef struct _TCLIService_GetTypeInfo_presult__isset { class TCLIService_GetTypeInfo_presult { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + virtual ~TCLIService_GetTypeInfo_presult() throw(); TGetTypeInfoResp* success; @@ -646,6 +719,7 @@ class TCLIService_GetTypeInfo_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTypeInfo_presult& obj); }; typedef struct _TCLIService_GetCatalogs_args__isset { @@ -656,6 +730,9 @@ typedef struct _TCLIService_GetCatalogs_args__isset { class TCLIService_GetCatalogs_args { public: + static const char* ascii_fingerprint; // = "FD7076C37D193E2A343D9691B59D94EC"; + static const uint8_t binary_fingerprint[16]; // = {0xFD,0x70,0x76,0xC3,0x7D,0x19,0x3E,0x2A,0x34,0x3D,0x96,0x91,0xB5,0x9D,0x94,0xEC}; + TCLIService_GetCatalogs_args(const TCLIService_GetCatalogs_args&); TCLIService_GetCatalogs_args& operator=(const TCLIService_GetCatalogs_args&); TCLIService_GetCatalogs_args() { @@ -683,18 +760,23 @@ class TCLIService_GetCatalogs_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetCatalogs_args& obj); }; class TCLIService_GetCatalogs_pargs { public: + static const char* ascii_fingerprint; // = "FD7076C37D193E2A343D9691B59D94EC"; + static const uint8_t binary_fingerprint[16]; // = {0xFD,0x70,0x76,0xC3,0x7D,0x19,0x3E,0x2A,0x34,0x3D,0x96,0x91,0xB5,0x9D,0x94,0xEC}; + virtual ~TCLIService_GetCatalogs_pargs() throw(); const TGetCatalogsReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetCatalogs_pargs& obj); }; typedef struct _TCLIService_GetCatalogs_result__isset { @@ -705,6 +787,9 @@ typedef struct _TCLIService_GetCatalogs_result__isset { class TCLIService_GetCatalogs_result { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + TCLIService_GetCatalogs_result(const TCLIService_GetCatalogs_result&); TCLIService_GetCatalogs_result& operator=(const TCLIService_GetCatalogs_result&); TCLIService_GetCatalogs_result() { @@ -732,6 +817,7 @@ class TCLIService_GetCatalogs_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetCatalogs_result& obj); }; typedef struct _TCLIService_GetCatalogs_presult__isset { @@ -742,6 +828,9 @@ typedef struct _TCLIService_GetCatalogs_presult__isset { class TCLIService_GetCatalogs_presult { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + virtual ~TCLIService_GetCatalogs_presult() throw(); TGetCatalogsResp* success; @@ -750,6 +839,7 @@ class TCLIService_GetCatalogs_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetCatalogs_presult& obj); }; typedef struct _TCLIService_GetSchemas_args__isset { @@ -760,6 +850,9 @@ typedef struct _TCLIService_GetSchemas_args__isset { class TCLIService_GetSchemas_args { public: + static const char* ascii_fingerprint; // = "34B9FACB4B4C34ABAEDCF0A2B60345DE"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0xB9,0xFA,0xCB,0x4B,0x4C,0x34,0xAB,0xAE,0xDC,0xF0,0xA2,0xB6,0x03,0x45,0xDE}; + TCLIService_GetSchemas_args(const TCLIService_GetSchemas_args&); TCLIService_GetSchemas_args& operator=(const TCLIService_GetSchemas_args&); TCLIService_GetSchemas_args() { @@ -787,18 +880,23 @@ class TCLIService_GetSchemas_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetSchemas_args& obj); }; class TCLIService_GetSchemas_pargs { public: + static const char* ascii_fingerprint; // = "34B9FACB4B4C34ABAEDCF0A2B60345DE"; + static const uint8_t binary_fingerprint[16]; // = {0x34,0xB9,0xFA,0xCB,0x4B,0x4C,0x34,0xAB,0xAE,0xDC,0xF0,0xA2,0xB6,0x03,0x45,0xDE}; + virtual ~TCLIService_GetSchemas_pargs() throw(); const TGetSchemasReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetSchemas_pargs& obj); }; typedef struct _TCLIService_GetSchemas_result__isset { @@ -809,6 +907,9 @@ typedef struct _TCLIService_GetSchemas_result__isset { class TCLIService_GetSchemas_result { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + TCLIService_GetSchemas_result(const TCLIService_GetSchemas_result&); TCLIService_GetSchemas_result& operator=(const TCLIService_GetSchemas_result&); TCLIService_GetSchemas_result() { @@ -836,6 +937,7 @@ class TCLIService_GetSchemas_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetSchemas_result& obj); }; typedef struct _TCLIService_GetSchemas_presult__isset { @@ -846,6 +948,9 @@ typedef struct _TCLIService_GetSchemas_presult__isset { class TCLIService_GetSchemas_presult { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + virtual ~TCLIService_GetSchemas_presult() throw(); TGetSchemasResp* success; @@ -854,6 +959,7 @@ class TCLIService_GetSchemas_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetSchemas_presult& obj); }; typedef struct _TCLIService_GetTables_args__isset { @@ -864,6 +970,9 @@ typedef struct _TCLIService_GetTables_args__isset { class TCLIService_GetTables_args { public: + static const char* ascii_fingerprint; // = "58075D8350502C9B1F3532079C1CF7A6"; + static const uint8_t binary_fingerprint[16]; // = {0x58,0x07,0x5D,0x83,0x50,0x50,0x2C,0x9B,0x1F,0x35,0x32,0x07,0x9C,0x1C,0xF7,0xA6}; + TCLIService_GetTables_args(const TCLIService_GetTables_args&); TCLIService_GetTables_args& operator=(const TCLIService_GetTables_args&); TCLIService_GetTables_args() { @@ -891,18 +1000,23 @@ class TCLIService_GetTables_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTables_args& obj); }; class TCLIService_GetTables_pargs { public: + static const char* ascii_fingerprint; // = "58075D8350502C9B1F3532079C1CF7A6"; + static const uint8_t binary_fingerprint[16]; // = {0x58,0x07,0x5D,0x83,0x50,0x50,0x2C,0x9B,0x1F,0x35,0x32,0x07,0x9C,0x1C,0xF7,0xA6}; + virtual ~TCLIService_GetTables_pargs() throw(); const TGetTablesReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTables_pargs& obj); }; typedef struct _TCLIService_GetTables_result__isset { @@ -913,6 +1027,9 @@ typedef struct _TCLIService_GetTables_result__isset { class TCLIService_GetTables_result { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + TCLIService_GetTables_result(const TCLIService_GetTables_result&); TCLIService_GetTables_result& operator=(const TCLIService_GetTables_result&); TCLIService_GetTables_result() { @@ -940,6 +1057,7 @@ class TCLIService_GetTables_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTables_result& obj); }; typedef struct _TCLIService_GetTables_presult__isset { @@ -950,6 +1068,9 @@ typedef struct _TCLIService_GetTables_presult__isset { class TCLIService_GetTables_presult { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + virtual ~TCLIService_GetTables_presult() throw(); TGetTablesResp* success; @@ -958,6 +1079,7 @@ class TCLIService_GetTables_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTables_presult& obj); }; typedef struct _TCLIService_GetTableTypes_args__isset { @@ -968,6 +1090,9 @@ typedef struct _TCLIService_GetTableTypes_args__isset { class TCLIService_GetTableTypes_args { public: + static const char* ascii_fingerprint; // = "FD7076C37D193E2A343D9691B59D94EC"; + static const uint8_t binary_fingerprint[16]; // = {0xFD,0x70,0x76,0xC3,0x7D,0x19,0x3E,0x2A,0x34,0x3D,0x96,0x91,0xB5,0x9D,0x94,0xEC}; + TCLIService_GetTableTypes_args(const TCLIService_GetTableTypes_args&); TCLIService_GetTableTypes_args& operator=(const TCLIService_GetTableTypes_args&); TCLIService_GetTableTypes_args() { @@ -995,18 +1120,23 @@ class TCLIService_GetTableTypes_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTableTypes_args& obj); }; class TCLIService_GetTableTypes_pargs { public: + static const char* ascii_fingerprint; // = "FD7076C37D193E2A343D9691B59D94EC"; + static const uint8_t binary_fingerprint[16]; // = {0xFD,0x70,0x76,0xC3,0x7D,0x19,0x3E,0x2A,0x34,0x3D,0x96,0x91,0xB5,0x9D,0x94,0xEC}; + virtual ~TCLIService_GetTableTypes_pargs() throw(); const TGetTableTypesReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTableTypes_pargs& obj); }; typedef struct _TCLIService_GetTableTypes_result__isset { @@ -1017,6 +1147,9 @@ typedef struct _TCLIService_GetTableTypes_result__isset { class TCLIService_GetTableTypes_result { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + TCLIService_GetTableTypes_result(const TCLIService_GetTableTypes_result&); TCLIService_GetTableTypes_result& operator=(const TCLIService_GetTableTypes_result&); TCLIService_GetTableTypes_result() { @@ -1044,6 +1177,7 @@ class TCLIService_GetTableTypes_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTableTypes_result& obj); }; typedef struct _TCLIService_GetTableTypes_presult__isset { @@ -1054,6 +1188,9 @@ typedef struct _TCLIService_GetTableTypes_presult__isset { class TCLIService_GetTableTypes_presult { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + virtual ~TCLIService_GetTableTypes_presult() throw(); TGetTableTypesResp* success; @@ -1062,6 +1199,7 @@ class TCLIService_GetTableTypes_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetTableTypes_presult& obj); }; typedef struct _TCLIService_GetColumns_args__isset { @@ -1072,6 +1210,9 @@ typedef struct _TCLIService_GetColumns_args__isset { class TCLIService_GetColumns_args { public: + static const char* ascii_fingerprint; // = "7894A0356591B039C72040E21BAAC3E3"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x94,0xA0,0x35,0x65,0x91,0xB0,0x39,0xC7,0x20,0x40,0xE2,0x1B,0xAA,0xC3,0xE3}; + TCLIService_GetColumns_args(const TCLIService_GetColumns_args&); TCLIService_GetColumns_args& operator=(const TCLIService_GetColumns_args&); TCLIService_GetColumns_args() { @@ -1099,18 +1240,23 @@ class TCLIService_GetColumns_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetColumns_args& obj); }; class TCLIService_GetColumns_pargs { public: + static const char* ascii_fingerprint; // = "7894A0356591B039C72040E21BAAC3E3"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x94,0xA0,0x35,0x65,0x91,0xB0,0x39,0xC7,0x20,0x40,0xE2,0x1B,0xAA,0xC3,0xE3}; + virtual ~TCLIService_GetColumns_pargs() throw(); const TGetColumnsReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetColumns_pargs& obj); }; typedef struct _TCLIService_GetColumns_result__isset { @@ -1121,6 +1267,9 @@ typedef struct _TCLIService_GetColumns_result__isset { class TCLIService_GetColumns_result { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + TCLIService_GetColumns_result(const TCLIService_GetColumns_result&); TCLIService_GetColumns_result& operator=(const TCLIService_GetColumns_result&); TCLIService_GetColumns_result() { @@ -1148,6 +1297,7 @@ class TCLIService_GetColumns_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetColumns_result& obj); }; typedef struct _TCLIService_GetColumns_presult__isset { @@ -1158,6 +1308,9 @@ typedef struct _TCLIService_GetColumns_presult__isset { class TCLIService_GetColumns_presult { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + virtual ~TCLIService_GetColumns_presult() throw(); TGetColumnsResp* success; @@ -1166,6 +1319,7 @@ class TCLIService_GetColumns_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetColumns_presult& obj); }; typedef struct _TCLIService_GetFunctions_args__isset { @@ -1176,6 +1330,9 @@ typedef struct _TCLIService_GetFunctions_args__isset { class TCLIService_GetFunctions_args { public: + static const char* ascii_fingerprint; // = "AC28BA383D0EC96F55B7C42FA3E1AF52"; + static const uint8_t binary_fingerprint[16]; // = {0xAC,0x28,0xBA,0x38,0x3D,0x0E,0xC9,0x6F,0x55,0xB7,0xC4,0x2F,0xA3,0xE1,0xAF,0x52}; + TCLIService_GetFunctions_args(const TCLIService_GetFunctions_args&); TCLIService_GetFunctions_args& operator=(const TCLIService_GetFunctions_args&); TCLIService_GetFunctions_args() { @@ -1203,18 +1360,23 @@ class TCLIService_GetFunctions_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetFunctions_args& obj); }; class TCLIService_GetFunctions_pargs { public: + static const char* ascii_fingerprint; // = "AC28BA383D0EC96F55B7C42FA3E1AF52"; + static const uint8_t binary_fingerprint[16]; // = {0xAC,0x28,0xBA,0x38,0x3D,0x0E,0xC9,0x6F,0x55,0xB7,0xC4,0x2F,0xA3,0xE1,0xAF,0x52}; + virtual ~TCLIService_GetFunctions_pargs() throw(); const TGetFunctionsReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetFunctions_pargs& obj); }; typedef struct _TCLIService_GetFunctions_result__isset { @@ -1225,6 +1387,9 @@ typedef struct _TCLIService_GetFunctions_result__isset { class TCLIService_GetFunctions_result { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + TCLIService_GetFunctions_result(const TCLIService_GetFunctions_result&); TCLIService_GetFunctions_result& operator=(const TCLIService_GetFunctions_result&); TCLIService_GetFunctions_result() { @@ -1252,6 +1417,7 @@ class TCLIService_GetFunctions_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetFunctions_result& obj); }; typedef struct _TCLIService_GetFunctions_presult__isset { @@ -1262,6 +1428,9 @@ typedef struct _TCLIService_GetFunctions_presult__isset { class TCLIService_GetFunctions_presult { public: + static const char* ascii_fingerprint; // = "783BF5EE3B1FEAC8DF5FDAEF1F551CDF"; + static const uint8_t binary_fingerprint[16]; // = {0x78,0x3B,0xF5,0xEE,0x3B,0x1F,0xEA,0xC8,0xDF,0x5F,0xDA,0xEF,0x1F,0x55,0x1C,0xDF}; + virtual ~TCLIService_GetFunctions_presult() throw(); TGetFunctionsResp* success; @@ -1270,6 +1439,7 @@ class TCLIService_GetFunctions_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetFunctions_presult& obj); }; typedef struct _TCLIService_GetOperationStatus_args__isset { @@ -1280,6 +1450,9 @@ typedef struct _TCLIService_GetOperationStatus_args__isset { class TCLIService_GetOperationStatus_args { public: + static const char* ascii_fingerprint; // = "2A0009415DC2A8A9CDCF3A75C16ADBE7"; + static const uint8_t binary_fingerprint[16]; // = {0x2A,0x00,0x09,0x41,0x5D,0xC2,0xA8,0xA9,0xCD,0xCF,0x3A,0x75,0xC1,0x6A,0xDB,0xE7}; + TCLIService_GetOperationStatus_args(const TCLIService_GetOperationStatus_args&); TCLIService_GetOperationStatus_args& operator=(const TCLIService_GetOperationStatus_args&); TCLIService_GetOperationStatus_args() { @@ -1307,18 +1480,23 @@ class TCLIService_GetOperationStatus_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetOperationStatus_args& obj); }; class TCLIService_GetOperationStatus_pargs { public: + static const char* ascii_fingerprint; // = "2A0009415DC2A8A9CDCF3A75C16ADBE7"; + static const uint8_t binary_fingerprint[16]; // = {0x2A,0x00,0x09,0x41,0x5D,0xC2,0xA8,0xA9,0xCD,0xCF,0x3A,0x75,0xC1,0x6A,0xDB,0xE7}; + virtual ~TCLIService_GetOperationStatus_pargs() throw(); const TGetOperationStatusReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetOperationStatus_pargs& obj); }; typedef struct _TCLIService_GetOperationStatus_result__isset { @@ -1329,6 +1507,9 @@ typedef struct _TCLIService_GetOperationStatus_result__isset { class TCLIService_GetOperationStatus_result { public: + static const char* ascii_fingerprint; // = "C399947D185D259358E6B922C40ACF85"; + static const uint8_t binary_fingerprint[16]; // = {0xC3,0x99,0x94,0x7D,0x18,0x5D,0x25,0x93,0x58,0xE6,0xB9,0x22,0xC4,0x0A,0xCF,0x85}; + TCLIService_GetOperationStatus_result(const TCLIService_GetOperationStatus_result&); TCLIService_GetOperationStatus_result& operator=(const TCLIService_GetOperationStatus_result&); TCLIService_GetOperationStatus_result() { @@ -1356,6 +1537,7 @@ class TCLIService_GetOperationStatus_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetOperationStatus_result& obj); }; typedef struct _TCLIService_GetOperationStatus_presult__isset { @@ -1366,6 +1548,9 @@ typedef struct _TCLIService_GetOperationStatus_presult__isset { class TCLIService_GetOperationStatus_presult { public: + static const char* ascii_fingerprint; // = "C399947D185D259358E6B922C40ACF85"; + static const uint8_t binary_fingerprint[16]; // = {0xC3,0x99,0x94,0x7D,0x18,0x5D,0x25,0x93,0x58,0xE6,0xB9,0x22,0xC4,0x0A,0xCF,0x85}; + virtual ~TCLIService_GetOperationStatus_presult() throw(); TGetOperationStatusResp* success; @@ -1374,6 +1559,7 @@ class TCLIService_GetOperationStatus_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetOperationStatus_presult& obj); }; typedef struct _TCLIService_CancelOperation_args__isset { @@ -1384,6 +1570,9 @@ typedef struct _TCLIService_CancelOperation_args__isset { class TCLIService_CancelOperation_args { public: + static const char* ascii_fingerprint; // = "2A0009415DC2A8A9CDCF3A75C16ADBE7"; + static const uint8_t binary_fingerprint[16]; // = {0x2A,0x00,0x09,0x41,0x5D,0xC2,0xA8,0xA9,0xCD,0xCF,0x3A,0x75,0xC1,0x6A,0xDB,0xE7}; + TCLIService_CancelOperation_args(const TCLIService_CancelOperation_args&); TCLIService_CancelOperation_args& operator=(const TCLIService_CancelOperation_args&); TCLIService_CancelOperation_args() { @@ -1411,18 +1600,23 @@ class TCLIService_CancelOperation_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CancelOperation_args& obj); }; class TCLIService_CancelOperation_pargs { public: + static const char* ascii_fingerprint; // = "2A0009415DC2A8A9CDCF3A75C16ADBE7"; + static const uint8_t binary_fingerprint[16]; // = {0x2A,0x00,0x09,0x41,0x5D,0xC2,0xA8,0xA9,0xCD,0xCF,0x3A,0x75,0xC1,0x6A,0xDB,0xE7}; + virtual ~TCLIService_CancelOperation_pargs() throw(); const TCancelOperationReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CancelOperation_pargs& obj); }; typedef struct _TCLIService_CancelOperation_result__isset { @@ -1433,6 +1627,9 @@ typedef struct _TCLIService_CancelOperation_result__isset { class TCLIService_CancelOperation_result { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + TCLIService_CancelOperation_result(const TCLIService_CancelOperation_result&); TCLIService_CancelOperation_result& operator=(const TCLIService_CancelOperation_result&); TCLIService_CancelOperation_result() { @@ -1460,6 +1657,7 @@ class TCLIService_CancelOperation_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CancelOperation_result& obj); }; typedef struct _TCLIService_CancelOperation_presult__isset { @@ -1470,6 +1668,9 @@ typedef struct _TCLIService_CancelOperation_presult__isset { class TCLIService_CancelOperation_presult { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + virtual ~TCLIService_CancelOperation_presult() throw(); TCancelOperationResp* success; @@ -1478,6 +1679,7 @@ class TCLIService_CancelOperation_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CancelOperation_presult& obj); }; typedef struct _TCLIService_CloseOperation_args__isset { @@ -1488,6 +1690,9 @@ typedef struct _TCLIService_CloseOperation_args__isset { class TCLIService_CloseOperation_args { public: + static const char* ascii_fingerprint; // = "2A0009415DC2A8A9CDCF3A75C16ADBE7"; + static const uint8_t binary_fingerprint[16]; // = {0x2A,0x00,0x09,0x41,0x5D,0xC2,0xA8,0xA9,0xCD,0xCF,0x3A,0x75,0xC1,0x6A,0xDB,0xE7}; + TCLIService_CloseOperation_args(const TCLIService_CloseOperation_args&); TCLIService_CloseOperation_args& operator=(const TCLIService_CloseOperation_args&); TCLIService_CloseOperation_args() { @@ -1515,18 +1720,23 @@ class TCLIService_CloseOperation_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CloseOperation_args& obj); }; class TCLIService_CloseOperation_pargs { public: + static const char* ascii_fingerprint; // = "2A0009415DC2A8A9CDCF3A75C16ADBE7"; + static const uint8_t binary_fingerprint[16]; // = {0x2A,0x00,0x09,0x41,0x5D,0xC2,0xA8,0xA9,0xCD,0xCF,0x3A,0x75,0xC1,0x6A,0xDB,0xE7}; + virtual ~TCLIService_CloseOperation_pargs() throw(); const TCloseOperationReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CloseOperation_pargs& obj); }; typedef struct _TCLIService_CloseOperation_result__isset { @@ -1537,6 +1747,9 @@ typedef struct _TCLIService_CloseOperation_result__isset { class TCLIService_CloseOperation_result { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + TCLIService_CloseOperation_result(const TCLIService_CloseOperation_result&); TCLIService_CloseOperation_result& operator=(const TCLIService_CloseOperation_result&); TCLIService_CloseOperation_result() { @@ -1564,6 +1777,7 @@ class TCLIService_CloseOperation_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CloseOperation_result& obj); }; typedef struct _TCLIService_CloseOperation_presult__isset { @@ -1574,6 +1788,9 @@ typedef struct _TCLIService_CloseOperation_presult__isset { class TCLIService_CloseOperation_presult { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + virtual ~TCLIService_CloseOperation_presult() throw(); TCloseOperationResp* success; @@ -1582,6 +1799,7 @@ class TCLIService_CloseOperation_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CloseOperation_presult& obj); }; typedef struct _TCLIService_GetResultSetMetadata_args__isset { @@ -1592,6 +1810,9 @@ typedef struct _TCLIService_GetResultSetMetadata_args__isset { class TCLIService_GetResultSetMetadata_args { public: + static const char* ascii_fingerprint; // = "2A0009415DC2A8A9CDCF3A75C16ADBE7"; + static const uint8_t binary_fingerprint[16]; // = {0x2A,0x00,0x09,0x41,0x5D,0xC2,0xA8,0xA9,0xCD,0xCF,0x3A,0x75,0xC1,0x6A,0xDB,0xE7}; + TCLIService_GetResultSetMetadata_args(const TCLIService_GetResultSetMetadata_args&); TCLIService_GetResultSetMetadata_args& operator=(const TCLIService_GetResultSetMetadata_args&); TCLIService_GetResultSetMetadata_args() { @@ -1619,18 +1840,23 @@ class TCLIService_GetResultSetMetadata_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetResultSetMetadata_args& obj); }; class TCLIService_GetResultSetMetadata_pargs { public: + static const char* ascii_fingerprint; // = "2A0009415DC2A8A9CDCF3A75C16ADBE7"; + static const uint8_t binary_fingerprint[16]; // = {0x2A,0x00,0x09,0x41,0x5D,0xC2,0xA8,0xA9,0xCD,0xCF,0x3A,0x75,0xC1,0x6A,0xDB,0xE7}; + virtual ~TCLIService_GetResultSetMetadata_pargs() throw(); const TGetResultSetMetadataReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetResultSetMetadata_pargs& obj); }; typedef struct _TCLIService_GetResultSetMetadata_result__isset { @@ -1641,6 +1867,9 @@ typedef struct _TCLIService_GetResultSetMetadata_result__isset { class TCLIService_GetResultSetMetadata_result { public: + static const char* ascii_fingerprint; // = "748CA3BE2055D5C1AD7EAAEF01F7C463"; + static const uint8_t binary_fingerprint[16]; // = {0x74,0x8C,0xA3,0xBE,0x20,0x55,0xD5,0xC1,0xAD,0x7E,0xAA,0xEF,0x01,0xF7,0xC4,0x63}; + TCLIService_GetResultSetMetadata_result(const TCLIService_GetResultSetMetadata_result&); TCLIService_GetResultSetMetadata_result& operator=(const TCLIService_GetResultSetMetadata_result&); TCLIService_GetResultSetMetadata_result() { @@ -1668,6 +1897,7 @@ class TCLIService_GetResultSetMetadata_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetResultSetMetadata_result& obj); }; typedef struct _TCLIService_GetResultSetMetadata_presult__isset { @@ -1678,6 +1908,9 @@ typedef struct _TCLIService_GetResultSetMetadata_presult__isset { class TCLIService_GetResultSetMetadata_presult { public: + static const char* ascii_fingerprint; // = "748CA3BE2055D5C1AD7EAAEF01F7C463"; + static const uint8_t binary_fingerprint[16]; // = {0x74,0x8C,0xA3,0xBE,0x20,0x55,0xD5,0xC1,0xAD,0x7E,0xAA,0xEF,0x01,0xF7,0xC4,0x63}; + virtual ~TCLIService_GetResultSetMetadata_presult() throw(); TGetResultSetMetadataResp* success; @@ -1686,6 +1919,7 @@ class TCLIService_GetResultSetMetadata_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetResultSetMetadata_presult& obj); }; typedef struct _TCLIService_FetchResults_args__isset { @@ -1696,6 +1930,9 @@ typedef struct _TCLIService_FetchResults_args__isset { class TCLIService_FetchResults_args { public: + static const char* ascii_fingerprint; // = "9861C5443566158A1DAEAC80886635C8"; + static const uint8_t binary_fingerprint[16]; // = {0x98,0x61,0xC5,0x44,0x35,0x66,0x15,0x8A,0x1D,0xAE,0xAC,0x80,0x88,0x66,0x35,0xC8}; + TCLIService_FetchResults_args(const TCLIService_FetchResults_args&); TCLIService_FetchResults_args& operator=(const TCLIService_FetchResults_args&); TCLIService_FetchResults_args() { @@ -1723,18 +1960,23 @@ class TCLIService_FetchResults_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_FetchResults_args& obj); }; class TCLIService_FetchResults_pargs { public: + static const char* ascii_fingerprint; // = "9861C5443566158A1DAEAC80886635C8"; + static const uint8_t binary_fingerprint[16]; // = {0x98,0x61,0xC5,0x44,0x35,0x66,0x15,0x8A,0x1D,0xAE,0xAC,0x80,0x88,0x66,0x35,0xC8}; + virtual ~TCLIService_FetchResults_pargs() throw(); const TFetchResultsReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_FetchResults_pargs& obj); }; typedef struct _TCLIService_FetchResults_result__isset { @@ -1745,6 +1987,9 @@ typedef struct _TCLIService_FetchResults_result__isset { class TCLIService_FetchResults_result { public: + static const char* ascii_fingerprint; // = "CDEF797B9FFCA6B2CD18163A3D78F196"; + static const uint8_t binary_fingerprint[16]; // = {0xCD,0xEF,0x79,0x7B,0x9F,0xFC,0xA6,0xB2,0xCD,0x18,0x16,0x3A,0x3D,0x78,0xF1,0x96}; + TCLIService_FetchResults_result(const TCLIService_FetchResults_result&); TCLIService_FetchResults_result& operator=(const TCLIService_FetchResults_result&); TCLIService_FetchResults_result() { @@ -1772,6 +2017,7 @@ class TCLIService_FetchResults_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_FetchResults_result& obj); }; typedef struct _TCLIService_FetchResults_presult__isset { @@ -1782,6 +2028,9 @@ typedef struct _TCLIService_FetchResults_presult__isset { class TCLIService_FetchResults_presult { public: + static const char* ascii_fingerprint; // = "CDEF797B9FFCA6B2CD18163A3D78F196"; + static const uint8_t binary_fingerprint[16]; // = {0xCD,0xEF,0x79,0x7B,0x9F,0xFC,0xA6,0xB2,0xCD,0x18,0x16,0x3A,0x3D,0x78,0xF1,0x96}; + virtual ~TCLIService_FetchResults_presult() throw(); TFetchResultsResp* success; @@ -1790,6 +2039,7 @@ class TCLIService_FetchResults_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_FetchResults_presult& obj); }; typedef struct _TCLIService_GetDelegationToken_args__isset { @@ -1800,6 +2050,9 @@ typedef struct _TCLIService_GetDelegationToken_args__isset { class TCLIService_GetDelegationToken_args { public: + static const char* ascii_fingerprint; // = "BF8EEEB8C67FB6195D3D9BA5BA2C58A4"; + static const uint8_t binary_fingerprint[16]; // = {0xBF,0x8E,0xEE,0xB8,0xC6,0x7F,0xB6,0x19,0x5D,0x3D,0x9B,0xA5,0xBA,0x2C,0x58,0xA4}; + TCLIService_GetDelegationToken_args(const TCLIService_GetDelegationToken_args&); TCLIService_GetDelegationToken_args& operator=(const TCLIService_GetDelegationToken_args&); TCLIService_GetDelegationToken_args() { @@ -1827,18 +2080,23 @@ class TCLIService_GetDelegationToken_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetDelegationToken_args& obj); }; class TCLIService_GetDelegationToken_pargs { public: + static const char* ascii_fingerprint; // = "BF8EEEB8C67FB6195D3D9BA5BA2C58A4"; + static const uint8_t binary_fingerprint[16]; // = {0xBF,0x8E,0xEE,0xB8,0xC6,0x7F,0xB6,0x19,0x5D,0x3D,0x9B,0xA5,0xBA,0x2C,0x58,0xA4}; + virtual ~TCLIService_GetDelegationToken_pargs() throw(); const TGetDelegationTokenReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetDelegationToken_pargs& obj); }; typedef struct _TCLIService_GetDelegationToken_result__isset { @@ -1849,6 +2107,9 @@ typedef struct _TCLIService_GetDelegationToken_result__isset { class TCLIService_GetDelegationToken_result { public: + static const char* ascii_fingerprint; // = "58C1B84BE91071117FFEBB0AFA1636F7"; + static const uint8_t binary_fingerprint[16]; // = {0x58,0xC1,0xB8,0x4B,0xE9,0x10,0x71,0x11,0x7F,0xFE,0xBB,0x0A,0xFA,0x16,0x36,0xF7}; + TCLIService_GetDelegationToken_result(const TCLIService_GetDelegationToken_result&); TCLIService_GetDelegationToken_result& operator=(const TCLIService_GetDelegationToken_result&); TCLIService_GetDelegationToken_result() { @@ -1876,6 +2137,7 @@ class TCLIService_GetDelegationToken_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetDelegationToken_result& obj); }; typedef struct _TCLIService_GetDelegationToken_presult__isset { @@ -1886,6 +2148,9 @@ typedef struct _TCLIService_GetDelegationToken_presult__isset { class TCLIService_GetDelegationToken_presult { public: + static const char* ascii_fingerprint; // = "58C1B84BE91071117FFEBB0AFA1636F7"; + static const uint8_t binary_fingerprint[16]; // = {0x58,0xC1,0xB8,0x4B,0xE9,0x10,0x71,0x11,0x7F,0xFE,0xBB,0x0A,0xFA,0x16,0x36,0xF7}; + virtual ~TCLIService_GetDelegationToken_presult() throw(); TGetDelegationTokenResp* success; @@ -1894,6 +2159,7 @@ class TCLIService_GetDelegationToken_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_GetDelegationToken_presult& obj); }; typedef struct _TCLIService_CancelDelegationToken_args__isset { @@ -1904,6 +2170,9 @@ typedef struct _TCLIService_CancelDelegationToken_args__isset { class TCLIService_CancelDelegationToken_args { public: + static const char* ascii_fingerprint; // = "9C6A93D9444D84C6B888C2DA30E4CB54"; + static const uint8_t binary_fingerprint[16]; // = {0x9C,0x6A,0x93,0xD9,0x44,0x4D,0x84,0xC6,0xB8,0x88,0xC2,0xDA,0x30,0xE4,0xCB,0x54}; + TCLIService_CancelDelegationToken_args(const TCLIService_CancelDelegationToken_args&); TCLIService_CancelDelegationToken_args& operator=(const TCLIService_CancelDelegationToken_args&); TCLIService_CancelDelegationToken_args() { @@ -1931,18 +2200,23 @@ class TCLIService_CancelDelegationToken_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CancelDelegationToken_args& obj); }; class TCLIService_CancelDelegationToken_pargs { public: + static const char* ascii_fingerprint; // = "9C6A93D9444D84C6B888C2DA30E4CB54"; + static const uint8_t binary_fingerprint[16]; // = {0x9C,0x6A,0x93,0xD9,0x44,0x4D,0x84,0xC6,0xB8,0x88,0xC2,0xDA,0x30,0xE4,0xCB,0x54}; + virtual ~TCLIService_CancelDelegationToken_pargs() throw(); const TCancelDelegationTokenReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CancelDelegationToken_pargs& obj); }; typedef struct _TCLIService_CancelDelegationToken_result__isset { @@ -1953,6 +2227,9 @@ typedef struct _TCLIService_CancelDelegationToken_result__isset { class TCLIService_CancelDelegationToken_result { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + TCLIService_CancelDelegationToken_result(const TCLIService_CancelDelegationToken_result&); TCLIService_CancelDelegationToken_result& operator=(const TCLIService_CancelDelegationToken_result&); TCLIService_CancelDelegationToken_result() { @@ -1980,6 +2257,7 @@ class TCLIService_CancelDelegationToken_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CancelDelegationToken_result& obj); }; typedef struct _TCLIService_CancelDelegationToken_presult__isset { @@ -1990,6 +2268,9 @@ typedef struct _TCLIService_CancelDelegationToken_presult__isset { class TCLIService_CancelDelegationToken_presult { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + virtual ~TCLIService_CancelDelegationToken_presult() throw(); TCancelDelegationTokenResp* success; @@ -1998,6 +2279,7 @@ class TCLIService_CancelDelegationToken_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_CancelDelegationToken_presult& obj); }; typedef struct _TCLIService_RenewDelegationToken_args__isset { @@ -2008,6 +2290,9 @@ typedef struct _TCLIService_RenewDelegationToken_args__isset { class TCLIService_RenewDelegationToken_args { public: + static const char* ascii_fingerprint; // = "9C6A93D9444D84C6B888C2DA30E4CB54"; + static const uint8_t binary_fingerprint[16]; // = {0x9C,0x6A,0x93,0xD9,0x44,0x4D,0x84,0xC6,0xB8,0x88,0xC2,0xDA,0x30,0xE4,0xCB,0x54}; + TCLIService_RenewDelegationToken_args(const TCLIService_RenewDelegationToken_args&); TCLIService_RenewDelegationToken_args& operator=(const TCLIService_RenewDelegationToken_args&); TCLIService_RenewDelegationToken_args() { @@ -2035,18 +2320,23 @@ class TCLIService_RenewDelegationToken_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_RenewDelegationToken_args& obj); }; class TCLIService_RenewDelegationToken_pargs { public: + static const char* ascii_fingerprint; // = "9C6A93D9444D84C6B888C2DA30E4CB54"; + static const uint8_t binary_fingerprint[16]; // = {0x9C,0x6A,0x93,0xD9,0x44,0x4D,0x84,0xC6,0xB8,0x88,0xC2,0xDA,0x30,0xE4,0xCB,0x54}; + virtual ~TCLIService_RenewDelegationToken_pargs() throw(); const TRenewDelegationTokenReq* req; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_RenewDelegationToken_pargs& obj); }; typedef struct _TCLIService_RenewDelegationToken_result__isset { @@ -2057,6 +2347,9 @@ typedef struct _TCLIService_RenewDelegationToken_result__isset { class TCLIService_RenewDelegationToken_result { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + TCLIService_RenewDelegationToken_result(const TCLIService_RenewDelegationToken_result&); TCLIService_RenewDelegationToken_result& operator=(const TCLIService_RenewDelegationToken_result&); TCLIService_RenewDelegationToken_result() { @@ -2084,6 +2377,7 @@ class TCLIService_RenewDelegationToken_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const TCLIService_RenewDelegationToken_result& obj); }; typedef struct _TCLIService_RenewDelegationToken_presult__isset { @@ -2094,6 +2388,9 @@ typedef struct _TCLIService_RenewDelegationToken_presult__isset { class TCLIService_RenewDelegationToken_presult { public: + static const char* ascii_fingerprint; // = "BDB51A479DCD1EB1DB636FA1B4BE02A7"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0xB5,0x1A,0x47,0x9D,0xCD,0x1E,0xB1,0xDB,0x63,0x6F,0xA1,0xB4,0xBE,0x02,0xA7}; + virtual ~TCLIService_RenewDelegationToken_presult() throw(); TRenewDelegationTokenResp* success; @@ -2102,6 +2399,7 @@ class TCLIService_RenewDelegationToken_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const TCLIService_RenewDelegationToken_presult& obj); }; class TCLIServiceClient : virtual public TCLIServiceIf { @@ -2462,103 +2760,6 @@ class TCLIServiceMultiface : virtual public TCLIServiceIf { }; -// The 'concurrent' client is a thread safe client that correctly handles -// out of order responses. It is slower than the regular client, so should -// only be used when you need to share a connection among multiple threads -class TCLIServiceConcurrentClient : virtual public TCLIServiceIf { - public: - TCLIServiceConcurrentClient(boost::shared_ptr< ::apache::thrift::protocol::TProtocol> prot) { - setProtocol(prot); - } - TCLIServiceConcurrentClient(boost::shared_ptr< ::apache::thrift::protocol::TProtocol> iprot, boost::shared_ptr< ::apache::thrift::protocol::TProtocol> oprot) { - setProtocol(iprot,oprot); - } - private: - void setProtocol(boost::shared_ptr< ::apache::thrift::protocol::TProtocol> prot) { - setProtocol(prot,prot); - } - void setProtocol(boost::shared_ptr< ::apache::thrift::protocol::TProtocol> iprot, boost::shared_ptr< ::apache::thrift::protocol::TProtocol> oprot) { - piprot_=iprot; - poprot_=oprot; - iprot_ = iprot.get(); - oprot_ = oprot.get(); - } - public: - boost::shared_ptr< ::apache::thrift::protocol::TProtocol> getInputProtocol() { - return piprot_; - } - boost::shared_ptr< ::apache::thrift::protocol::TProtocol> getOutputProtocol() { - return poprot_; - } - void OpenSession(TOpenSessionResp& _return, const TOpenSessionReq& req); - int32_t send_OpenSession(const TOpenSessionReq& req); - void recv_OpenSession(TOpenSessionResp& _return, const int32_t seqid); - void CloseSession(TCloseSessionResp& _return, const TCloseSessionReq& req); - int32_t send_CloseSession(const TCloseSessionReq& req); - void recv_CloseSession(TCloseSessionResp& _return, const int32_t seqid); - void GetInfo(TGetInfoResp& _return, const TGetInfoReq& req); - int32_t send_GetInfo(const TGetInfoReq& req); - void recv_GetInfo(TGetInfoResp& _return, const int32_t seqid); - void ExecuteStatement(TExecuteStatementResp& _return, const TExecuteStatementReq& req); - int32_t send_ExecuteStatement(const TExecuteStatementReq& req); - void recv_ExecuteStatement(TExecuteStatementResp& _return, const int32_t seqid); - void GetTypeInfo(TGetTypeInfoResp& _return, const TGetTypeInfoReq& req); - int32_t send_GetTypeInfo(const TGetTypeInfoReq& req); - void recv_GetTypeInfo(TGetTypeInfoResp& _return, const int32_t seqid); - void GetCatalogs(TGetCatalogsResp& _return, const TGetCatalogsReq& req); - int32_t send_GetCatalogs(const TGetCatalogsReq& req); - void recv_GetCatalogs(TGetCatalogsResp& _return, const int32_t seqid); - void GetSchemas(TGetSchemasResp& _return, const TGetSchemasReq& req); - int32_t send_GetSchemas(const TGetSchemasReq& req); - void recv_GetSchemas(TGetSchemasResp& _return, const int32_t seqid); - void GetTables(TGetTablesResp& _return, const TGetTablesReq& req); - int32_t send_GetTables(const TGetTablesReq& req); - void recv_GetTables(TGetTablesResp& _return, const int32_t seqid); - void GetTableTypes(TGetTableTypesResp& _return, const TGetTableTypesReq& req); - int32_t send_GetTableTypes(const TGetTableTypesReq& req); - void recv_GetTableTypes(TGetTableTypesResp& _return, const int32_t seqid); - void GetColumns(TGetColumnsResp& _return, const TGetColumnsReq& req); - int32_t send_GetColumns(const TGetColumnsReq& req); - void recv_GetColumns(TGetColumnsResp& _return, const int32_t seqid); - void GetFunctions(TGetFunctionsResp& _return, const TGetFunctionsReq& req); - int32_t send_GetFunctions(const TGetFunctionsReq& req); - void recv_GetFunctions(TGetFunctionsResp& _return, const int32_t seqid); - void GetOperationStatus(TGetOperationStatusResp& _return, const TGetOperationStatusReq& req); - int32_t send_GetOperationStatus(const TGetOperationStatusReq& req); - void recv_GetOperationStatus(TGetOperationStatusResp& _return, const int32_t seqid); - void CancelOperation(TCancelOperationResp& _return, const TCancelOperationReq& req); - int32_t send_CancelOperation(const TCancelOperationReq& req); - void recv_CancelOperation(TCancelOperationResp& _return, const int32_t seqid); - void CloseOperation(TCloseOperationResp& _return, const TCloseOperationReq& req); - int32_t send_CloseOperation(const TCloseOperationReq& req); - void recv_CloseOperation(TCloseOperationResp& _return, const int32_t seqid); - void GetResultSetMetadata(TGetResultSetMetadataResp& _return, const TGetResultSetMetadataReq& req); - int32_t send_GetResultSetMetadata(const TGetResultSetMetadataReq& req); - void recv_GetResultSetMetadata(TGetResultSetMetadataResp& _return, const int32_t seqid); - void FetchResults(TFetchResultsResp& _return, const TFetchResultsReq& req); - int32_t send_FetchResults(const TFetchResultsReq& req); - void recv_FetchResults(TFetchResultsResp& _return, const int32_t seqid); - void GetDelegationToken(TGetDelegationTokenResp& _return, const TGetDelegationTokenReq& req); - int32_t send_GetDelegationToken(const TGetDelegationTokenReq& req); - void recv_GetDelegationToken(TGetDelegationTokenResp& _return, const int32_t seqid); - void CancelDelegationToken(TCancelDelegationTokenResp& _return, const TCancelDelegationTokenReq& req); - int32_t send_CancelDelegationToken(const TCancelDelegationTokenReq& req); - void recv_CancelDelegationToken(TCancelDelegationTokenResp& _return, const int32_t seqid); - void RenewDelegationToken(TRenewDelegationTokenResp& _return, const TRenewDelegationTokenReq& req); - int32_t send_RenewDelegationToken(const TRenewDelegationTokenReq& req); - void recv_RenewDelegationToken(TRenewDelegationTokenResp& _return, const int32_t seqid); - protected: - boost::shared_ptr< ::apache::thrift::protocol::TProtocol> piprot_; - boost::shared_ptr< ::apache::thrift::protocol::TProtocol> poprot_; - ::apache::thrift::protocol::TProtocol* iprot_; - ::apache::thrift::protocol::TProtocol* oprot_; - ::apache::thrift::async::TConcurrentClientSyncInfo sync_; -}; - -#ifdef _WIN32 - #pragma warning( pop ) -#endif - }}}}} // namespace #endif diff --git service/src/gen/thrift/gen-cpp/TCLIService_constants.cpp service/src/gen/thrift/gen-cpp/TCLIService_constants.cpp index 60eeff7..dcca5c8 100644 --- service/src/gen/thrift/gen-cpp/TCLIService_constants.cpp +++ service/src/gen/thrift/gen-cpp/TCLIService_constants.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-cpp/TCLIService_constants.h service/src/gen/thrift/gen-cpp/TCLIService_constants.h index 9310717..8993394 100644 --- service/src/gen/thrift/gen-cpp/TCLIService_constants.h +++ service/src/gen/thrift/gen-cpp/TCLIService_constants.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-cpp/TCLIService_types.cpp service/src/gen/thrift/gen-cpp/TCLIService_types.cpp index b852379..742cfdc 100644 --- service/src/gen/thrift/gen-cpp/TCLIService_types.cpp +++ service/src/gen/thrift/gen-cpp/TCLIService_types.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -280,9 +280,11 @@ void TTypeQualifierValue::__set_stringValue(const std::string& val) { __isset.stringValue = true; } +const char* TTypeQualifierValue::ascii_fingerprint = "A7801670116150C65ACA43E6F679BA79"; +const uint8_t TTypeQualifierValue::binary_fingerprint[16] = {0xA7,0x80,0x16,0x70,0x11,0x61,0x50,0xC6,0x5A,0xCA,0x43,0xE6,0xF6,0x79,0xBA,0x79}; + uint32_t TTypeQualifierValue::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -331,7 +333,7 @@ uint32_t TTypeQualifierValue::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t TTypeQualifierValue::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TTypeQualifierValue"); if (this->__isset.i32Value) { @@ -346,6 +348,7 @@ uint32_t TTypeQualifierValue::write(::apache::thrift::protocol::TProtocol* oprot } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -367,12 +370,13 @@ TTypeQualifierValue& TTypeQualifierValue::operator=(const TTypeQualifierValue& o __isset = other1.__isset; return *this; } -void TTypeQualifierValue::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TTypeQualifierValue& obj) { + using apache::thrift::to_string; out << "TTypeQualifierValue("; - out << "i32Value="; (__isset.i32Value ? (out << to_string(i32Value)) : (out << "")); - out << ", " << "stringValue="; (__isset.stringValue ? (out << to_string(stringValue)) : (out << "")); + out << "i32Value="; (obj.__isset.i32Value ? (out << to_string(obj.i32Value)) : (out << "")); + out << ", " << "stringValue="; (obj.__isset.stringValue ? (out << to_string(obj.stringValue)) : (out << "")); out << ")"; + return out; } @@ -384,9 +388,11 @@ void TTypeQualifiers::__set_qualifiers(const std::mapqualifiers = val; } +const char* TTypeQualifiers::ascii_fingerprint = "6C72981CFA989214285648FA8C196C47"; +const uint8_t TTypeQualifiers::binary_fingerprint[16] = {0x6C,0x72,0x98,0x1C,0xFA,0x98,0x92,0x14,0x28,0x56,0x48,0xFA,0x8C,0x19,0x6C,0x47}; + uint32_t TTypeQualifiers::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -445,7 +451,7 @@ uint32_t TTypeQualifiers::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TTypeQualifiers::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TTypeQualifiers"); xfer += oprot->writeFieldBegin("qualifiers", ::apache::thrift::protocol::T_MAP, 1); @@ -463,6 +469,7 @@ uint32_t TTypeQualifiers::write(::apache::thrift::protocol::TProtocol* oprot) co xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -478,11 +485,12 @@ TTypeQualifiers& TTypeQualifiers::operator=(const TTypeQualifiers& other11) { qualifiers = other11.qualifiers; return *this; } -void TTypeQualifiers::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TTypeQualifiers& obj) { + using apache::thrift::to_string; out << "TTypeQualifiers("; - out << "qualifiers=" << to_string(qualifiers); + out << "qualifiers=" << to_string(obj.qualifiers); out << ")"; + return out; } @@ -499,9 +507,11 @@ void TPrimitiveTypeEntry::__set_typeQualifiers(const TTypeQualifiers& val) { __isset.typeQualifiers = true; } +const char* TPrimitiveTypeEntry::ascii_fingerprint = "755674F6A5C8EB47868686AE386FBC1C"; +const uint8_t TPrimitiveTypeEntry::binary_fingerprint[16] = {0x75,0x56,0x74,0xF6,0xA5,0xC8,0xEB,0x47,0x86,0x86,0x86,0xAE,0x38,0x6F,0xBC,0x1C}; + uint32_t TPrimitiveTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -555,7 +565,7 @@ uint32_t TPrimitiveTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t TPrimitiveTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TPrimitiveTypeEntry"); xfer += oprot->writeFieldBegin("type", ::apache::thrift::protocol::T_I32, 1); @@ -569,6 +579,7 @@ uint32_t TPrimitiveTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -590,12 +601,13 @@ TPrimitiveTypeEntry& TPrimitiveTypeEntry::operator=(const TPrimitiveTypeEntry& o __isset = other14.__isset; return *this; } -void TPrimitiveTypeEntry::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TPrimitiveTypeEntry& obj) { + using apache::thrift::to_string; out << "TPrimitiveTypeEntry("; - out << "type=" << to_string(type); - out << ", " << "typeQualifiers="; (__isset.typeQualifiers ? (out << to_string(typeQualifiers)) : (out << "")); + out << "type=" << to_string(obj.type); + out << ", " << "typeQualifiers="; (obj.__isset.typeQualifiers ? (out << to_string(obj.typeQualifiers)) : (out << "")); out << ")"; + return out; } @@ -607,9 +619,11 @@ void TArrayTypeEntry::__set_objectTypePtr(const TTypeEntryPtr val) { this->objectTypePtr = val; } +const char* TArrayTypeEntry::ascii_fingerprint = "E86CACEB22240450EDCBEFC3A83970E4"; +const uint8_t TArrayTypeEntry::binary_fingerprint[16] = {0xE8,0x6C,0xAC,0xEB,0x22,0x24,0x04,0x50,0xED,0xCB,0xEF,0xC3,0xA8,0x39,0x70,0xE4}; + uint32_t TArrayTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -653,7 +667,7 @@ uint32_t TArrayTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TArrayTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TArrayTypeEntry"); xfer += oprot->writeFieldBegin("objectTypePtr", ::apache::thrift::protocol::T_I32, 1); @@ -662,6 +676,7 @@ uint32_t TArrayTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) co xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -677,11 +692,12 @@ TArrayTypeEntry& TArrayTypeEntry::operator=(const TArrayTypeEntry& other16) { objectTypePtr = other16.objectTypePtr; return *this; } -void TArrayTypeEntry::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TArrayTypeEntry& obj) { + using apache::thrift::to_string; out << "TArrayTypeEntry("; - out << "objectTypePtr=" << to_string(objectTypePtr); + out << "objectTypePtr=" << to_string(obj.objectTypePtr); out << ")"; + return out; } @@ -697,9 +713,11 @@ void TMapTypeEntry::__set_valueTypePtr(const TTypeEntryPtr val) { this->valueTypePtr = val; } +const char* TMapTypeEntry::ascii_fingerprint = "989D1F1AE8D148D5E2119FFEC4BBBEE3"; +const uint8_t TMapTypeEntry::binary_fingerprint[16] = {0x98,0x9D,0x1F,0x1A,0xE8,0xD1,0x48,0xD5,0xE2,0x11,0x9F,0xFE,0xC4,0xBB,0xBE,0xE3}; + uint32_t TMapTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -754,7 +772,7 @@ uint32_t TMapTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TMapTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TMapTypeEntry"); xfer += oprot->writeFieldBegin("keyTypePtr", ::apache::thrift::protocol::T_I32, 1); @@ -767,6 +785,7 @@ uint32_t TMapTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -785,12 +804,13 @@ TMapTypeEntry& TMapTypeEntry::operator=(const TMapTypeEntry& other18) { valueTypePtr = other18.valueTypePtr; return *this; } -void TMapTypeEntry::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TMapTypeEntry& obj) { + using apache::thrift::to_string; out << "TMapTypeEntry("; - out << "keyTypePtr=" << to_string(keyTypePtr); - out << ", " << "valueTypePtr=" << to_string(valueTypePtr); + out << "keyTypePtr=" << to_string(obj.keyTypePtr); + out << ", " << "valueTypePtr=" << to_string(obj.valueTypePtr); out << ")"; + return out; } @@ -802,9 +822,11 @@ void TStructTypeEntry::__set_nameToTypePtr(const std::mapnameToTypePtr = val; } +const char* TStructTypeEntry::ascii_fingerprint = "91F548CA159B4AB4291F5741AC161402"; +const uint8_t TStructTypeEntry::binary_fingerprint[16] = {0x91,0xF5,0x48,0xCA,0x15,0x9B,0x4A,0xB4,0x29,0x1F,0x57,0x41,0xAC,0x16,0x14,0x02}; + uint32_t TStructTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -863,7 +885,7 @@ uint32_t TStructTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TStructTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TStructTypeEntry"); xfer += oprot->writeFieldBegin("nameToTypePtr", ::apache::thrift::protocol::T_MAP, 1); @@ -881,6 +903,7 @@ uint32_t TStructTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -896,11 +919,12 @@ TStructTypeEntry& TStructTypeEntry::operator=(const TStructTypeEntry& other28) { nameToTypePtr = other28.nameToTypePtr; return *this; } -void TStructTypeEntry::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TStructTypeEntry& obj) { + using apache::thrift::to_string; out << "TStructTypeEntry("; - out << "nameToTypePtr=" << to_string(nameToTypePtr); + out << "nameToTypePtr=" << to_string(obj.nameToTypePtr); out << ")"; + return out; } @@ -912,9 +936,11 @@ void TUnionTypeEntry::__set_nameToTypePtr(const std::mapnameToTypePtr = val; } +const char* TUnionTypeEntry::ascii_fingerprint = "91F548CA159B4AB4291F5741AC161402"; +const uint8_t TUnionTypeEntry::binary_fingerprint[16] = {0x91,0xF5,0x48,0xCA,0x15,0x9B,0x4A,0xB4,0x29,0x1F,0x57,0x41,0xAC,0x16,0x14,0x02}; + uint32_t TUnionTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -973,7 +999,7 @@ uint32_t TUnionTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TUnionTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TUnionTypeEntry"); xfer += oprot->writeFieldBegin("nameToTypePtr", ::apache::thrift::protocol::T_MAP, 1); @@ -991,6 +1017,7 @@ uint32_t TUnionTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) co xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1006,11 +1033,12 @@ TUnionTypeEntry& TUnionTypeEntry::operator=(const TUnionTypeEntry& other38) { nameToTypePtr = other38.nameToTypePtr; return *this; } -void TUnionTypeEntry::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TUnionTypeEntry& obj) { + using apache::thrift::to_string; out << "TUnionTypeEntry("; - out << "nameToTypePtr=" << to_string(nameToTypePtr); + out << "nameToTypePtr=" << to_string(obj.nameToTypePtr); out << ")"; + return out; } @@ -1022,9 +1050,11 @@ void TUserDefinedTypeEntry::__set_typeClassName(const std::string& val) { this->typeClassName = val; } +const char* TUserDefinedTypeEntry::ascii_fingerprint = "EFB929595D312AC8F305D5A794CFEDA1"; +const uint8_t TUserDefinedTypeEntry::binary_fingerprint[16] = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + uint32_t TUserDefinedTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1068,7 +1098,7 @@ uint32_t TUserDefinedTypeEntry::read(::apache::thrift::protocol::TProtocol* ipro uint32_t TUserDefinedTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TUserDefinedTypeEntry"); xfer += oprot->writeFieldBegin("typeClassName", ::apache::thrift::protocol::T_STRING, 1); @@ -1077,6 +1107,7 @@ uint32_t TUserDefinedTypeEntry::write(::apache::thrift::protocol::TProtocol* opr xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1092,11 +1123,12 @@ TUserDefinedTypeEntry& TUserDefinedTypeEntry::operator=(const TUserDefinedTypeEn typeClassName = other40.typeClassName; return *this; } -void TUserDefinedTypeEntry::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TUserDefinedTypeEntry& obj) { + using apache::thrift::to_string; out << "TUserDefinedTypeEntry("; - out << "typeClassName=" << to_string(typeClassName); + out << "typeClassName=" << to_string(obj.typeClassName); out << ")"; + return out; } @@ -1128,9 +1160,11 @@ void TTypeEntry::__set_userDefinedTypeEntry(const TUserDefinedTypeEntry& val) { this->userDefinedTypeEntry = val; } +const char* TTypeEntry::ascii_fingerprint = "2FE56D9097E325DAA7E933738C6D325F"; +const uint8_t TTypeEntry::binary_fingerprint[16] = {0x2F,0xE5,0x6D,0x90,0x97,0xE3,0x25,0xDA,0xA7,0xE9,0x33,0x73,0x8C,0x6D,0x32,0x5F}; + uint32_t TTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1211,7 +1245,7 @@ uint32_t TTypeEntry::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TTypeEntry"); xfer += oprot->writeFieldBegin("primitiveEntry", ::apache::thrift::protocol::T_STRUCT, 1); @@ -1240,6 +1274,7 @@ uint32_t TTypeEntry::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1273,16 +1308,17 @@ TTypeEntry& TTypeEntry::operator=(const TTypeEntry& other42) { __isset = other42.__isset; return *this; } -void TTypeEntry::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TTypeEntry& obj) { + using apache::thrift::to_string; out << "TTypeEntry("; - out << "primitiveEntry=" << to_string(primitiveEntry); - out << ", " << "arrayEntry=" << to_string(arrayEntry); - out << ", " << "mapEntry=" << to_string(mapEntry); - out << ", " << "structEntry=" << to_string(structEntry); - out << ", " << "unionEntry=" << to_string(unionEntry); - out << ", " << "userDefinedTypeEntry=" << to_string(userDefinedTypeEntry); + out << "primitiveEntry=" << to_string(obj.primitiveEntry); + out << ", " << "arrayEntry=" << to_string(obj.arrayEntry); + out << ", " << "mapEntry=" << to_string(obj.mapEntry); + out << ", " << "structEntry=" << to_string(obj.structEntry); + out << ", " << "unionEntry=" << to_string(obj.unionEntry); + out << ", " << "userDefinedTypeEntry=" << to_string(obj.userDefinedTypeEntry); out << ")"; + return out; } @@ -1294,9 +1330,11 @@ void TTypeDesc::__set_types(const std::vector & val) { this->types = val; } +const char* TTypeDesc::ascii_fingerprint = "90B3C5A0B73419A84E85E0E48C452AA5"; +const uint8_t TTypeDesc::binary_fingerprint[16] = {0x90,0xB3,0xC5,0xA0,0xB7,0x34,0x19,0xA8,0x4E,0x85,0xE0,0xE4,0x8C,0x45,0x2A,0xA5}; + uint32_t TTypeDesc::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1352,7 +1390,7 @@ uint32_t TTypeDesc::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TTypeDesc::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TTypeDesc"); xfer += oprot->writeFieldBegin("types", ::apache::thrift::protocol::T_LIST, 1); @@ -1369,6 +1407,7 @@ uint32_t TTypeDesc::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1384,11 +1423,12 @@ TTypeDesc& TTypeDesc::operator=(const TTypeDesc& other50) { types = other50.types; return *this; } -void TTypeDesc::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TTypeDesc& obj) { + using apache::thrift::to_string; out << "TTypeDesc("; - out << "types=" << to_string(types); + out << "types=" << to_string(obj.types); out << ")"; + return out; } @@ -1413,9 +1453,11 @@ void TColumnDesc::__set_comment(const std::string& val) { __isset.comment = true; } +const char* TColumnDesc::ascii_fingerprint = "EABED9009D5FCABFCA65612069F2A849"; +const uint8_t TColumnDesc::binary_fingerprint[16] = {0xEA,0xBE,0xD9,0x00,0x9D,0x5F,0xCA,0xBF,0xCA,0x65,0x61,0x20,0x69,0xF2,0xA8,0x49}; + uint32_t TColumnDesc::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1489,7 +1531,7 @@ uint32_t TColumnDesc::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TColumnDesc::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TColumnDesc"); xfer += oprot->writeFieldBegin("columnName", ::apache::thrift::protocol::T_STRING, 1); @@ -1511,6 +1553,7 @@ uint32_t TColumnDesc::write(::apache::thrift::protocol::TProtocol* oprot) const } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1538,14 +1581,15 @@ TColumnDesc& TColumnDesc::operator=(const TColumnDesc& other52) { __isset = other52.__isset; return *this; } -void TColumnDesc::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TColumnDesc& obj) { + using apache::thrift::to_string; out << "TColumnDesc("; - out << "columnName=" << to_string(columnName); - out << ", " << "typeDesc=" << to_string(typeDesc); - out << ", " << "position=" << to_string(position); - out << ", " << "comment="; (__isset.comment ? (out << to_string(comment)) : (out << "")); + out << "columnName=" << to_string(obj.columnName); + out << ", " << "typeDesc=" << to_string(obj.typeDesc); + out << ", " << "position=" << to_string(obj.position); + out << ", " << "comment="; (obj.__isset.comment ? (out << to_string(obj.comment)) : (out << "")); out << ")"; + return out; } @@ -1557,9 +1601,11 @@ void TTableSchema::__set_columns(const std::vector & val) { this->columns = val; } +const char* TTableSchema::ascii_fingerprint = "7A1811E49313E5977107FC667B20E39D"; +const uint8_t TTableSchema::binary_fingerprint[16] = {0x7A,0x18,0x11,0xE4,0x93,0x13,0xE5,0x97,0x71,0x07,0xFC,0x66,0x7B,0x20,0xE3,0x9D}; + uint32_t TTableSchema::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1615,7 +1661,7 @@ uint32_t TTableSchema::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TTableSchema::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TTableSchema"); xfer += oprot->writeFieldBegin("columns", ::apache::thrift::protocol::T_LIST, 1); @@ -1632,6 +1678,7 @@ uint32_t TTableSchema::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1647,11 +1694,12 @@ TTableSchema& TTableSchema::operator=(const TTableSchema& other60) { columns = other60.columns; return *this; } -void TTableSchema::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TTableSchema& obj) { + using apache::thrift::to_string; out << "TTableSchema("; - out << "columns=" << to_string(columns); + out << "columns=" << to_string(obj.columns); out << ")"; + return out; } @@ -1664,9 +1712,11 @@ void TBoolValue::__set_value(const bool val) { __isset.value = true; } +const char* TBoolValue::ascii_fingerprint = "BF054652DEF86253C2BEE7D947F167DD"; +const uint8_t TBoolValue::binary_fingerprint[16] = {0xBF,0x05,0x46,0x52,0xDE,0xF8,0x62,0x53,0xC2,0xBE,0xE7,0xD9,0x47,0xF1,0x67,0xDD}; + uint32_t TBoolValue::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1707,7 +1757,7 @@ uint32_t TBoolValue::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TBoolValue::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TBoolValue"); if (this->__isset.value) { @@ -1717,6 +1767,7 @@ uint32_t TBoolValue::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1735,11 +1786,12 @@ TBoolValue& TBoolValue::operator=(const TBoolValue& other62) { __isset = other62.__isset; return *this; } -void TBoolValue::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TBoolValue& obj) { + using apache::thrift::to_string; out << "TBoolValue("; - out << "value="; (__isset.value ? (out << to_string(value)) : (out << "")); + out << "value="; (obj.__isset.value ? (out << to_string(obj.value)) : (out << "")); out << ")"; + return out; } @@ -1752,9 +1804,11 @@ void TByteValue::__set_value(const int8_t val) { __isset.value = true; } +const char* TByteValue::ascii_fingerprint = "9C15298ACB5D04AEA9B52D5DDE6F9208"; +const uint8_t TByteValue::binary_fingerprint[16] = {0x9C,0x15,0x29,0x8A,0xCB,0x5D,0x04,0xAE,0xA9,0xB5,0x2D,0x5D,0xDE,0x6F,0x92,0x08}; + uint32_t TByteValue::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1795,7 +1849,7 @@ uint32_t TByteValue::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TByteValue::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TByteValue"); if (this->__isset.value) { @@ -1805,6 +1859,7 @@ uint32_t TByteValue::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1823,11 +1878,12 @@ TByteValue& TByteValue::operator=(const TByteValue& other64) { __isset = other64.__isset; return *this; } -void TByteValue::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TByteValue& obj) { + using apache::thrift::to_string; out << "TByteValue("; - out << "value="; (__isset.value ? (out << to_string(value)) : (out << "")); + out << "value="; (obj.__isset.value ? (out << to_string(obj.value)) : (out << "")); out << ")"; + return out; } @@ -1840,9 +1896,11 @@ void TI16Value::__set_value(const int16_t val) { __isset.value = true; } +const char* TI16Value::ascii_fingerprint = "5DAC9C51C7E1106BF936FC71860BE9D5"; +const uint8_t TI16Value::binary_fingerprint[16] = {0x5D,0xAC,0x9C,0x51,0xC7,0xE1,0x10,0x6B,0xF9,0x36,0xFC,0x71,0x86,0x0B,0xE9,0xD5}; + uint32_t TI16Value::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1883,7 +1941,7 @@ uint32_t TI16Value::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TI16Value::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TI16Value"); if (this->__isset.value) { @@ -1893,6 +1951,7 @@ uint32_t TI16Value::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1911,11 +1970,12 @@ TI16Value& TI16Value::operator=(const TI16Value& other66) { __isset = other66.__isset; return *this; } -void TI16Value::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TI16Value& obj) { + using apache::thrift::to_string; out << "TI16Value("; - out << "value="; (__isset.value ? (out << to_string(value)) : (out << "")); + out << "value="; (obj.__isset.value ? (out << to_string(obj.value)) : (out << "")); out << ")"; + return out; } @@ -1928,9 +1988,11 @@ void TI32Value::__set_value(const int32_t val) { __isset.value = true; } +const char* TI32Value::ascii_fingerprint = "E7A96B151330359E84C0A3AC91BCBACD"; +const uint8_t TI32Value::binary_fingerprint[16] = {0xE7,0xA9,0x6B,0x15,0x13,0x30,0x35,0x9E,0x84,0xC0,0xA3,0xAC,0x91,0xBC,0xBA,0xCD}; + uint32_t TI32Value::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1971,7 +2033,7 @@ uint32_t TI32Value::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TI32Value::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TI32Value"); if (this->__isset.value) { @@ -1981,6 +2043,7 @@ uint32_t TI32Value::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1999,11 +2062,12 @@ TI32Value& TI32Value::operator=(const TI32Value& other68) { __isset = other68.__isset; return *this; } -void TI32Value::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TI32Value& obj) { + using apache::thrift::to_string; out << "TI32Value("; - out << "value="; (__isset.value ? (out << to_string(value)) : (out << "")); + out << "value="; (obj.__isset.value ? (out << to_string(obj.value)) : (out << "")); out << ")"; + return out; } @@ -2016,9 +2080,11 @@ void TI64Value::__set_value(const int64_t val) { __isset.value = true; } +const char* TI64Value::ascii_fingerprint = "148F3AAAC1D9859963D5E800D187BF26"; +const uint8_t TI64Value::binary_fingerprint[16] = {0x14,0x8F,0x3A,0xAA,0xC1,0xD9,0x85,0x99,0x63,0xD5,0xE8,0x00,0xD1,0x87,0xBF,0x26}; + uint32_t TI64Value::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2059,7 +2125,7 @@ uint32_t TI64Value::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TI64Value::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TI64Value"); if (this->__isset.value) { @@ -2069,6 +2135,7 @@ uint32_t TI64Value::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2087,11 +2154,12 @@ TI64Value& TI64Value::operator=(const TI64Value& other70) { __isset = other70.__isset; return *this; } -void TI64Value::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TI64Value& obj) { + using apache::thrift::to_string; out << "TI64Value("; - out << "value="; (__isset.value ? (out << to_string(value)) : (out << "")); + out << "value="; (obj.__isset.value ? (out << to_string(obj.value)) : (out << "")); out << ")"; + return out; } @@ -2104,9 +2172,11 @@ void TDoubleValue::__set_value(const double val) { __isset.value = true; } +const char* TDoubleValue::ascii_fingerprint = "3586E570A474C4A8603B4FF74903B3A6"; +const uint8_t TDoubleValue::binary_fingerprint[16] = {0x35,0x86,0xE5,0x70,0xA4,0x74,0xC4,0xA8,0x60,0x3B,0x4F,0xF7,0x49,0x03,0xB3,0xA6}; + uint32_t TDoubleValue::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2147,7 +2217,7 @@ uint32_t TDoubleValue::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TDoubleValue::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TDoubleValue"); if (this->__isset.value) { @@ -2157,6 +2227,7 @@ uint32_t TDoubleValue::write(::apache::thrift::protocol::TProtocol* oprot) const } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2175,11 +2246,12 @@ TDoubleValue& TDoubleValue::operator=(const TDoubleValue& other72) { __isset = other72.__isset; return *this; } -void TDoubleValue::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TDoubleValue& obj) { + using apache::thrift::to_string; out << "TDoubleValue("; - out << "value="; (__isset.value ? (out << to_string(value)) : (out << "")); + out << "value="; (obj.__isset.value ? (out << to_string(obj.value)) : (out << "")); out << ")"; + return out; } @@ -2192,9 +2264,11 @@ void TStringValue::__set_value(const std::string& val) { __isset.value = true; } +const char* TStringValue::ascii_fingerprint = "66E694018C17E5B65A59AE8F55CCA3CD"; +const uint8_t TStringValue::binary_fingerprint[16] = {0x66,0xE6,0x94,0x01,0x8C,0x17,0xE5,0xB6,0x5A,0x59,0xAE,0x8F,0x55,0xCC,0xA3,0xCD}; + uint32_t TStringValue::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2235,7 +2309,7 @@ uint32_t TStringValue::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TStringValue::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TStringValue"); if (this->__isset.value) { @@ -2245,6 +2319,7 @@ uint32_t TStringValue::write(::apache::thrift::protocol::TProtocol* oprot) const } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2263,11 +2338,12 @@ TStringValue& TStringValue::operator=(const TStringValue& other74) { __isset = other74.__isset; return *this; } -void TStringValue::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TStringValue& obj) { + using apache::thrift::to_string; out << "TStringValue("; - out << "value="; (__isset.value ? (out << to_string(value)) : (out << "")); + out << "value="; (obj.__isset.value ? (out << to_string(obj.value)) : (out << "")); out << ")"; + return out; } @@ -2303,9 +2379,11 @@ void TColumnValue::__set_stringVal(const TStringValue& val) { this->stringVal = val; } +const char* TColumnValue::ascii_fingerprint = "C2DDD988447EA7999A8285AA38AAE9AD"; +const uint8_t TColumnValue::binary_fingerprint[16] = {0xC2,0xDD,0xD9,0x88,0x44,0x7E,0xA7,0x99,0x9A,0x82,0x85,0xAA,0x38,0xAA,0xE9,0xAD}; + uint32_t TColumnValue::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2394,7 +2472,7 @@ uint32_t TColumnValue::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TColumnValue::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TColumnValue"); xfer += oprot->writeFieldBegin("boolVal", ::apache::thrift::protocol::T_STRUCT, 1); @@ -2427,6 +2505,7 @@ uint32_t TColumnValue::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2463,17 +2542,18 @@ TColumnValue& TColumnValue::operator=(const TColumnValue& other76) { __isset = other76.__isset; return *this; } -void TColumnValue::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TColumnValue& obj) { + using apache::thrift::to_string; out << "TColumnValue("; - out << "boolVal=" << to_string(boolVal); - out << ", " << "byteVal=" << to_string(byteVal); - out << ", " << "i16Val=" << to_string(i16Val); - out << ", " << "i32Val=" << to_string(i32Val); - out << ", " << "i64Val=" << to_string(i64Val); - out << ", " << "doubleVal=" << to_string(doubleVal); - out << ", " << "stringVal=" << to_string(stringVal); + out << "boolVal=" << to_string(obj.boolVal); + out << ", " << "byteVal=" << to_string(obj.byteVal); + out << ", " << "i16Val=" << to_string(obj.i16Val); + out << ", " << "i32Val=" << to_string(obj.i32Val); + out << ", " << "i64Val=" << to_string(obj.i64Val); + out << ", " << "doubleVal=" << to_string(obj.doubleVal); + out << ", " << "stringVal=" << to_string(obj.stringVal); out << ")"; + return out; } @@ -2485,9 +2565,11 @@ void TRow::__set_colVals(const std::vector & val) { this->colVals = val; } +const char* TRow::ascii_fingerprint = "E73FD1FCA0CA58A669FC3E02FB68D534"; +const uint8_t TRow::binary_fingerprint[16] = {0xE7,0x3F,0xD1,0xFC,0xA0,0xCA,0x58,0xA6,0x69,0xFC,0x3E,0x02,0xFB,0x68,0xD5,0x34}; + uint32_t TRow::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2543,7 +2625,7 @@ uint32_t TRow::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TRow::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TRow"); xfer += oprot->writeFieldBegin("colVals", ::apache::thrift::protocol::T_LIST, 1); @@ -2560,6 +2642,7 @@ uint32_t TRow::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2575,11 +2658,12 @@ TRow& TRow::operator=(const TRow& other84) { colVals = other84.colVals; return *this; } -void TRow::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TRow& obj) { + using apache::thrift::to_string; out << "TRow("; - out << "colVals=" << to_string(colVals); + out << "colVals=" << to_string(obj.colVals); out << ")"; + return out; } @@ -2595,9 +2679,11 @@ void TBoolColumn::__set_nulls(const std::string& val) { this->nulls = val; } +const char* TBoolColumn::ascii_fingerprint = "F9058324D96DB7F974D8ACDC01C54219"; +const uint8_t TBoolColumn::binary_fingerprint[16] = {0xF9,0x05,0x83,0x24,0xD9,0x6D,0xB7,0xF9,0x74,0xD8,0xAC,0xDC,0x01,0xC5,0x42,0x19}; + uint32_t TBoolColumn::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2664,7 +2750,7 @@ uint32_t TBoolColumn::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TBoolColumn::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TBoolColumn"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -2685,6 +2771,7 @@ uint32_t TBoolColumn::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2703,12 +2790,13 @@ TBoolColumn& TBoolColumn::operator=(const TBoolColumn& other92) { nulls = other92.nulls; return *this; } -void TBoolColumn::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TBoolColumn& obj) { + using apache::thrift::to_string; out << "TBoolColumn("; - out << "values=" << to_string(values); - out << ", " << "nulls=" << to_string(nulls); + out << "values=" << to_string(obj.values); + out << ", " << "nulls=" << to_string(obj.nulls); out << ")"; + return out; } @@ -2724,9 +2812,11 @@ void TByteColumn::__set_nulls(const std::string& val) { this->nulls = val; } +const char* TByteColumn::ascii_fingerprint = "1CB300106BAA463A70BB2A2395900F48"; +const uint8_t TByteColumn::binary_fingerprint[16] = {0x1C,0xB3,0x00,0x10,0x6B,0xAA,0x46,0x3A,0x70,0xBB,0x2A,0x23,0x95,0x90,0x0F,0x48}; + uint32_t TByteColumn::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2793,7 +2883,7 @@ uint32_t TByteColumn::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TByteColumn::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TByteColumn"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -2814,6 +2904,7 @@ uint32_t TByteColumn::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2832,12 +2923,13 @@ TByteColumn& TByteColumn::operator=(const TByteColumn& other100) { nulls = other100.nulls; return *this; } -void TByteColumn::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TByteColumn& obj) { + using apache::thrift::to_string; out << "TByteColumn("; - out << "values=" << to_string(values); - out << ", " << "nulls=" << to_string(nulls); + out << "values=" << to_string(obj.values); + out << ", " << "nulls=" << to_string(obj.nulls); out << ")"; + return out; } @@ -2853,9 +2945,11 @@ void TI16Column::__set_nulls(const std::string& val) { this->nulls = val; } +const char* TI16Column::ascii_fingerprint = "6574CDB1F121C8DB47FB257A3F104BDB"; +const uint8_t TI16Column::binary_fingerprint[16] = {0x65,0x74,0xCD,0xB1,0xF1,0x21,0xC8,0xDB,0x47,0xFB,0x25,0x7A,0x3F,0x10,0x4B,0xDB}; + uint32_t TI16Column::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2922,7 +3016,7 @@ uint32_t TI16Column::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TI16Column::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TI16Column"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -2943,6 +3037,7 @@ uint32_t TI16Column::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -2961,12 +3056,13 @@ TI16Column& TI16Column::operator=(const TI16Column& other108) { nulls = other108.nulls; return *this; } -void TI16Column::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TI16Column& obj) { + using apache::thrift::to_string; out << "TI16Column("; - out << "values=" << to_string(values); - out << ", " << "nulls=" << to_string(nulls); + out << "values=" << to_string(obj.values); + out << ", " << "nulls=" << to_string(obj.nulls); out << ")"; + return out; } @@ -2982,9 +3078,11 @@ void TI32Column::__set_nulls(const std::string& val) { this->nulls = val; } +const char* TI32Column::ascii_fingerprint = "CCCCE89C7E9DA10280F5663700677313"; +const uint8_t TI32Column::binary_fingerprint[16] = {0xCC,0xCC,0xE8,0x9C,0x7E,0x9D,0xA1,0x02,0x80,0xF5,0x66,0x37,0x00,0x67,0x73,0x13}; + uint32_t TI32Column::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3051,7 +3149,7 @@ uint32_t TI32Column::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TI32Column::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TI32Column"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -3072,6 +3170,7 @@ uint32_t TI32Column::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3090,12 +3189,13 @@ TI32Column& TI32Column::operator=(const TI32Column& other116) { nulls = other116.nulls; return *this; } -void TI32Column::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TI32Column& obj) { + using apache::thrift::to_string; out << "TI32Column("; - out << "values=" << to_string(values); - out << ", " << "nulls=" << to_string(nulls); + out << "values=" << to_string(obj.values); + out << ", " << "nulls=" << to_string(obj.nulls); out << ")"; + return out; } @@ -3111,9 +3211,11 @@ void TI64Column::__set_nulls(const std::string& val) { this->nulls = val; } +const char* TI64Column::ascii_fingerprint = "925353917FC0AF87976A2338011F5A31"; +const uint8_t TI64Column::binary_fingerprint[16] = {0x92,0x53,0x53,0x91,0x7F,0xC0,0xAF,0x87,0x97,0x6A,0x23,0x38,0x01,0x1F,0x5A,0x31}; + uint32_t TI64Column::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3180,7 +3282,7 @@ uint32_t TI64Column::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TI64Column::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TI64Column"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -3201,6 +3303,7 @@ uint32_t TI64Column::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3219,12 +3322,13 @@ TI64Column& TI64Column::operator=(const TI64Column& other124) { nulls = other124.nulls; return *this; } -void TI64Column::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TI64Column& obj) { + using apache::thrift::to_string; out << "TI64Column("; - out << "values=" << to_string(values); - out << ", " << "nulls=" << to_string(nulls); + out << "values=" << to_string(obj.values); + out << ", " << "nulls=" << to_string(obj.nulls); out << ")"; + return out; } @@ -3240,9 +3344,11 @@ void TDoubleColumn::__set_nulls(const std::string& val) { this->nulls = val; } +const char* TDoubleColumn::ascii_fingerprint = "8FF1C050A8D7FD247AEB23CD71539C09"; +const uint8_t TDoubleColumn::binary_fingerprint[16] = {0x8F,0xF1,0xC0,0x50,0xA8,0xD7,0xFD,0x24,0x7A,0xEB,0x23,0xCD,0x71,0x53,0x9C,0x09}; + uint32_t TDoubleColumn::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3309,7 +3415,7 @@ uint32_t TDoubleColumn::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TDoubleColumn::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TDoubleColumn"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -3330,6 +3436,7 @@ uint32_t TDoubleColumn::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3348,12 +3455,13 @@ TDoubleColumn& TDoubleColumn::operator=(const TDoubleColumn& other132) { nulls = other132.nulls; return *this; } -void TDoubleColumn::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TDoubleColumn& obj) { + using apache::thrift::to_string; out << "TDoubleColumn("; - out << "values=" << to_string(values); - out << ", " << "nulls=" << to_string(nulls); + out << "values=" << to_string(obj.values); + out << ", " << "nulls=" << to_string(obj.nulls); out << ")"; + return out; } @@ -3369,9 +3477,11 @@ void TStringColumn::__set_nulls(const std::string& val) { this->nulls = val; } +const char* TStringColumn::ascii_fingerprint = "BE556BF7091B2DABBA1863D5E458B15F"; +const uint8_t TStringColumn::binary_fingerprint[16] = {0xBE,0x55,0x6B,0xF7,0x09,0x1B,0x2D,0xAB,0xBA,0x18,0x63,0xD5,0xE4,0x58,0xB1,0x5F}; + uint32_t TStringColumn::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3438,7 +3548,7 @@ uint32_t TStringColumn::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TStringColumn::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TStringColumn"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -3459,6 +3569,7 @@ uint32_t TStringColumn::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3477,12 +3588,13 @@ TStringColumn& TStringColumn::operator=(const TStringColumn& other140) { nulls = other140.nulls; return *this; } -void TStringColumn::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TStringColumn& obj) { + using apache::thrift::to_string; out << "TStringColumn("; - out << "values=" << to_string(values); - out << ", " << "nulls=" << to_string(nulls); + out << "values=" << to_string(obj.values); + out << ", " << "nulls=" << to_string(obj.nulls); out << ")"; + return out; } @@ -3498,9 +3610,11 @@ void TBinaryColumn::__set_nulls(const std::string& val) { this->nulls = val; } +const char* TBinaryColumn::ascii_fingerprint = "BE556BF7091B2DABBA1863D5E458B15F"; +const uint8_t TBinaryColumn::binary_fingerprint[16] = {0xBE,0x55,0x6B,0xF7,0x09,0x1B,0x2D,0xAB,0xBA,0x18,0x63,0xD5,0xE4,0x58,0xB1,0x5F}; + uint32_t TBinaryColumn::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3567,7 +3681,7 @@ uint32_t TBinaryColumn::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TBinaryColumn::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TBinaryColumn"); xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 1); @@ -3588,6 +3702,7 @@ uint32_t TBinaryColumn::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3606,12 +3721,13 @@ TBinaryColumn& TBinaryColumn::operator=(const TBinaryColumn& other148) { nulls = other148.nulls; return *this; } -void TBinaryColumn::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TBinaryColumn& obj) { + using apache::thrift::to_string; out << "TBinaryColumn("; - out << "values=" << to_string(values); - out << ", " << "nulls=" << to_string(nulls); + out << "values=" << to_string(obj.values); + out << ", " << "nulls=" << to_string(obj.nulls); out << ")"; + return out; } @@ -3651,9 +3767,11 @@ void TColumn::__set_binaryVal(const TBinaryColumn& val) { this->binaryVal = val; } +const char* TColumn::ascii_fingerprint = "E6ADD10B4CDDE61A19E8878CC7039A17"; +const uint8_t TColumn::binary_fingerprint[16] = {0xE6,0xAD,0xD1,0x0B,0x4C,0xDD,0xE6,0x1A,0x19,0xE8,0x87,0x8C,0xC7,0x03,0x9A,0x17}; + uint32_t TColumn::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3750,7 +3868,7 @@ uint32_t TColumn::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TColumn::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TColumn"); xfer += oprot->writeFieldBegin("boolVal", ::apache::thrift::protocol::T_STRUCT, 1); @@ -3787,6 +3905,7 @@ uint32_t TColumn::write(::apache::thrift::protocol::TProtocol* oprot) const { xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -3826,18 +3945,19 @@ TColumn& TColumn::operator=(const TColumn& other150) { __isset = other150.__isset; return *this; } -void TColumn::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TColumn& obj) { + using apache::thrift::to_string; out << "TColumn("; - out << "boolVal=" << to_string(boolVal); - out << ", " << "byteVal=" << to_string(byteVal); - out << ", " << "i16Val=" << to_string(i16Val); - out << ", " << "i32Val=" << to_string(i32Val); - out << ", " << "i64Val=" << to_string(i64Val); - out << ", " << "doubleVal=" << to_string(doubleVal); - out << ", " << "stringVal=" << to_string(stringVal); - out << ", " << "binaryVal=" << to_string(binaryVal); + out << "boolVal=" << to_string(obj.boolVal); + out << ", " << "byteVal=" << to_string(obj.byteVal); + out << ", " << "i16Val=" << to_string(obj.i16Val); + out << ", " << "i32Val=" << to_string(obj.i32Val); + out << ", " << "i64Val=" << to_string(obj.i64Val); + out << ", " << "doubleVal=" << to_string(obj.doubleVal); + out << ", " << "stringVal=" << to_string(obj.stringVal); + out << ", " << "binaryVal=" << to_string(obj.binaryVal); out << ")"; + return out; } @@ -3858,9 +3978,11 @@ void TRowSet::__set_columns(const std::vector & val) { __isset.columns = true; } +const char* TRowSet::ascii_fingerprint = "46DA30A870489C7A58105AE0080DAEBF"; +const uint8_t TRowSet::binary_fingerprint[16] = {0x46,0xDA,0x30,0xA8,0x70,0x48,0x9C,0x7A,0x58,0x10,0x5A,0xE0,0x08,0x0D,0xAE,0xBF}; + uint32_t TRowSet::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -3947,7 +4069,7 @@ uint32_t TRowSet::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TRowSet::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TRowSet"); xfer += oprot->writeFieldBegin("startRowOffset", ::apache::thrift::protocol::T_I64, 1); @@ -3981,6 +4103,7 @@ uint32_t TRowSet::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4005,13 +4128,14 @@ TRowSet& TRowSet::operator=(const TRowSet& other164) { __isset = other164.__isset; return *this; } -void TRowSet::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TRowSet& obj) { + using apache::thrift::to_string; out << "TRowSet("; - out << "startRowOffset=" << to_string(startRowOffset); - out << ", " << "rows=" << to_string(rows); - out << ", " << "columns="; (__isset.columns ? (out << to_string(columns)) : (out << "")); + out << "startRowOffset=" << to_string(obj.startRowOffset); + out << ", " << "rows=" << to_string(obj.rows); + out << ", " << "columns="; (obj.__isset.columns ? (out << to_string(obj.columns)) : (out << "")); out << ")"; + return out; } @@ -4043,9 +4167,11 @@ void TStatus::__set_errorMessage(const std::string& val) { __isset.errorMessage = true; } +const char* TStatus::ascii_fingerprint = "D5DEF49634A59C615C1B3A6F7D0DADB5"; +const uint8_t TStatus::binary_fingerprint[16] = {0xD5,0xDE,0xF4,0x96,0x34,0xA5,0x9C,0x61,0x5C,0x1B,0x3A,0x6F,0x7D,0x0D,0xAD,0xB5}; + uint32_t TStatus::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4135,7 +4261,7 @@ uint32_t TStatus::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TStatus::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TStatus"); xfer += oprot->writeFieldBegin("statusCode", ::apache::thrift::protocol::T_I32, 1); @@ -4172,6 +4298,7 @@ uint32_t TStatus::write(::apache::thrift::protocol::TProtocol* oprot) const { } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4202,15 +4329,16 @@ TStatus& TStatus::operator=(const TStatus& other173) { __isset = other173.__isset; return *this; } -void TStatus::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TStatus& obj) { + using apache::thrift::to_string; out << "TStatus("; - out << "statusCode=" << to_string(statusCode); - out << ", " << "infoMessages="; (__isset.infoMessages ? (out << to_string(infoMessages)) : (out << "")); - out << ", " << "sqlState="; (__isset.sqlState ? (out << to_string(sqlState)) : (out << "")); - out << ", " << "errorCode="; (__isset.errorCode ? (out << to_string(errorCode)) : (out << "")); - out << ", " << "errorMessage="; (__isset.errorMessage ? (out << to_string(errorMessage)) : (out << "")); + out << "statusCode=" << to_string(obj.statusCode); + out << ", " << "infoMessages="; (obj.__isset.infoMessages ? (out << to_string(obj.infoMessages)) : (out << "")); + out << ", " << "sqlState="; (obj.__isset.sqlState ? (out << to_string(obj.sqlState)) : (out << "")); + out << ", " << "errorCode="; (obj.__isset.errorCode ? (out << to_string(obj.errorCode)) : (out << "")); + out << ", " << "errorMessage="; (obj.__isset.errorMessage ? (out << to_string(obj.errorMessage)) : (out << "")); out << ")"; + return out; } @@ -4226,9 +4354,11 @@ void THandleIdentifier::__set_secret(const std::string& val) { this->secret = val; } +const char* THandleIdentifier::ascii_fingerprint = "07A9615F837F7D0A952B595DD3020972"; +const uint8_t THandleIdentifier::binary_fingerprint[16] = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + uint32_t THandleIdentifier::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4283,7 +4413,7 @@ uint32_t THandleIdentifier::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t THandleIdentifier::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("THandleIdentifier"); xfer += oprot->writeFieldBegin("guid", ::apache::thrift::protocol::T_STRING, 1); @@ -4296,6 +4426,7 @@ uint32_t THandleIdentifier::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4314,12 +4445,13 @@ THandleIdentifier& THandleIdentifier::operator=(const THandleIdentifier& other17 secret = other175.secret; return *this; } -void THandleIdentifier::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const THandleIdentifier& obj) { + using apache::thrift::to_string; out << "THandleIdentifier("; - out << "guid=" << to_string(guid); - out << ", " << "secret=" << to_string(secret); + out << "guid=" << to_string(obj.guid); + out << ", " << "secret=" << to_string(obj.secret); out << ")"; + return out; } @@ -4331,9 +4463,11 @@ void TSessionHandle::__set_sessionId(const THandleIdentifier& val) { this->sessionId = val; } +const char* TSessionHandle::ascii_fingerprint = "A756D3DBE614FB13F70BF7F7B6EB3D73"; +const uint8_t TSessionHandle::binary_fingerprint[16] = {0xA7,0x56,0xD3,0xDB,0xE6,0x14,0xFB,0x13,0xF7,0x0B,0xF7,0xF7,0xB6,0xEB,0x3D,0x73}; + uint32_t TSessionHandle::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4377,7 +4511,7 @@ uint32_t TSessionHandle::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TSessionHandle::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TSessionHandle"); xfer += oprot->writeFieldBegin("sessionId", ::apache::thrift::protocol::T_STRUCT, 1); @@ -4386,6 +4520,7 @@ uint32_t TSessionHandle::write(::apache::thrift::protocol::TProtocol* oprot) con xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4401,11 +4536,12 @@ TSessionHandle& TSessionHandle::operator=(const TSessionHandle& other177) { sessionId = other177.sessionId; return *this; } -void TSessionHandle::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TSessionHandle& obj) { + using apache::thrift::to_string; out << "TSessionHandle("; - out << "sessionId=" << to_string(sessionId); + out << "sessionId=" << to_string(obj.sessionId); out << ")"; + return out; } @@ -4430,9 +4566,11 @@ void TOperationHandle::__set_modifiedRowCount(const double val) { __isset.modifiedRowCount = true; } +const char* TOperationHandle::ascii_fingerprint = "29FD80F4F96804A30FCC59C23D2E5349"; +const uint8_t TOperationHandle::binary_fingerprint[16] = {0x29,0xFD,0x80,0xF4,0xF9,0x68,0x04,0xA3,0x0F,0xCC,0x59,0xC2,0x3D,0x2E,0x53,0x49}; + uint32_t TOperationHandle::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4508,7 +4646,7 @@ uint32_t TOperationHandle::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TOperationHandle::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TOperationHandle"); xfer += oprot->writeFieldBegin("operationId", ::apache::thrift::protocol::T_STRUCT, 1); @@ -4530,6 +4668,7 @@ uint32_t TOperationHandle::write(::apache::thrift::protocol::TProtocol* oprot) c } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4557,14 +4696,15 @@ TOperationHandle& TOperationHandle::operator=(const TOperationHandle& other180) __isset = other180.__isset; return *this; } -void TOperationHandle::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TOperationHandle& obj) { + using apache::thrift::to_string; out << "TOperationHandle("; - out << "operationId=" << to_string(operationId); - out << ", " << "operationType=" << to_string(operationType); - out << ", " << "hasResultSet=" << to_string(hasResultSet); - out << ", " << "modifiedRowCount="; (__isset.modifiedRowCount ? (out << to_string(modifiedRowCount)) : (out << "")); + out << "operationId=" << to_string(obj.operationId); + out << ", " << "operationType=" << to_string(obj.operationType); + out << ", " << "hasResultSet=" << to_string(obj.hasResultSet); + out << ", " << "modifiedRowCount="; (obj.__isset.modifiedRowCount ? (out << to_string(obj.modifiedRowCount)) : (out << "")); out << ")"; + return out; } @@ -4591,9 +4731,11 @@ void TOpenSessionReq::__set_configuration(const std::mapincrementRecursionDepth(); xfer += oprot->writeStructBegin("TOpenSessionReq"); xfer += oprot->writeFieldBegin("client_protocol", ::apache::thrift::protocol::T_I32, 1); @@ -4711,6 +4853,7 @@ uint32_t TOpenSessionReq::write(::apache::thrift::protocol::TProtocol* oprot) co } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4738,14 +4881,15 @@ TOpenSessionReq& TOpenSessionReq::operator=(const TOpenSessionReq& other191) { __isset = other191.__isset; return *this; } -void TOpenSessionReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TOpenSessionReq& obj) { + using apache::thrift::to_string; out << "TOpenSessionReq("; - out << "client_protocol=" << to_string(client_protocol); - out << ", " << "username="; (__isset.username ? (out << to_string(username)) : (out << "")); - out << ", " << "password="; (__isset.password ? (out << to_string(password)) : (out << "")); - out << ", " << "configuration="; (__isset.configuration ? (out << to_string(configuration)) : (out << "")); + out << "client_protocol=" << to_string(obj.client_protocol); + out << ", " << "username="; (obj.__isset.username ? (out << to_string(obj.username)) : (out << "")); + out << ", " << "password="; (obj.__isset.password ? (out << to_string(obj.password)) : (out << "")); + out << ", " << "configuration="; (obj.__isset.configuration ? (out << to_string(obj.configuration)) : (out << "")); out << ")"; + return out; } @@ -4771,9 +4915,11 @@ void TOpenSessionResp::__set_configuration(const std::mapincrementRecursionDepth(); xfer += oprot->writeStructBegin("TOpenSessionResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -4893,6 +5039,7 @@ uint32_t TOpenSessionResp::write(::apache::thrift::protocol::TProtocol* oprot) c } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -4920,14 +5067,15 @@ TOpenSessionResp& TOpenSessionResp::operator=(const TOpenSessionResp& other202) __isset = other202.__isset; return *this; } -void TOpenSessionResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TOpenSessionResp& obj) { + using apache::thrift::to_string; out << "TOpenSessionResp("; - out << "status=" << to_string(status); - out << ", " << "serverProtocolVersion=" << to_string(serverProtocolVersion); - out << ", " << "sessionHandle="; (__isset.sessionHandle ? (out << to_string(sessionHandle)) : (out << "")); - out << ", " << "configuration="; (__isset.configuration ? (out << to_string(configuration)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "serverProtocolVersion=" << to_string(obj.serverProtocolVersion); + out << ", " << "sessionHandle="; (obj.__isset.sessionHandle ? (out << to_string(obj.sessionHandle)) : (out << "")); + out << ", " << "configuration="; (obj.__isset.configuration ? (out << to_string(obj.configuration)) : (out << "")); out << ")"; + return out; } @@ -4939,9 +5087,11 @@ void TCloseSessionReq::__set_sessionHandle(const TSessionHandle& val) { this->sessionHandle = val; } +const char* TCloseSessionReq::ascii_fingerprint = "82377107F8BD0526960537D5A112E6EF"; +const uint8_t TCloseSessionReq::binary_fingerprint[16] = {0x82,0x37,0x71,0x07,0xF8,0xBD,0x05,0x26,0x96,0x05,0x37,0xD5,0xA1,0x12,0xE6,0xEF}; + uint32_t TCloseSessionReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -4985,7 +5135,7 @@ uint32_t TCloseSessionReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TCloseSessionReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCloseSessionReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -4994,6 +5144,7 @@ uint32_t TCloseSessionReq::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5009,11 +5160,12 @@ TCloseSessionReq& TCloseSessionReq::operator=(const TCloseSessionReq& other204) sessionHandle = other204.sessionHandle; return *this; } -void TCloseSessionReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TCloseSessionReq& obj) { + using apache::thrift::to_string; out << "TCloseSessionReq("; - out << "sessionHandle=" << to_string(sessionHandle); + out << "sessionHandle=" << to_string(obj.sessionHandle); out << ")"; + return out; } @@ -5025,9 +5177,11 @@ void TCloseSessionResp::__set_status(const TStatus& val) { this->status = val; } +const char* TCloseSessionResp::ascii_fingerprint = "7142E89F09DC7C5F6FA916C7393F46C2"; +const uint8_t TCloseSessionResp::binary_fingerprint[16] = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + uint32_t TCloseSessionResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5071,7 +5225,7 @@ uint32_t TCloseSessionResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TCloseSessionResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCloseSessionResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -5080,6 +5234,7 @@ uint32_t TCloseSessionResp::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5095,11 +5250,12 @@ TCloseSessionResp& TCloseSessionResp::operator=(const TCloseSessionResp& other20 status = other206.status; return *this; } -void TCloseSessionResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TCloseSessionResp& obj) { + using apache::thrift::to_string; out << "TCloseSessionResp("; - out << "status=" << to_string(status); + out << "status=" << to_string(obj.status); out << ")"; + return out; } @@ -5131,9 +5287,11 @@ void TGetInfoValue::__set_lenValue(const int64_t val) { this->lenValue = val; } +const char* TGetInfoValue::ascii_fingerprint = "057FED11279FD7248CFE73EE82ED579E"; +const uint8_t TGetInfoValue::binary_fingerprint[16] = {0x05,0x7F,0xED,0x11,0x27,0x9F,0xD7,0x24,0x8C,0xFE,0x73,0xEE,0x82,0xED,0x57,0x9E}; + uint32_t TGetInfoValue::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5214,7 +5372,7 @@ uint32_t TGetInfoValue::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetInfoValue::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetInfoValue"); xfer += oprot->writeFieldBegin("stringValue", ::apache::thrift::protocol::T_STRING, 1); @@ -5243,6 +5401,7 @@ uint32_t TGetInfoValue::write(::apache::thrift::protocol::TProtocol* oprot) cons xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5276,16 +5435,17 @@ TGetInfoValue& TGetInfoValue::operator=(const TGetInfoValue& other208) { __isset = other208.__isset; return *this; } -void TGetInfoValue::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetInfoValue& obj) { + using apache::thrift::to_string; out << "TGetInfoValue("; - out << "stringValue=" << to_string(stringValue); - out << ", " << "smallIntValue=" << to_string(smallIntValue); - out << ", " << "integerBitmask=" << to_string(integerBitmask); - out << ", " << "integerFlag=" << to_string(integerFlag); - out << ", " << "binaryValue=" << to_string(binaryValue); - out << ", " << "lenValue=" << to_string(lenValue); + out << "stringValue=" << to_string(obj.stringValue); + out << ", " << "smallIntValue=" << to_string(obj.smallIntValue); + out << ", " << "integerBitmask=" << to_string(obj.integerBitmask); + out << ", " << "integerFlag=" << to_string(obj.integerFlag); + out << ", " << "binaryValue=" << to_string(obj.binaryValue); + out << ", " << "lenValue=" << to_string(obj.lenValue); out << ")"; + return out; } @@ -5301,9 +5461,11 @@ void TGetInfoReq::__set_infoType(const TGetInfoType::type val) { this->infoType = val; } +const char* TGetInfoReq::ascii_fingerprint = "95675B1A0BADE5F7EDE323809DB679B2"; +const uint8_t TGetInfoReq::binary_fingerprint[16] = {0x95,0x67,0x5B,0x1A,0x0B,0xAD,0xE5,0xF7,0xED,0xE3,0x23,0x80,0x9D,0xB6,0x79,0xB2}; + uint32_t TGetInfoReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5360,7 +5522,7 @@ uint32_t TGetInfoReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetInfoReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetInfoReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -5373,6 +5535,7 @@ uint32_t TGetInfoReq::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5391,12 +5554,13 @@ TGetInfoReq& TGetInfoReq::operator=(const TGetInfoReq& other211) { infoType = other211.infoType; return *this; } -void TGetInfoReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetInfoReq& obj) { + using apache::thrift::to_string; out << "TGetInfoReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "infoType=" << to_string(infoType); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "infoType=" << to_string(obj.infoType); out << ")"; + return out; } @@ -5412,9 +5576,11 @@ void TGetInfoResp::__set_infoValue(const TGetInfoValue& val) { this->infoValue = val; } +const char* TGetInfoResp::ascii_fingerprint = "72AFA10A82728B51FDE91092012868DE"; +const uint8_t TGetInfoResp::binary_fingerprint[16] = {0x72,0xAF,0xA1,0x0A,0x82,0x72,0x8B,0x51,0xFD,0xE9,0x10,0x92,0x01,0x28,0x68,0xDE}; + uint32_t TGetInfoResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5469,7 +5635,7 @@ uint32_t TGetInfoResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetInfoResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetInfoResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -5482,6 +5648,7 @@ uint32_t TGetInfoResp::write(::apache::thrift::protocol::TProtocol* oprot) const xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5500,12 +5667,13 @@ TGetInfoResp& TGetInfoResp::operator=(const TGetInfoResp& other213) { infoValue = other213.infoValue; return *this; } -void TGetInfoResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetInfoResp& obj) { + using apache::thrift::to_string; out << "TGetInfoResp("; - out << "status=" << to_string(status); - out << ", " << "infoValue=" << to_string(infoValue); + out << "status=" << to_string(obj.status); + out << ", " << "infoValue=" << to_string(obj.infoValue); out << ")"; + return out; } @@ -5531,9 +5699,11 @@ void TExecuteStatementReq::__set_runAsync(const bool val) { __isset.runAsync = true; } +const char* TExecuteStatementReq::ascii_fingerprint = "FED75DB77E66D76EC1939A51FB0D96FA"; +const uint8_t TExecuteStatementReq::binary_fingerprint[16] = {0xFE,0xD7,0x5D,0xB7,0x7E,0x66,0xD7,0x6E,0xC1,0x93,0x9A,0x51,0xFB,0x0D,0x96,0xFA}; + uint32_t TExecuteStatementReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5619,7 +5789,7 @@ uint32_t TExecuteStatementReq::read(::apache::thrift::protocol::TProtocol* iprot uint32_t TExecuteStatementReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TExecuteStatementReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -5651,6 +5821,7 @@ uint32_t TExecuteStatementReq::write(::apache::thrift::protocol::TProtocol* opro } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5678,14 +5849,15 @@ TExecuteStatementReq& TExecuteStatementReq::operator=(const TExecuteStatementReq __isset = other223.__isset; return *this; } -void TExecuteStatementReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TExecuteStatementReq& obj) { + using apache::thrift::to_string; out << "TExecuteStatementReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "statement=" << to_string(statement); - out << ", " << "confOverlay="; (__isset.confOverlay ? (out << to_string(confOverlay)) : (out << "")); - out << ", " << "runAsync="; (__isset.runAsync ? (out << to_string(runAsync)) : (out << "")); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "statement=" << to_string(obj.statement); + out << ", " << "confOverlay="; (obj.__isset.confOverlay ? (out << to_string(obj.confOverlay)) : (out << "")); + out << ", " << "runAsync="; (obj.__isset.runAsync ? (out << to_string(obj.runAsync)) : (out << "")); out << ")"; + return out; } @@ -5702,9 +5874,11 @@ void TExecuteStatementResp::__set_operationHandle(const TOperationHandle& val) { __isset.operationHandle = true; } +const char* TExecuteStatementResp::ascii_fingerprint = "02A075A0FF88D3A172916D8F23C7B286"; +const uint8_t TExecuteStatementResp::binary_fingerprint[16] = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + uint32_t TExecuteStatementResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5756,7 +5930,7 @@ uint32_t TExecuteStatementResp::read(::apache::thrift::protocol::TProtocol* ipro uint32_t TExecuteStatementResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TExecuteStatementResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -5770,6 +5944,7 @@ uint32_t TExecuteStatementResp::write(::apache::thrift::protocol::TProtocol* opr } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5791,12 +5966,13 @@ TExecuteStatementResp& TExecuteStatementResp::operator=(const TExecuteStatementR __isset = other225.__isset; return *this; } -void TExecuteStatementResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TExecuteStatementResp& obj) { + using apache::thrift::to_string; out << "TExecuteStatementResp("; - out << "status=" << to_string(status); - out << ", " << "operationHandle="; (__isset.operationHandle ? (out << to_string(operationHandle)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationHandle="; (obj.__isset.operationHandle ? (out << to_string(obj.operationHandle)) : (out << "")); out << ")"; + return out; } @@ -5808,9 +5984,11 @@ void TGetTypeInfoReq::__set_sessionHandle(const TSessionHandle& val) { this->sessionHandle = val; } +const char* TGetTypeInfoReq::ascii_fingerprint = "82377107F8BD0526960537D5A112E6EF"; +const uint8_t TGetTypeInfoReq::binary_fingerprint[16] = {0x82,0x37,0x71,0x07,0xF8,0xBD,0x05,0x26,0x96,0x05,0x37,0xD5,0xA1,0x12,0xE6,0xEF}; + uint32_t TGetTypeInfoReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5854,7 +6032,7 @@ uint32_t TGetTypeInfoReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetTypeInfoReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetTypeInfoReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -5863,6 +6041,7 @@ uint32_t TGetTypeInfoReq::write(::apache::thrift::protocol::TProtocol* oprot) co xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5878,11 +6057,12 @@ TGetTypeInfoReq& TGetTypeInfoReq::operator=(const TGetTypeInfoReq& other227) { sessionHandle = other227.sessionHandle; return *this; } -void TGetTypeInfoReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetTypeInfoReq& obj) { + using apache::thrift::to_string; out << "TGetTypeInfoReq("; - out << "sessionHandle=" << to_string(sessionHandle); + out << "sessionHandle=" << to_string(obj.sessionHandle); out << ")"; + return out; } @@ -5899,9 +6079,11 @@ void TGetTypeInfoResp::__set_operationHandle(const TOperationHandle& val) { __isset.operationHandle = true; } +const char* TGetTypeInfoResp::ascii_fingerprint = "02A075A0FF88D3A172916D8F23C7B286"; +const uint8_t TGetTypeInfoResp::binary_fingerprint[16] = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + uint32_t TGetTypeInfoResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -5953,7 +6135,7 @@ uint32_t TGetTypeInfoResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetTypeInfoResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetTypeInfoResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -5967,6 +6149,7 @@ uint32_t TGetTypeInfoResp::write(::apache::thrift::protocol::TProtocol* oprot) c } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -5988,12 +6171,13 @@ TGetTypeInfoResp& TGetTypeInfoResp::operator=(const TGetTypeInfoResp& other229) __isset = other229.__isset; return *this; } -void TGetTypeInfoResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetTypeInfoResp& obj) { + using apache::thrift::to_string; out << "TGetTypeInfoResp("; - out << "status=" << to_string(status); - out << ", " << "operationHandle="; (__isset.operationHandle ? (out << to_string(operationHandle)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationHandle="; (obj.__isset.operationHandle ? (out << to_string(obj.operationHandle)) : (out << "")); out << ")"; + return out; } @@ -6005,9 +6189,11 @@ void TGetCatalogsReq::__set_sessionHandle(const TSessionHandle& val) { this->sessionHandle = val; } +const char* TGetCatalogsReq::ascii_fingerprint = "82377107F8BD0526960537D5A112E6EF"; +const uint8_t TGetCatalogsReq::binary_fingerprint[16] = {0x82,0x37,0x71,0x07,0xF8,0xBD,0x05,0x26,0x96,0x05,0x37,0xD5,0xA1,0x12,0xE6,0xEF}; + uint32_t TGetCatalogsReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6051,7 +6237,7 @@ uint32_t TGetCatalogsReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetCatalogsReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetCatalogsReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6060,6 +6246,7 @@ uint32_t TGetCatalogsReq::write(::apache::thrift::protocol::TProtocol* oprot) co xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6075,11 +6262,12 @@ TGetCatalogsReq& TGetCatalogsReq::operator=(const TGetCatalogsReq& other231) { sessionHandle = other231.sessionHandle; return *this; } -void TGetCatalogsReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetCatalogsReq& obj) { + using apache::thrift::to_string; out << "TGetCatalogsReq("; - out << "sessionHandle=" << to_string(sessionHandle); + out << "sessionHandle=" << to_string(obj.sessionHandle); out << ")"; + return out; } @@ -6096,9 +6284,11 @@ void TGetCatalogsResp::__set_operationHandle(const TOperationHandle& val) { __isset.operationHandle = true; } +const char* TGetCatalogsResp::ascii_fingerprint = "02A075A0FF88D3A172916D8F23C7B286"; +const uint8_t TGetCatalogsResp::binary_fingerprint[16] = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + uint32_t TGetCatalogsResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6150,7 +6340,7 @@ uint32_t TGetCatalogsResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetCatalogsResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetCatalogsResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6164,6 +6354,7 @@ uint32_t TGetCatalogsResp::write(::apache::thrift::protocol::TProtocol* oprot) c } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6185,12 +6376,13 @@ TGetCatalogsResp& TGetCatalogsResp::operator=(const TGetCatalogsResp& other233) __isset = other233.__isset; return *this; } -void TGetCatalogsResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetCatalogsResp& obj) { + using apache::thrift::to_string; out << "TGetCatalogsResp("; - out << "status=" << to_string(status); - out << ", " << "operationHandle="; (__isset.operationHandle ? (out << to_string(operationHandle)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationHandle="; (obj.__isset.operationHandle ? (out << to_string(obj.operationHandle)) : (out << "")); out << ")"; + return out; } @@ -6212,9 +6404,11 @@ void TGetSchemasReq::__set_schemaName(const TPatternOrIdentifier& val) { __isset.schemaName = true; } +const char* TGetSchemasReq::ascii_fingerprint = "28A9D12DE8393DD3E73FC1E5AE6E113B"; +const uint8_t TGetSchemasReq::binary_fingerprint[16] = {0x28,0xA9,0xD1,0x2D,0xE8,0x39,0x3D,0xD3,0xE7,0x3F,0xC1,0xE5,0xAE,0x6E,0x11,0x3B}; + uint32_t TGetSchemasReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6274,7 +6468,7 @@ uint32_t TGetSchemasReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetSchemasReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetSchemasReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6293,6 +6487,7 @@ uint32_t TGetSchemasReq::write(::apache::thrift::protocol::TProtocol* oprot) con } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6317,13 +6512,14 @@ TGetSchemasReq& TGetSchemasReq::operator=(const TGetSchemasReq& other235) { __isset = other235.__isset; return *this; } -void TGetSchemasReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetSchemasReq& obj) { + using apache::thrift::to_string; out << "TGetSchemasReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "catalogName="; (__isset.catalogName ? (out << to_string(catalogName)) : (out << "")); - out << ", " << "schemaName="; (__isset.schemaName ? (out << to_string(schemaName)) : (out << "")); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "catalogName="; (obj.__isset.catalogName ? (out << to_string(obj.catalogName)) : (out << "")); + out << ", " << "schemaName="; (obj.__isset.schemaName ? (out << to_string(obj.schemaName)) : (out << "")); out << ")"; + return out; } @@ -6340,9 +6536,11 @@ void TGetSchemasResp::__set_operationHandle(const TOperationHandle& val) { __isset.operationHandle = true; } +const char* TGetSchemasResp::ascii_fingerprint = "02A075A0FF88D3A172916D8F23C7B286"; +const uint8_t TGetSchemasResp::binary_fingerprint[16] = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + uint32_t TGetSchemasResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6394,7 +6592,7 @@ uint32_t TGetSchemasResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetSchemasResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetSchemasResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6408,6 +6606,7 @@ uint32_t TGetSchemasResp::write(::apache::thrift::protocol::TProtocol* oprot) co } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6429,12 +6628,13 @@ TGetSchemasResp& TGetSchemasResp::operator=(const TGetSchemasResp& other237) { __isset = other237.__isset; return *this; } -void TGetSchemasResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetSchemasResp& obj) { + using apache::thrift::to_string; out << "TGetSchemasResp("; - out << "status=" << to_string(status); - out << ", " << "operationHandle="; (__isset.operationHandle ? (out << to_string(operationHandle)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationHandle="; (obj.__isset.operationHandle ? (out << to_string(obj.operationHandle)) : (out << "")); out << ")"; + return out; } @@ -6466,9 +6666,11 @@ void TGetTablesReq::__set_tableTypes(const std::vector & val) { __isset.tableTypes = true; } +const char* TGetTablesReq::ascii_fingerprint = "C80DFEE06850052F5A445BE81ED763DB"; +const uint8_t TGetTablesReq::binary_fingerprint[16] = {0xC8,0x0D,0xFE,0xE0,0x68,0x50,0x05,0x2F,0x5A,0x44,0x5B,0xE8,0x1E,0xD7,0x63,0xDB}; + uint32_t TGetTablesReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6556,7 +6758,7 @@ uint32_t TGetTablesReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetTablesReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetTablesReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6593,6 +6795,7 @@ uint32_t TGetTablesReq::write(::apache::thrift::protocol::TProtocol* oprot) cons } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6623,15 +6826,16 @@ TGetTablesReq& TGetTablesReq::operator=(const TGetTablesReq& other245) { __isset = other245.__isset; return *this; } -void TGetTablesReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetTablesReq& obj) { + using apache::thrift::to_string; out << "TGetTablesReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "catalogName="; (__isset.catalogName ? (out << to_string(catalogName)) : (out << "")); - out << ", " << "schemaName="; (__isset.schemaName ? (out << to_string(schemaName)) : (out << "")); - out << ", " << "tableName="; (__isset.tableName ? (out << to_string(tableName)) : (out << "")); - out << ", " << "tableTypes="; (__isset.tableTypes ? (out << to_string(tableTypes)) : (out << "")); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "catalogName="; (obj.__isset.catalogName ? (out << to_string(obj.catalogName)) : (out << "")); + out << ", " << "schemaName="; (obj.__isset.schemaName ? (out << to_string(obj.schemaName)) : (out << "")); + out << ", " << "tableName="; (obj.__isset.tableName ? (out << to_string(obj.tableName)) : (out << "")); + out << ", " << "tableTypes="; (obj.__isset.tableTypes ? (out << to_string(obj.tableTypes)) : (out << "")); out << ")"; + return out; } @@ -6648,9 +6852,11 @@ void TGetTablesResp::__set_operationHandle(const TOperationHandle& val) { __isset.operationHandle = true; } +const char* TGetTablesResp::ascii_fingerprint = "02A075A0FF88D3A172916D8F23C7B286"; +const uint8_t TGetTablesResp::binary_fingerprint[16] = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + uint32_t TGetTablesResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6702,7 +6908,7 @@ uint32_t TGetTablesResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetTablesResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetTablesResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6716,6 +6922,7 @@ uint32_t TGetTablesResp::write(::apache::thrift::protocol::TProtocol* oprot) con } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6737,12 +6944,13 @@ TGetTablesResp& TGetTablesResp::operator=(const TGetTablesResp& other247) { __isset = other247.__isset; return *this; } -void TGetTablesResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetTablesResp& obj) { + using apache::thrift::to_string; out << "TGetTablesResp("; - out << "status=" << to_string(status); - out << ", " << "operationHandle="; (__isset.operationHandle ? (out << to_string(operationHandle)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationHandle="; (obj.__isset.operationHandle ? (out << to_string(obj.operationHandle)) : (out << "")); out << ")"; + return out; } @@ -6754,9 +6962,11 @@ void TGetTableTypesReq::__set_sessionHandle(const TSessionHandle& val) { this->sessionHandle = val; } +const char* TGetTableTypesReq::ascii_fingerprint = "82377107F8BD0526960537D5A112E6EF"; +const uint8_t TGetTableTypesReq::binary_fingerprint[16] = {0x82,0x37,0x71,0x07,0xF8,0xBD,0x05,0x26,0x96,0x05,0x37,0xD5,0xA1,0x12,0xE6,0xEF}; + uint32_t TGetTableTypesReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6800,7 +7010,7 @@ uint32_t TGetTableTypesReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetTableTypesReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetTableTypesReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6809,6 +7019,7 @@ uint32_t TGetTableTypesReq::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6824,11 +7035,12 @@ TGetTableTypesReq& TGetTableTypesReq::operator=(const TGetTableTypesReq& other24 sessionHandle = other249.sessionHandle; return *this; } -void TGetTableTypesReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetTableTypesReq& obj) { + using apache::thrift::to_string; out << "TGetTableTypesReq("; - out << "sessionHandle=" << to_string(sessionHandle); + out << "sessionHandle=" << to_string(obj.sessionHandle); out << ")"; + return out; } @@ -6845,9 +7057,11 @@ void TGetTableTypesResp::__set_operationHandle(const TOperationHandle& val) { __isset.operationHandle = true; } +const char* TGetTableTypesResp::ascii_fingerprint = "02A075A0FF88D3A172916D8F23C7B286"; +const uint8_t TGetTableTypesResp::binary_fingerprint[16] = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + uint32_t TGetTableTypesResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -6899,7 +7113,7 @@ uint32_t TGetTableTypesResp::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t TGetTableTypesResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetTableTypesResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -6913,6 +7127,7 @@ uint32_t TGetTableTypesResp::write(::apache::thrift::protocol::TProtocol* oprot) } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -6934,12 +7149,13 @@ TGetTableTypesResp& TGetTableTypesResp::operator=(const TGetTableTypesResp& othe __isset = other251.__isset; return *this; } -void TGetTableTypesResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetTableTypesResp& obj) { + using apache::thrift::to_string; out << "TGetTableTypesResp("; - out << "status=" << to_string(status); - out << ", " << "operationHandle="; (__isset.operationHandle ? (out << to_string(operationHandle)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationHandle="; (obj.__isset.operationHandle ? (out << to_string(obj.operationHandle)) : (out << "")); out << ")"; + return out; } @@ -6971,9 +7187,11 @@ void TGetColumnsReq::__set_columnName(const TPatternOrIdentifier& val) { __isset.columnName = true; } +const char* TGetColumnsReq::ascii_fingerprint = "72D0F28ED33A49B7306DF63EEE956C28"; +const uint8_t TGetColumnsReq::binary_fingerprint[16] = {0x72,0xD0,0xF2,0x8E,0xD3,0x3A,0x49,0xB7,0x30,0x6D,0xF6,0x3E,0xEE,0x95,0x6C,0x28}; + uint32_t TGetColumnsReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7049,7 +7267,7 @@ uint32_t TGetColumnsReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetColumnsReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetColumnsReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7078,6 +7296,7 @@ uint32_t TGetColumnsReq::write(::apache::thrift::protocol::TProtocol* oprot) con } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7108,15 +7327,16 @@ TGetColumnsReq& TGetColumnsReq::operator=(const TGetColumnsReq& other253) { __isset = other253.__isset; return *this; } -void TGetColumnsReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetColumnsReq& obj) { + using apache::thrift::to_string; out << "TGetColumnsReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "catalogName="; (__isset.catalogName ? (out << to_string(catalogName)) : (out << "")); - out << ", " << "schemaName="; (__isset.schemaName ? (out << to_string(schemaName)) : (out << "")); - out << ", " << "tableName="; (__isset.tableName ? (out << to_string(tableName)) : (out << "")); - out << ", " << "columnName="; (__isset.columnName ? (out << to_string(columnName)) : (out << "")); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "catalogName="; (obj.__isset.catalogName ? (out << to_string(obj.catalogName)) : (out << "")); + out << ", " << "schemaName="; (obj.__isset.schemaName ? (out << to_string(obj.schemaName)) : (out << "")); + out << ", " << "tableName="; (obj.__isset.tableName ? (out << to_string(obj.tableName)) : (out << "")); + out << ", " << "columnName="; (obj.__isset.columnName ? (out << to_string(obj.columnName)) : (out << "")); out << ")"; + return out; } @@ -7133,9 +7353,11 @@ void TGetColumnsResp::__set_operationHandle(const TOperationHandle& val) { __isset.operationHandle = true; } +const char* TGetColumnsResp::ascii_fingerprint = "02A075A0FF88D3A172916D8F23C7B286"; +const uint8_t TGetColumnsResp::binary_fingerprint[16] = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + uint32_t TGetColumnsResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7187,7 +7409,7 @@ uint32_t TGetColumnsResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetColumnsResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetColumnsResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7201,6 +7423,7 @@ uint32_t TGetColumnsResp::write(::apache::thrift::protocol::TProtocol* oprot) co } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7222,12 +7445,13 @@ TGetColumnsResp& TGetColumnsResp::operator=(const TGetColumnsResp& other255) { __isset = other255.__isset; return *this; } -void TGetColumnsResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetColumnsResp& obj) { + using apache::thrift::to_string; out << "TGetColumnsResp("; - out << "status=" << to_string(status); - out << ", " << "operationHandle="; (__isset.operationHandle ? (out << to_string(operationHandle)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationHandle="; (obj.__isset.operationHandle ? (out << to_string(obj.operationHandle)) : (out << "")); out << ")"; + return out; } @@ -7253,9 +7477,11 @@ void TGetFunctionsReq::__set_functionName(const TPatternOrIdentifier& val) { this->functionName = val; } +const char* TGetFunctionsReq::ascii_fingerprint = "0887E0916ADE4521BF6017B534493138"; +const uint8_t TGetFunctionsReq::binary_fingerprint[16] = {0x08,0x87,0xE0,0x91,0x6A,0xDE,0x45,0x21,0xBF,0x60,0x17,0xB5,0x34,0x49,0x31,0x38}; + uint32_t TGetFunctionsReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7326,7 +7552,7 @@ uint32_t TGetFunctionsReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetFunctionsReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetFunctionsReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7349,6 +7575,7 @@ uint32_t TGetFunctionsReq::write(::apache::thrift::protocol::TProtocol* oprot) c xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7376,14 +7603,15 @@ TGetFunctionsReq& TGetFunctionsReq::operator=(const TGetFunctionsReq& other257) __isset = other257.__isset; return *this; } -void TGetFunctionsReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetFunctionsReq& obj) { + using apache::thrift::to_string; out << "TGetFunctionsReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "catalogName="; (__isset.catalogName ? (out << to_string(catalogName)) : (out << "")); - out << ", " << "schemaName="; (__isset.schemaName ? (out << to_string(schemaName)) : (out << "")); - out << ", " << "functionName=" << to_string(functionName); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "catalogName="; (obj.__isset.catalogName ? (out << to_string(obj.catalogName)) : (out << "")); + out << ", " << "schemaName="; (obj.__isset.schemaName ? (out << to_string(obj.schemaName)) : (out << "")); + out << ", " << "functionName=" << to_string(obj.functionName); out << ")"; + return out; } @@ -7400,9 +7628,11 @@ void TGetFunctionsResp::__set_operationHandle(const TOperationHandle& val) { __isset.operationHandle = true; } +const char* TGetFunctionsResp::ascii_fingerprint = "02A075A0FF88D3A172916D8F23C7B286"; +const uint8_t TGetFunctionsResp::binary_fingerprint[16] = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + uint32_t TGetFunctionsResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7454,7 +7684,7 @@ uint32_t TGetFunctionsResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TGetFunctionsResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetFunctionsResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7468,6 +7698,7 @@ uint32_t TGetFunctionsResp::write(::apache::thrift::protocol::TProtocol* oprot) } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7489,12 +7720,13 @@ TGetFunctionsResp& TGetFunctionsResp::operator=(const TGetFunctionsResp& other25 __isset = other259.__isset; return *this; } -void TGetFunctionsResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetFunctionsResp& obj) { + using apache::thrift::to_string; out << "TGetFunctionsResp("; - out << "status=" << to_string(status); - out << ", " << "operationHandle="; (__isset.operationHandle ? (out << to_string(operationHandle)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationHandle="; (obj.__isset.operationHandle ? (out << to_string(obj.operationHandle)) : (out << "")); out << ")"; + return out; } @@ -7506,9 +7738,11 @@ void TGetOperationStatusReq::__set_operationHandle(const TOperationHandle& val) this->operationHandle = val; } +const char* TGetOperationStatusReq::ascii_fingerprint = "414FA38522AE6B9CEC1438B56CA1DE5A"; +const uint8_t TGetOperationStatusReq::binary_fingerprint[16] = {0x41,0x4F,0xA3,0x85,0x22,0xAE,0x6B,0x9C,0xEC,0x14,0x38,0xB5,0x6C,0xA1,0xDE,0x5A}; + uint32_t TGetOperationStatusReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7552,7 +7786,7 @@ uint32_t TGetOperationStatusReq::read(::apache::thrift::protocol::TProtocol* ipr uint32_t TGetOperationStatusReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetOperationStatusReq"); xfer += oprot->writeFieldBegin("operationHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7561,6 +7795,7 @@ uint32_t TGetOperationStatusReq::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7576,11 +7811,12 @@ TGetOperationStatusReq& TGetOperationStatusReq::operator=(const TGetOperationSta operationHandle = other261.operationHandle; return *this; } -void TGetOperationStatusReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetOperationStatusReq& obj) { + using apache::thrift::to_string; out << "TGetOperationStatusReq("; - out << "operationHandle=" << to_string(operationHandle); + out << "operationHandle=" << to_string(obj.operationHandle); out << ")"; + return out; } @@ -7612,9 +7848,11 @@ void TGetOperationStatusResp::__set_errorMessage(const std::string& val) { __isset.errorMessage = true; } +const char* TGetOperationStatusResp::ascii_fingerprint = "BD124DB87A5A2E7D11945BD1B17F013D"; +const uint8_t TGetOperationStatusResp::binary_fingerprint[16] = {0xBD,0x12,0x4D,0xB8,0x7A,0x5A,0x2E,0x7D,0x11,0x94,0x5B,0xD1,0xB1,0x7F,0x01,0x3D}; + uint32_t TGetOperationStatusResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7692,7 +7930,7 @@ uint32_t TGetOperationStatusResp::read(::apache::thrift::protocol::TProtocol* ip uint32_t TGetOperationStatusResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetOperationStatusResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7721,6 +7959,7 @@ uint32_t TGetOperationStatusResp::write(::apache::thrift::protocol::TProtocol* o } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7751,15 +7990,16 @@ TGetOperationStatusResp& TGetOperationStatusResp::operator=(const TGetOperationS __isset = other264.__isset; return *this; } -void TGetOperationStatusResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetOperationStatusResp& obj) { + using apache::thrift::to_string; out << "TGetOperationStatusResp("; - out << "status=" << to_string(status); - out << ", " << "operationState="; (__isset.operationState ? (out << to_string(operationState)) : (out << "")); - out << ", " << "sqlState="; (__isset.sqlState ? (out << to_string(sqlState)) : (out << "")); - out << ", " << "errorCode="; (__isset.errorCode ? (out << to_string(errorCode)) : (out << "")); - out << ", " << "errorMessage="; (__isset.errorMessage ? (out << to_string(errorMessage)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "operationState="; (obj.__isset.operationState ? (out << to_string(obj.operationState)) : (out << "")); + out << ", " << "sqlState="; (obj.__isset.sqlState ? (out << to_string(obj.sqlState)) : (out << "")); + out << ", " << "errorCode="; (obj.__isset.errorCode ? (out << to_string(obj.errorCode)) : (out << "")); + out << ", " << "errorMessage="; (obj.__isset.errorMessage ? (out << to_string(obj.errorMessage)) : (out << "")); out << ")"; + return out; } @@ -7771,9 +8011,11 @@ void TCancelOperationReq::__set_operationHandle(const TOperationHandle& val) { this->operationHandle = val; } +const char* TCancelOperationReq::ascii_fingerprint = "414FA38522AE6B9CEC1438B56CA1DE5A"; +const uint8_t TCancelOperationReq::binary_fingerprint[16] = {0x41,0x4F,0xA3,0x85,0x22,0xAE,0x6B,0x9C,0xEC,0x14,0x38,0xB5,0x6C,0xA1,0xDE,0x5A}; + uint32_t TCancelOperationReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7817,7 +8059,7 @@ uint32_t TCancelOperationReq::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t TCancelOperationReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCancelOperationReq"); xfer += oprot->writeFieldBegin("operationHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7826,6 +8068,7 @@ uint32_t TCancelOperationReq::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7841,11 +8084,12 @@ TCancelOperationReq& TCancelOperationReq::operator=(const TCancelOperationReq& o operationHandle = other266.operationHandle; return *this; } -void TCancelOperationReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TCancelOperationReq& obj) { + using apache::thrift::to_string; out << "TCancelOperationReq("; - out << "operationHandle=" << to_string(operationHandle); + out << "operationHandle=" << to_string(obj.operationHandle); out << ")"; + return out; } @@ -7857,9 +8101,11 @@ void TCancelOperationResp::__set_status(const TStatus& val) { this->status = val; } +const char* TCancelOperationResp::ascii_fingerprint = "7142E89F09DC7C5F6FA916C7393F46C2"; +const uint8_t TCancelOperationResp::binary_fingerprint[16] = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + uint32_t TCancelOperationResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7903,7 +8149,7 @@ uint32_t TCancelOperationResp::read(::apache::thrift::protocol::TProtocol* iprot uint32_t TCancelOperationResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCancelOperationResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7912,6 +8158,7 @@ uint32_t TCancelOperationResp::write(::apache::thrift::protocol::TProtocol* opro xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -7927,11 +8174,12 @@ TCancelOperationResp& TCancelOperationResp::operator=(const TCancelOperationResp status = other268.status; return *this; } -void TCancelOperationResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TCancelOperationResp& obj) { + using apache::thrift::to_string; out << "TCancelOperationResp("; - out << "status=" << to_string(status); + out << "status=" << to_string(obj.status); out << ")"; + return out; } @@ -7943,9 +8191,11 @@ void TCloseOperationReq::__set_operationHandle(const TOperationHandle& val) { this->operationHandle = val; } +const char* TCloseOperationReq::ascii_fingerprint = "414FA38522AE6B9CEC1438B56CA1DE5A"; +const uint8_t TCloseOperationReq::binary_fingerprint[16] = {0x41,0x4F,0xA3,0x85,0x22,0xAE,0x6B,0x9C,0xEC,0x14,0x38,0xB5,0x6C,0xA1,0xDE,0x5A}; + uint32_t TCloseOperationReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -7989,7 +8239,7 @@ uint32_t TCloseOperationReq::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t TCloseOperationReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCloseOperationReq"); xfer += oprot->writeFieldBegin("operationHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -7998,6 +8248,7 @@ uint32_t TCloseOperationReq::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8013,11 +8264,12 @@ TCloseOperationReq& TCloseOperationReq::operator=(const TCloseOperationReq& othe operationHandle = other270.operationHandle; return *this; } -void TCloseOperationReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TCloseOperationReq& obj) { + using apache::thrift::to_string; out << "TCloseOperationReq("; - out << "operationHandle=" << to_string(operationHandle); + out << "operationHandle=" << to_string(obj.operationHandle); out << ")"; + return out; } @@ -8029,9 +8281,11 @@ void TCloseOperationResp::__set_status(const TStatus& val) { this->status = val; } +const char* TCloseOperationResp::ascii_fingerprint = "7142E89F09DC7C5F6FA916C7393F46C2"; +const uint8_t TCloseOperationResp::binary_fingerprint[16] = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + uint32_t TCloseOperationResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8075,7 +8329,7 @@ uint32_t TCloseOperationResp::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t TCloseOperationResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCloseOperationResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8084,6 +8338,7 @@ uint32_t TCloseOperationResp::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8099,11 +8354,12 @@ TCloseOperationResp& TCloseOperationResp::operator=(const TCloseOperationResp& o status = other272.status; return *this; } -void TCloseOperationResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TCloseOperationResp& obj) { + using apache::thrift::to_string; out << "TCloseOperationResp("; - out << "status=" << to_string(status); + out << "status=" << to_string(obj.status); out << ")"; + return out; } @@ -8115,9 +8371,11 @@ void TGetResultSetMetadataReq::__set_operationHandle(const TOperationHandle& val this->operationHandle = val; } +const char* TGetResultSetMetadataReq::ascii_fingerprint = "414FA38522AE6B9CEC1438B56CA1DE5A"; +const uint8_t TGetResultSetMetadataReq::binary_fingerprint[16] = {0x41,0x4F,0xA3,0x85,0x22,0xAE,0x6B,0x9C,0xEC,0x14,0x38,0xB5,0x6C,0xA1,0xDE,0x5A}; + uint32_t TGetResultSetMetadataReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8161,7 +8419,7 @@ uint32_t TGetResultSetMetadataReq::read(::apache::thrift::protocol::TProtocol* i uint32_t TGetResultSetMetadataReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetResultSetMetadataReq"); xfer += oprot->writeFieldBegin("operationHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8170,6 +8428,7 @@ uint32_t TGetResultSetMetadataReq::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8185,11 +8444,12 @@ TGetResultSetMetadataReq& TGetResultSetMetadataReq::operator=(const TGetResultSe operationHandle = other274.operationHandle; return *this; } -void TGetResultSetMetadataReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetResultSetMetadataReq& obj) { + using apache::thrift::to_string; out << "TGetResultSetMetadataReq("; - out << "operationHandle=" << to_string(operationHandle); + out << "operationHandle=" << to_string(obj.operationHandle); out << ")"; + return out; } @@ -8206,9 +8466,11 @@ void TGetResultSetMetadataResp::__set_schema(const TTableSchema& val) { __isset.schema = true; } +const char* TGetResultSetMetadataResp::ascii_fingerprint = "42CD49B7F49CC1B6D4E6F5FA2D7BE812"; +const uint8_t TGetResultSetMetadataResp::binary_fingerprint[16] = {0x42,0xCD,0x49,0xB7,0xF4,0x9C,0xC1,0xB6,0xD4,0xE6,0xF5,0xFA,0x2D,0x7B,0xE8,0x12}; + uint32_t TGetResultSetMetadataResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8260,7 +8522,7 @@ uint32_t TGetResultSetMetadataResp::read(::apache::thrift::protocol::TProtocol* uint32_t TGetResultSetMetadataResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetResultSetMetadataResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8274,6 +8536,7 @@ uint32_t TGetResultSetMetadataResp::write(::apache::thrift::protocol::TProtocol* } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8295,12 +8558,13 @@ TGetResultSetMetadataResp& TGetResultSetMetadataResp::operator=(const TGetResult __isset = other276.__isset; return *this; } -void TGetResultSetMetadataResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetResultSetMetadataResp& obj) { + using apache::thrift::to_string; out << "TGetResultSetMetadataResp("; - out << "status=" << to_string(status); - out << ", " << "schema="; (__isset.schema ? (out << to_string(schema)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "schema="; (obj.__isset.schema ? (out << to_string(obj.schema)) : (out << "")); out << ")"; + return out; } @@ -8325,9 +8589,11 @@ void TFetchResultsReq::__set_fetchType(const int16_t val) { __isset.fetchType = true; } +const char* TFetchResultsReq::ascii_fingerprint = "B4CB1E4F8F8F4D50183DD372AD11753A"; +const uint8_t TFetchResultsReq::binary_fingerprint[16] = {0xB4,0xCB,0x1E,0x4F,0x8F,0x8F,0x4D,0x50,0x18,0x3D,0xD3,0x72,0xAD,0x11,0x75,0x3A}; + uint32_t TFetchResultsReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8403,7 +8669,7 @@ uint32_t TFetchResultsReq::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TFetchResultsReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TFetchResultsReq"); xfer += oprot->writeFieldBegin("operationHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8425,6 +8691,7 @@ uint32_t TFetchResultsReq::write(::apache::thrift::protocol::TProtocol* oprot) c } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8452,14 +8719,15 @@ TFetchResultsReq& TFetchResultsReq::operator=(const TFetchResultsReq& other279) __isset = other279.__isset; return *this; } -void TFetchResultsReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TFetchResultsReq& obj) { + using apache::thrift::to_string; out << "TFetchResultsReq("; - out << "operationHandle=" << to_string(operationHandle); - out << ", " << "orientation=" << to_string(orientation); - out << ", " << "maxRows=" << to_string(maxRows); - out << ", " << "fetchType="; (__isset.fetchType ? (out << to_string(fetchType)) : (out << "")); + out << "operationHandle=" << to_string(obj.operationHandle); + out << ", " << "orientation=" << to_string(obj.orientation); + out << ", " << "maxRows=" << to_string(obj.maxRows); + out << ", " << "fetchType="; (obj.__isset.fetchType ? (out << to_string(obj.fetchType)) : (out << "")); out << ")"; + return out; } @@ -8481,9 +8749,11 @@ void TFetchResultsResp::__set_results(const TRowSet& val) { __isset.results = true; } +const char* TFetchResultsResp::ascii_fingerprint = "FC43BC2D6F3B76D4DB0F34226A745C8E"; +const uint8_t TFetchResultsResp::binary_fingerprint[16] = {0xFC,0x43,0xBC,0x2D,0x6F,0x3B,0x76,0xD4,0xDB,0x0F,0x34,0x22,0x6A,0x74,0x5C,0x8E}; + uint32_t TFetchResultsResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8543,7 +8813,7 @@ uint32_t TFetchResultsResp::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t TFetchResultsResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TFetchResultsResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8562,6 +8832,7 @@ uint32_t TFetchResultsResp::write(::apache::thrift::protocol::TProtocol* oprot) } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8586,13 +8857,14 @@ TFetchResultsResp& TFetchResultsResp::operator=(const TFetchResultsResp& other28 __isset = other281.__isset; return *this; } -void TFetchResultsResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TFetchResultsResp& obj) { + using apache::thrift::to_string; out << "TFetchResultsResp("; - out << "status=" << to_string(status); - out << ", " << "hasMoreRows="; (__isset.hasMoreRows ? (out << to_string(hasMoreRows)) : (out << "")); - out << ", " << "results="; (__isset.results ? (out << to_string(results)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "hasMoreRows="; (obj.__isset.hasMoreRows ? (out << to_string(obj.hasMoreRows)) : (out << "")); + out << ", " << "results="; (obj.__isset.results ? (out << to_string(obj.results)) : (out << "")); out << ")"; + return out; } @@ -8612,9 +8884,11 @@ void TGetDelegationTokenReq::__set_renewer(const std::string& val) { this->renewer = val; } +const char* TGetDelegationTokenReq::ascii_fingerprint = "07EA0311716A27924914E4354ED22D6C"; +const uint8_t TGetDelegationTokenReq::binary_fingerprint[16] = {0x07,0xEA,0x03,0x11,0x71,0x6A,0x27,0x92,0x49,0x14,0xE4,0x35,0x4E,0xD2,0x2D,0x6C}; + uint32_t TGetDelegationTokenReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8680,7 +8954,7 @@ uint32_t TGetDelegationTokenReq::read(::apache::thrift::protocol::TProtocol* ipr uint32_t TGetDelegationTokenReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetDelegationTokenReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8697,6 +8971,7 @@ uint32_t TGetDelegationTokenReq::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8718,13 +8993,14 @@ TGetDelegationTokenReq& TGetDelegationTokenReq::operator=(const TGetDelegationTo renewer = other283.renewer; return *this; } -void TGetDelegationTokenReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetDelegationTokenReq& obj) { + using apache::thrift::to_string; out << "TGetDelegationTokenReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "owner=" << to_string(owner); - out << ", " << "renewer=" << to_string(renewer); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "owner=" << to_string(obj.owner); + out << ", " << "renewer=" << to_string(obj.renewer); out << ")"; + return out; } @@ -8741,9 +9017,11 @@ void TGetDelegationTokenResp::__set_delegationToken(const std::string& val) { __isset.delegationToken = true; } +const char* TGetDelegationTokenResp::ascii_fingerprint = "C0E132DC412CEA08D771EAC38CEA1DA6"; +const uint8_t TGetDelegationTokenResp::binary_fingerprint[16] = {0xC0,0xE1,0x32,0xDC,0x41,0x2C,0xEA,0x08,0xD7,0x71,0xEA,0xC3,0x8C,0xEA,0x1D,0xA6}; + uint32_t TGetDelegationTokenResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8795,7 +9073,7 @@ uint32_t TGetDelegationTokenResp::read(::apache::thrift::protocol::TProtocol* ip uint32_t TGetDelegationTokenResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TGetDelegationTokenResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8809,6 +9087,7 @@ uint32_t TGetDelegationTokenResp::write(::apache::thrift::protocol::TProtocol* o } xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8830,12 +9109,13 @@ TGetDelegationTokenResp& TGetDelegationTokenResp::operator=(const TGetDelegation __isset = other285.__isset; return *this; } -void TGetDelegationTokenResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TGetDelegationTokenResp& obj) { + using apache::thrift::to_string; out << "TGetDelegationTokenResp("; - out << "status=" << to_string(status); - out << ", " << "delegationToken="; (__isset.delegationToken ? (out << to_string(delegationToken)) : (out << "")); + out << "status=" << to_string(obj.status); + out << ", " << "delegationToken="; (obj.__isset.delegationToken ? (out << to_string(obj.delegationToken)) : (out << "")); out << ")"; + return out; } @@ -8851,9 +9131,11 @@ void TCancelDelegationTokenReq::__set_delegationToken(const std::string& val) { this->delegationToken = val; } +const char* TCancelDelegationTokenReq::ascii_fingerprint = "1A3D66269336B7EC66998BFE1BECDE75"; +const uint8_t TCancelDelegationTokenReq::binary_fingerprint[16] = {0x1A,0x3D,0x66,0x26,0x93,0x36,0xB7,0xEC,0x66,0x99,0x8B,0xFE,0x1B,0xEC,0xDE,0x75}; + uint32_t TCancelDelegationTokenReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -8908,7 +9190,7 @@ uint32_t TCancelDelegationTokenReq::read(::apache::thrift::protocol::TProtocol* uint32_t TCancelDelegationTokenReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCancelDelegationTokenReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -8921,6 +9203,7 @@ uint32_t TCancelDelegationTokenReq::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -8939,12 +9222,13 @@ TCancelDelegationTokenReq& TCancelDelegationTokenReq::operator=(const TCancelDel delegationToken = other287.delegationToken; return *this; } -void TCancelDelegationTokenReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TCancelDelegationTokenReq& obj) { + using apache::thrift::to_string; out << "TCancelDelegationTokenReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "delegationToken=" << to_string(delegationToken); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "delegationToken=" << to_string(obj.delegationToken); out << ")"; + return out; } @@ -8956,9 +9240,11 @@ void TCancelDelegationTokenResp::__set_status(const TStatus& val) { this->status = val; } +const char* TCancelDelegationTokenResp::ascii_fingerprint = "7142E89F09DC7C5F6FA916C7393F46C2"; +const uint8_t TCancelDelegationTokenResp::binary_fingerprint[16] = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + uint32_t TCancelDelegationTokenResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9002,7 +9288,7 @@ uint32_t TCancelDelegationTokenResp::read(::apache::thrift::protocol::TProtocol* uint32_t TCancelDelegationTokenResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TCancelDelegationTokenResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -9011,6 +9297,7 @@ uint32_t TCancelDelegationTokenResp::write(::apache::thrift::protocol::TProtocol xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9026,11 +9313,12 @@ TCancelDelegationTokenResp& TCancelDelegationTokenResp::operator=(const TCancelD status = other289.status; return *this; } -void TCancelDelegationTokenResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TCancelDelegationTokenResp& obj) { + using apache::thrift::to_string; out << "TCancelDelegationTokenResp("; - out << "status=" << to_string(status); + out << "status=" << to_string(obj.status); out << ")"; + return out; } @@ -9046,9 +9334,11 @@ void TRenewDelegationTokenReq::__set_delegationToken(const std::string& val) { this->delegationToken = val; } +const char* TRenewDelegationTokenReq::ascii_fingerprint = "1A3D66269336B7EC66998BFE1BECDE75"; +const uint8_t TRenewDelegationTokenReq::binary_fingerprint[16] = {0x1A,0x3D,0x66,0x26,0x93,0x36,0xB7,0xEC,0x66,0x99,0x8B,0xFE,0x1B,0xEC,0xDE,0x75}; + uint32_t TRenewDelegationTokenReq::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9103,7 +9393,7 @@ uint32_t TRenewDelegationTokenReq::read(::apache::thrift::protocol::TProtocol* i uint32_t TRenewDelegationTokenReq::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TRenewDelegationTokenReq"); xfer += oprot->writeFieldBegin("sessionHandle", ::apache::thrift::protocol::T_STRUCT, 1); @@ -9116,6 +9406,7 @@ uint32_t TRenewDelegationTokenReq::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9134,12 +9425,13 @@ TRenewDelegationTokenReq& TRenewDelegationTokenReq::operator=(const TRenewDelega delegationToken = other291.delegationToken; return *this; } -void TRenewDelegationTokenReq::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TRenewDelegationTokenReq& obj) { + using apache::thrift::to_string; out << "TRenewDelegationTokenReq("; - out << "sessionHandle=" << to_string(sessionHandle); - out << ", " << "delegationToken=" << to_string(delegationToken); + out << "sessionHandle=" << to_string(obj.sessionHandle); + out << ", " << "delegationToken=" << to_string(obj.delegationToken); out << ")"; + return out; } @@ -9151,9 +9443,11 @@ void TRenewDelegationTokenResp::__set_status(const TStatus& val) { this->status = val; } +const char* TRenewDelegationTokenResp::ascii_fingerprint = "7142E89F09DC7C5F6FA916C7393F46C2"; +const uint8_t TRenewDelegationTokenResp::binary_fingerprint[16] = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + uint32_t TRenewDelegationTokenResp::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -9197,7 +9491,7 @@ uint32_t TRenewDelegationTokenResp::read(::apache::thrift::protocol::TProtocol* uint32_t TRenewDelegationTokenResp::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("TRenewDelegationTokenResp"); xfer += oprot->writeFieldBegin("status", ::apache::thrift::protocol::T_STRUCT, 1); @@ -9206,6 +9500,7 @@ uint32_t TRenewDelegationTokenResp::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -9221,11 +9516,12 @@ TRenewDelegationTokenResp& TRenewDelegationTokenResp::operator=(const TRenewDele status = other293.status; return *this; } -void TRenewDelegationTokenResp::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const TRenewDelegationTokenResp& obj) { + using apache::thrift::to_string; out << "TRenewDelegationTokenResp("; - out << "status=" << to_string(status); + out << "status=" << to_string(obj.status); out << ")"; + return out; } }}}}} // namespace diff --git service/src/gen/thrift/gen-cpp/TCLIService_types.h service/src/gen/thrift/gen-cpp/TCLIService_types.h index b078c99..4536b41 100644 --- service/src/gen/thrift/gen-cpp/TCLIService_types.h +++ service/src/gen/thrift/gen-cpp/TCLIService_types.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -338,6 +338,9 @@ typedef struct _TTypeQualifierValue__isset { class TTypeQualifierValue { public: + static const char* ascii_fingerprint; // = "A7801670116150C65ACA43E6F679BA79"; + static const uint8_t binary_fingerprint[16]; // = {0xA7,0x80,0x16,0x70,0x11,0x61,0x50,0xC6,0x5A,0xCA,0x43,0xE6,0xF6,0x79,0xBA,0x79}; + TTypeQualifierValue(const TTypeQualifierValue&); TTypeQualifierValue& operator=(const TTypeQualifierValue&); TTypeQualifierValue() : i32Value(0), stringValue() { @@ -374,21 +377,18 @@ class TTypeQualifierValue { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TTypeQualifierValue& obj); }; void swap(TTypeQualifierValue &a, TTypeQualifierValue &b); -inline std::ostream& operator<<(std::ostream& out, const TTypeQualifierValue& obj) -{ - obj.printTo(out); - return out; -} - class TTypeQualifiers { public: + static const char* ascii_fingerprint; // = "6C72981CFA989214285648FA8C196C47"; + static const uint8_t binary_fingerprint[16]; // = {0x6C,0x72,0x98,0x1C,0xFA,0x98,0x92,0x14,0x28,0x56,0x48,0xFA,0x8C,0x19,0x6C,0x47}; + TTypeQualifiers(const TTypeQualifiers&); TTypeQualifiers& operator=(const TTypeQualifiers&); TTypeQualifiers() { @@ -414,17 +414,11 @@ class TTypeQualifiers { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TTypeQualifiers& obj); }; void swap(TTypeQualifiers &a, TTypeQualifiers &b); -inline std::ostream& operator<<(std::ostream& out, const TTypeQualifiers& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TPrimitiveTypeEntry__isset { _TPrimitiveTypeEntry__isset() : typeQualifiers(false) {} bool typeQualifiers :1; @@ -433,6 +427,9 @@ typedef struct _TPrimitiveTypeEntry__isset { class TPrimitiveTypeEntry { public: + static const char* ascii_fingerprint; // = "755674F6A5C8EB47868686AE386FBC1C"; + static const uint8_t binary_fingerprint[16]; // = {0x75,0x56,0x74,0xF6,0xA5,0xC8,0xEB,0x47,0x86,0x86,0x86,0xAE,0x38,0x6F,0xBC,0x1C}; + TPrimitiveTypeEntry(const TPrimitiveTypeEntry&); TPrimitiveTypeEntry& operator=(const TPrimitiveTypeEntry&); TPrimitiveTypeEntry() : type((TTypeId::type)0) { @@ -467,21 +464,18 @@ class TPrimitiveTypeEntry { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TPrimitiveTypeEntry& obj); }; void swap(TPrimitiveTypeEntry &a, TPrimitiveTypeEntry &b); -inline std::ostream& operator<<(std::ostream& out, const TPrimitiveTypeEntry& obj) -{ - obj.printTo(out); - return out; -} - class TArrayTypeEntry { public: + static const char* ascii_fingerprint; // = "E86CACEB22240450EDCBEFC3A83970E4"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0x6C,0xAC,0xEB,0x22,0x24,0x04,0x50,0xED,0xCB,0xEF,0xC3,0xA8,0x39,0x70,0xE4}; + TArrayTypeEntry(const TArrayTypeEntry&); TArrayTypeEntry& operator=(const TArrayTypeEntry&); TArrayTypeEntry() : objectTypePtr(0) { @@ -507,21 +501,18 @@ class TArrayTypeEntry { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TArrayTypeEntry& obj); }; void swap(TArrayTypeEntry &a, TArrayTypeEntry &b); -inline std::ostream& operator<<(std::ostream& out, const TArrayTypeEntry& obj) -{ - obj.printTo(out); - return out; -} - class TMapTypeEntry { public: + static const char* ascii_fingerprint; // = "989D1F1AE8D148D5E2119FFEC4BBBEE3"; + static const uint8_t binary_fingerprint[16]; // = {0x98,0x9D,0x1F,0x1A,0xE8,0xD1,0x48,0xD5,0xE2,0x11,0x9F,0xFE,0xC4,0xBB,0xBE,0xE3}; + TMapTypeEntry(const TMapTypeEntry&); TMapTypeEntry& operator=(const TMapTypeEntry&); TMapTypeEntry() : keyTypePtr(0), valueTypePtr(0) { @@ -552,21 +543,18 @@ class TMapTypeEntry { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TMapTypeEntry& obj); }; void swap(TMapTypeEntry &a, TMapTypeEntry &b); -inline std::ostream& operator<<(std::ostream& out, const TMapTypeEntry& obj) -{ - obj.printTo(out); - return out; -} - class TStructTypeEntry { public: + static const char* ascii_fingerprint; // = "91F548CA159B4AB4291F5741AC161402"; + static const uint8_t binary_fingerprint[16]; // = {0x91,0xF5,0x48,0xCA,0x15,0x9B,0x4A,0xB4,0x29,0x1F,0x57,0x41,0xAC,0x16,0x14,0x02}; + TStructTypeEntry(const TStructTypeEntry&); TStructTypeEntry& operator=(const TStructTypeEntry&); TStructTypeEntry() { @@ -592,21 +580,18 @@ class TStructTypeEntry { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TStructTypeEntry& obj); }; void swap(TStructTypeEntry &a, TStructTypeEntry &b); -inline std::ostream& operator<<(std::ostream& out, const TStructTypeEntry& obj) -{ - obj.printTo(out); - return out; -} - class TUnionTypeEntry { public: + static const char* ascii_fingerprint; // = "91F548CA159B4AB4291F5741AC161402"; + static const uint8_t binary_fingerprint[16]; // = {0x91,0xF5,0x48,0xCA,0x15,0x9B,0x4A,0xB4,0x29,0x1F,0x57,0x41,0xAC,0x16,0x14,0x02}; + TUnionTypeEntry(const TUnionTypeEntry&); TUnionTypeEntry& operator=(const TUnionTypeEntry&); TUnionTypeEntry() { @@ -632,21 +617,18 @@ class TUnionTypeEntry { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TUnionTypeEntry& obj); }; void swap(TUnionTypeEntry &a, TUnionTypeEntry &b); -inline std::ostream& operator<<(std::ostream& out, const TUnionTypeEntry& obj) -{ - obj.printTo(out); - return out; -} - class TUserDefinedTypeEntry { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + TUserDefinedTypeEntry(const TUserDefinedTypeEntry&); TUserDefinedTypeEntry& operator=(const TUserDefinedTypeEntry&); TUserDefinedTypeEntry() : typeClassName() { @@ -672,17 +654,11 @@ class TUserDefinedTypeEntry { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TUserDefinedTypeEntry& obj); }; void swap(TUserDefinedTypeEntry &a, TUserDefinedTypeEntry &b); -inline std::ostream& operator<<(std::ostream& out, const TUserDefinedTypeEntry& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TTypeEntry__isset { _TTypeEntry__isset() : primitiveEntry(false), arrayEntry(false), mapEntry(false), structEntry(false), unionEntry(false), userDefinedTypeEntry(false) {} bool primitiveEntry :1; @@ -696,6 +672,9 @@ typedef struct _TTypeEntry__isset { class TTypeEntry { public: + static const char* ascii_fingerprint; // = "2FE56D9097E325DAA7E933738C6D325F"; + static const uint8_t binary_fingerprint[16]; // = {0x2F,0xE5,0x6D,0x90,0x97,0xE3,0x25,0xDA,0xA7,0xE9,0x33,0x73,0x8C,0x6D,0x32,0x5F}; + TTypeEntry(const TTypeEntry&); TTypeEntry& operator=(const TTypeEntry&); TTypeEntry() { @@ -748,21 +727,18 @@ class TTypeEntry { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TTypeEntry& obj); }; void swap(TTypeEntry &a, TTypeEntry &b); -inline std::ostream& operator<<(std::ostream& out, const TTypeEntry& obj) -{ - obj.printTo(out); - return out; -} - class TTypeDesc { public: + static const char* ascii_fingerprint; // = "90B3C5A0B73419A84E85E0E48C452AA5"; + static const uint8_t binary_fingerprint[16]; // = {0x90,0xB3,0xC5,0xA0,0xB7,0x34,0x19,0xA8,0x4E,0x85,0xE0,0xE4,0x8C,0x45,0x2A,0xA5}; + TTypeDesc(const TTypeDesc&); TTypeDesc& operator=(const TTypeDesc&); TTypeDesc() { @@ -788,17 +764,11 @@ class TTypeDesc { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TTypeDesc& obj); }; void swap(TTypeDesc &a, TTypeDesc &b); -inline std::ostream& operator<<(std::ostream& out, const TTypeDesc& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TColumnDesc__isset { _TColumnDesc__isset() : comment(false) {} bool comment :1; @@ -807,6 +777,9 @@ typedef struct _TColumnDesc__isset { class TColumnDesc { public: + static const char* ascii_fingerprint; // = "EABED9009D5FCABFCA65612069F2A849"; + static const uint8_t binary_fingerprint[16]; // = {0xEA,0xBE,0xD9,0x00,0x9D,0x5F,0xCA,0xBF,0xCA,0x65,0x61,0x20,0x69,0xF2,0xA8,0x49}; + TColumnDesc(const TColumnDesc&); TColumnDesc& operator=(const TColumnDesc&); TColumnDesc() : columnName(), position(0), comment() { @@ -851,21 +824,18 @@ class TColumnDesc { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TColumnDesc& obj); }; void swap(TColumnDesc &a, TColumnDesc &b); -inline std::ostream& operator<<(std::ostream& out, const TColumnDesc& obj) -{ - obj.printTo(out); - return out; -} - class TTableSchema { public: + static const char* ascii_fingerprint; // = "7A1811E49313E5977107FC667B20E39D"; + static const uint8_t binary_fingerprint[16]; // = {0x7A,0x18,0x11,0xE4,0x93,0x13,0xE5,0x97,0x71,0x07,0xFC,0x66,0x7B,0x20,0xE3,0x9D}; + TTableSchema(const TTableSchema&); TTableSchema& operator=(const TTableSchema&); TTableSchema() { @@ -891,17 +861,11 @@ class TTableSchema { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TTableSchema& obj); }; void swap(TTableSchema &a, TTableSchema &b); -inline std::ostream& operator<<(std::ostream& out, const TTableSchema& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TBoolValue__isset { _TBoolValue__isset() : value(false) {} bool value :1; @@ -910,6 +874,9 @@ typedef struct _TBoolValue__isset { class TBoolValue { public: + static const char* ascii_fingerprint; // = "BF054652DEF86253C2BEE7D947F167DD"; + static const uint8_t binary_fingerprint[16]; // = {0xBF,0x05,0x46,0x52,0xDE,0xF8,0x62,0x53,0xC2,0xBE,0xE7,0xD9,0x47,0xF1,0x67,0xDD}; + TBoolValue(const TBoolValue&); TBoolValue& operator=(const TBoolValue&); TBoolValue() : value(0) { @@ -939,17 +906,11 @@ class TBoolValue { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TBoolValue& obj); }; void swap(TBoolValue &a, TBoolValue &b); -inline std::ostream& operator<<(std::ostream& out, const TBoolValue& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TByteValue__isset { _TByteValue__isset() : value(false) {} bool value :1; @@ -958,6 +919,9 @@ typedef struct _TByteValue__isset { class TByteValue { public: + static const char* ascii_fingerprint; // = "9C15298ACB5D04AEA9B52D5DDE6F9208"; + static const uint8_t binary_fingerprint[16]; // = {0x9C,0x15,0x29,0x8A,0xCB,0x5D,0x04,0xAE,0xA9,0xB5,0x2D,0x5D,0xDE,0x6F,0x92,0x08}; + TByteValue(const TByteValue&); TByteValue& operator=(const TByteValue&); TByteValue() : value(0) { @@ -987,17 +951,11 @@ class TByteValue { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TByteValue& obj); }; void swap(TByteValue &a, TByteValue &b); -inline std::ostream& operator<<(std::ostream& out, const TByteValue& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TI16Value__isset { _TI16Value__isset() : value(false) {} bool value :1; @@ -1006,6 +964,9 @@ typedef struct _TI16Value__isset { class TI16Value { public: + static const char* ascii_fingerprint; // = "5DAC9C51C7E1106BF936FC71860BE9D5"; + static const uint8_t binary_fingerprint[16]; // = {0x5D,0xAC,0x9C,0x51,0xC7,0xE1,0x10,0x6B,0xF9,0x36,0xFC,0x71,0x86,0x0B,0xE9,0xD5}; + TI16Value(const TI16Value&); TI16Value& operator=(const TI16Value&); TI16Value() : value(0) { @@ -1035,17 +996,11 @@ class TI16Value { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TI16Value& obj); }; void swap(TI16Value &a, TI16Value &b); -inline std::ostream& operator<<(std::ostream& out, const TI16Value& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TI32Value__isset { _TI32Value__isset() : value(false) {} bool value :1; @@ -1054,6 +1009,9 @@ typedef struct _TI32Value__isset { class TI32Value { public: + static const char* ascii_fingerprint; // = "E7A96B151330359E84C0A3AC91BCBACD"; + static const uint8_t binary_fingerprint[16]; // = {0xE7,0xA9,0x6B,0x15,0x13,0x30,0x35,0x9E,0x84,0xC0,0xA3,0xAC,0x91,0xBC,0xBA,0xCD}; + TI32Value(const TI32Value&); TI32Value& operator=(const TI32Value&); TI32Value() : value(0) { @@ -1083,17 +1041,11 @@ class TI32Value { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TI32Value& obj); }; void swap(TI32Value &a, TI32Value &b); -inline std::ostream& operator<<(std::ostream& out, const TI32Value& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TI64Value__isset { _TI64Value__isset() : value(false) {} bool value :1; @@ -1102,6 +1054,9 @@ typedef struct _TI64Value__isset { class TI64Value { public: + static const char* ascii_fingerprint; // = "148F3AAAC1D9859963D5E800D187BF26"; + static const uint8_t binary_fingerprint[16]; // = {0x14,0x8F,0x3A,0xAA,0xC1,0xD9,0x85,0x99,0x63,0xD5,0xE8,0x00,0xD1,0x87,0xBF,0x26}; + TI64Value(const TI64Value&); TI64Value& operator=(const TI64Value&); TI64Value() : value(0) { @@ -1131,17 +1086,11 @@ class TI64Value { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TI64Value& obj); }; void swap(TI64Value &a, TI64Value &b); -inline std::ostream& operator<<(std::ostream& out, const TI64Value& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TDoubleValue__isset { _TDoubleValue__isset() : value(false) {} bool value :1; @@ -1150,6 +1099,9 @@ typedef struct _TDoubleValue__isset { class TDoubleValue { public: + static const char* ascii_fingerprint; // = "3586E570A474C4A8603B4FF74903B3A6"; + static const uint8_t binary_fingerprint[16]; // = {0x35,0x86,0xE5,0x70,0xA4,0x74,0xC4,0xA8,0x60,0x3B,0x4F,0xF7,0x49,0x03,0xB3,0xA6}; + TDoubleValue(const TDoubleValue&); TDoubleValue& operator=(const TDoubleValue&); TDoubleValue() : value(0) { @@ -1179,17 +1131,11 @@ class TDoubleValue { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TDoubleValue& obj); }; void swap(TDoubleValue &a, TDoubleValue &b); -inline std::ostream& operator<<(std::ostream& out, const TDoubleValue& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TStringValue__isset { _TStringValue__isset() : value(false) {} bool value :1; @@ -1198,6 +1144,9 @@ typedef struct _TStringValue__isset { class TStringValue { public: + static const char* ascii_fingerprint; // = "66E694018C17E5B65A59AE8F55CCA3CD"; + static const uint8_t binary_fingerprint[16]; // = {0x66,0xE6,0x94,0x01,0x8C,0x17,0xE5,0xB6,0x5A,0x59,0xAE,0x8F,0x55,0xCC,0xA3,0xCD}; + TStringValue(const TStringValue&); TStringValue& operator=(const TStringValue&); TStringValue() : value() { @@ -1227,17 +1176,11 @@ class TStringValue { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TStringValue& obj); }; void swap(TStringValue &a, TStringValue &b); -inline std::ostream& operator<<(std::ostream& out, const TStringValue& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TColumnValue__isset { _TColumnValue__isset() : boolVal(false), byteVal(false), i16Val(false), i32Val(false), i64Val(false), doubleVal(false), stringVal(false) {} bool boolVal :1; @@ -1252,6 +1195,9 @@ typedef struct _TColumnValue__isset { class TColumnValue { public: + static const char* ascii_fingerprint; // = "C2DDD988447EA7999A8285AA38AAE9AD"; + static const uint8_t binary_fingerprint[16]; // = {0xC2,0xDD,0xD9,0x88,0x44,0x7E,0xA7,0x99,0x9A,0x82,0x85,0xAA,0x38,0xAA,0xE9,0xAD}; + TColumnValue(const TColumnValue&); TColumnValue& operator=(const TColumnValue&); TColumnValue() { @@ -1309,21 +1255,18 @@ class TColumnValue { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TColumnValue& obj); }; void swap(TColumnValue &a, TColumnValue &b); -inline std::ostream& operator<<(std::ostream& out, const TColumnValue& obj) -{ - obj.printTo(out); - return out; -} - class TRow { public: + static const char* ascii_fingerprint; // = "E73FD1FCA0CA58A669FC3E02FB68D534"; + static const uint8_t binary_fingerprint[16]; // = {0xE7,0x3F,0xD1,0xFC,0xA0,0xCA,0x58,0xA6,0x69,0xFC,0x3E,0x02,0xFB,0x68,0xD5,0x34}; + TRow(const TRow&); TRow& operator=(const TRow&); TRow() { @@ -1349,21 +1292,18 @@ class TRow { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TRow& obj); }; void swap(TRow &a, TRow &b); -inline std::ostream& operator<<(std::ostream& out, const TRow& obj) -{ - obj.printTo(out); - return out; -} - class TBoolColumn { public: + static const char* ascii_fingerprint; // = "F9058324D96DB7F974D8ACDC01C54219"; + static const uint8_t binary_fingerprint[16]; // = {0xF9,0x05,0x83,0x24,0xD9,0x6D,0xB7,0xF9,0x74,0xD8,0xAC,0xDC,0x01,0xC5,0x42,0x19}; + TBoolColumn(const TBoolColumn&); TBoolColumn& operator=(const TBoolColumn&); TBoolColumn() : nulls() { @@ -1394,21 +1334,18 @@ class TBoolColumn { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TBoolColumn& obj); }; void swap(TBoolColumn &a, TBoolColumn &b); -inline std::ostream& operator<<(std::ostream& out, const TBoolColumn& obj) -{ - obj.printTo(out); - return out; -} - class TByteColumn { public: + static const char* ascii_fingerprint; // = "1CB300106BAA463A70BB2A2395900F48"; + static const uint8_t binary_fingerprint[16]; // = {0x1C,0xB3,0x00,0x10,0x6B,0xAA,0x46,0x3A,0x70,0xBB,0x2A,0x23,0x95,0x90,0x0F,0x48}; + TByteColumn(const TByteColumn&); TByteColumn& operator=(const TByteColumn&); TByteColumn() : nulls() { @@ -1439,21 +1376,18 @@ class TByteColumn { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TByteColumn& obj); }; void swap(TByteColumn &a, TByteColumn &b); -inline std::ostream& operator<<(std::ostream& out, const TByteColumn& obj) -{ - obj.printTo(out); - return out; -} - class TI16Column { public: + static const char* ascii_fingerprint; // = "6574CDB1F121C8DB47FB257A3F104BDB"; + static const uint8_t binary_fingerprint[16]; // = {0x65,0x74,0xCD,0xB1,0xF1,0x21,0xC8,0xDB,0x47,0xFB,0x25,0x7A,0x3F,0x10,0x4B,0xDB}; + TI16Column(const TI16Column&); TI16Column& operator=(const TI16Column&); TI16Column() : nulls() { @@ -1484,21 +1418,18 @@ class TI16Column { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TI16Column& obj); }; void swap(TI16Column &a, TI16Column &b); -inline std::ostream& operator<<(std::ostream& out, const TI16Column& obj) -{ - obj.printTo(out); - return out; -} - class TI32Column { public: + static const char* ascii_fingerprint; // = "CCCCE89C7E9DA10280F5663700677313"; + static const uint8_t binary_fingerprint[16]; // = {0xCC,0xCC,0xE8,0x9C,0x7E,0x9D,0xA1,0x02,0x80,0xF5,0x66,0x37,0x00,0x67,0x73,0x13}; + TI32Column(const TI32Column&); TI32Column& operator=(const TI32Column&); TI32Column() : nulls() { @@ -1529,21 +1460,18 @@ class TI32Column { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TI32Column& obj); }; void swap(TI32Column &a, TI32Column &b); -inline std::ostream& operator<<(std::ostream& out, const TI32Column& obj) -{ - obj.printTo(out); - return out; -} - class TI64Column { public: + static const char* ascii_fingerprint; // = "925353917FC0AF87976A2338011F5A31"; + static const uint8_t binary_fingerprint[16]; // = {0x92,0x53,0x53,0x91,0x7F,0xC0,0xAF,0x87,0x97,0x6A,0x23,0x38,0x01,0x1F,0x5A,0x31}; + TI64Column(const TI64Column&); TI64Column& operator=(const TI64Column&); TI64Column() : nulls() { @@ -1574,21 +1502,18 @@ class TI64Column { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TI64Column& obj); }; void swap(TI64Column &a, TI64Column &b); -inline std::ostream& operator<<(std::ostream& out, const TI64Column& obj) -{ - obj.printTo(out); - return out; -} - class TDoubleColumn { public: + static const char* ascii_fingerprint; // = "8FF1C050A8D7FD247AEB23CD71539C09"; + static const uint8_t binary_fingerprint[16]; // = {0x8F,0xF1,0xC0,0x50,0xA8,0xD7,0xFD,0x24,0x7A,0xEB,0x23,0xCD,0x71,0x53,0x9C,0x09}; + TDoubleColumn(const TDoubleColumn&); TDoubleColumn& operator=(const TDoubleColumn&); TDoubleColumn() : nulls() { @@ -1619,21 +1544,18 @@ class TDoubleColumn { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TDoubleColumn& obj); }; void swap(TDoubleColumn &a, TDoubleColumn &b); -inline std::ostream& operator<<(std::ostream& out, const TDoubleColumn& obj) -{ - obj.printTo(out); - return out; -} - class TStringColumn { public: + static const char* ascii_fingerprint; // = "BE556BF7091B2DABBA1863D5E458B15F"; + static const uint8_t binary_fingerprint[16]; // = {0xBE,0x55,0x6B,0xF7,0x09,0x1B,0x2D,0xAB,0xBA,0x18,0x63,0xD5,0xE4,0x58,0xB1,0x5F}; + TStringColumn(const TStringColumn&); TStringColumn& operator=(const TStringColumn&); TStringColumn() : nulls() { @@ -1664,21 +1586,18 @@ class TStringColumn { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TStringColumn& obj); }; void swap(TStringColumn &a, TStringColumn &b); -inline std::ostream& operator<<(std::ostream& out, const TStringColumn& obj) -{ - obj.printTo(out); - return out; -} - class TBinaryColumn { public: + static const char* ascii_fingerprint; // = "BE556BF7091B2DABBA1863D5E458B15F"; + static const uint8_t binary_fingerprint[16]; // = {0xBE,0x55,0x6B,0xF7,0x09,0x1B,0x2D,0xAB,0xBA,0x18,0x63,0xD5,0xE4,0x58,0xB1,0x5F}; + TBinaryColumn(const TBinaryColumn&); TBinaryColumn& operator=(const TBinaryColumn&); TBinaryColumn() : nulls() { @@ -1709,17 +1628,11 @@ class TBinaryColumn { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TBinaryColumn& obj); }; void swap(TBinaryColumn &a, TBinaryColumn &b); -inline std::ostream& operator<<(std::ostream& out, const TBinaryColumn& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TColumn__isset { _TColumn__isset() : boolVal(false), byteVal(false), i16Val(false), i32Val(false), i64Val(false), doubleVal(false), stringVal(false), binaryVal(false) {} bool boolVal :1; @@ -1735,6 +1648,9 @@ typedef struct _TColumn__isset { class TColumn { public: + static const char* ascii_fingerprint; // = "E6ADD10B4CDDE61A19E8878CC7039A17"; + static const uint8_t binary_fingerprint[16]; // = {0xE6,0xAD,0xD1,0x0B,0x4C,0xDD,0xE6,0x1A,0x19,0xE8,0x87,0x8C,0xC7,0x03,0x9A,0x17}; + TColumn(const TColumn&); TColumn& operator=(const TColumn&); TColumn() { @@ -1797,17 +1713,11 @@ class TColumn { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TColumn& obj); }; void swap(TColumn &a, TColumn &b); -inline std::ostream& operator<<(std::ostream& out, const TColumn& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TRowSet__isset { _TRowSet__isset() : columns(false) {} bool columns :1; @@ -1816,6 +1726,9 @@ typedef struct _TRowSet__isset { class TRowSet { public: + static const char* ascii_fingerprint; // = "46DA30A870489C7A58105AE0080DAEBF"; + static const uint8_t binary_fingerprint[16]; // = {0x46,0xDA,0x30,0xA8,0x70,0x48,0x9C,0x7A,0x58,0x10,0x5A,0xE0,0x08,0x0D,0xAE,0xBF}; + TRowSet(const TRowSet&); TRowSet& operator=(const TRowSet&); TRowSet() : startRowOffset(0) { @@ -1855,17 +1768,11 @@ class TRowSet { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TRowSet& obj); }; void swap(TRowSet &a, TRowSet &b); -inline std::ostream& operator<<(std::ostream& out, const TRowSet& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TStatus__isset { _TStatus__isset() : infoMessages(false), sqlState(false), errorCode(false), errorMessage(false) {} bool infoMessages :1; @@ -1877,6 +1784,9 @@ typedef struct _TStatus__isset { class TStatus { public: + static const char* ascii_fingerprint; // = "D5DEF49634A59C615C1B3A6F7D0DADB5"; + static const uint8_t binary_fingerprint[16]; // = {0xD5,0xDE,0xF4,0x96,0x34,0xA5,0x9C,0x61,0x5C,0x1B,0x3A,0x6F,0x7D,0x0D,0xAD,0xB5}; + TStatus(const TStatus&); TStatus& operator=(const TStatus&); TStatus() : statusCode((TStatusCode::type)0), sqlState(), errorCode(0), errorMessage() { @@ -1932,21 +1842,18 @@ class TStatus { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TStatus& obj); }; void swap(TStatus &a, TStatus &b); -inline std::ostream& operator<<(std::ostream& out, const TStatus& obj) -{ - obj.printTo(out); - return out; -} - class THandleIdentifier { public: + static const char* ascii_fingerprint; // = "07A9615F837F7D0A952B595DD3020972"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xA9,0x61,0x5F,0x83,0x7F,0x7D,0x0A,0x95,0x2B,0x59,0x5D,0xD3,0x02,0x09,0x72}; + THandleIdentifier(const THandleIdentifier&); THandleIdentifier& operator=(const THandleIdentifier&); THandleIdentifier() : guid(), secret() { @@ -1977,21 +1884,18 @@ class THandleIdentifier { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const THandleIdentifier& obj); }; void swap(THandleIdentifier &a, THandleIdentifier &b); -inline std::ostream& operator<<(std::ostream& out, const THandleIdentifier& obj) -{ - obj.printTo(out); - return out; -} - class TSessionHandle { public: + static const char* ascii_fingerprint; // = "A756D3DBE614FB13F70BF7F7B6EB3D73"; + static const uint8_t binary_fingerprint[16]; // = {0xA7,0x56,0xD3,0xDB,0xE6,0x14,0xFB,0x13,0xF7,0x0B,0xF7,0xF7,0xB6,0xEB,0x3D,0x73}; + TSessionHandle(const TSessionHandle&); TSessionHandle& operator=(const TSessionHandle&); TSessionHandle() { @@ -2017,17 +1921,11 @@ class TSessionHandle { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TSessionHandle& obj); }; void swap(TSessionHandle &a, TSessionHandle &b); -inline std::ostream& operator<<(std::ostream& out, const TSessionHandle& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TOperationHandle__isset { _TOperationHandle__isset() : modifiedRowCount(false) {} bool modifiedRowCount :1; @@ -2036,6 +1934,9 @@ typedef struct _TOperationHandle__isset { class TOperationHandle { public: + static const char* ascii_fingerprint; // = "29FD80F4F96804A30FCC59C23D2E5349"; + static const uint8_t binary_fingerprint[16]; // = {0x29,0xFD,0x80,0xF4,0xF9,0x68,0x04,0xA3,0x0F,0xCC,0x59,0xC2,0x3D,0x2E,0x53,0x49}; + TOperationHandle(const TOperationHandle&); TOperationHandle& operator=(const TOperationHandle&); TOperationHandle() : operationType((TOperationType::type)0), hasResultSet(0), modifiedRowCount(0) { @@ -2080,17 +1981,11 @@ class TOperationHandle { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TOperationHandle& obj); }; void swap(TOperationHandle &a, TOperationHandle &b); -inline std::ostream& operator<<(std::ostream& out, const TOperationHandle& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TOpenSessionReq__isset { _TOpenSessionReq__isset() : username(false), password(false), configuration(false) {} bool username :1; @@ -2101,6 +1996,9 @@ typedef struct _TOpenSessionReq__isset { class TOpenSessionReq { public: + static const char* ascii_fingerprint; // = "C8FD0F306A16C16BDA7B57F58BFAE5B2"; + static const uint8_t binary_fingerprint[16]; // = {0xC8,0xFD,0x0F,0x30,0x6A,0x16,0xC1,0x6B,0xDA,0x7B,0x57,0xF5,0x8B,0xFA,0xE5,0xB2}; + TOpenSessionReq(const TOpenSessionReq&); TOpenSessionReq& operator=(const TOpenSessionReq&); TOpenSessionReq() : client_protocol((TProtocolVersion::type)7), username(), password() { @@ -2151,17 +2049,11 @@ class TOpenSessionReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TOpenSessionReq& obj); }; void swap(TOpenSessionReq &a, TOpenSessionReq &b); -inline std::ostream& operator<<(std::ostream& out, const TOpenSessionReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TOpenSessionResp__isset { _TOpenSessionResp__isset() : sessionHandle(false), configuration(false) {} bool sessionHandle :1; @@ -2171,6 +2063,9 @@ typedef struct _TOpenSessionResp__isset { class TOpenSessionResp { public: + static const char* ascii_fingerprint; // = "CFE7D7F4E9EC671F2518ED74FEE9F163"; + static const uint8_t binary_fingerprint[16]; // = {0xCF,0xE7,0xD7,0xF4,0xE9,0xEC,0x67,0x1F,0x25,0x18,0xED,0x74,0xFE,0xE9,0xF1,0x63}; + TOpenSessionResp(const TOpenSessionResp&); TOpenSessionResp& operator=(const TOpenSessionResp&); TOpenSessionResp() : serverProtocolVersion((TProtocolVersion::type)7) { @@ -2219,21 +2114,18 @@ class TOpenSessionResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TOpenSessionResp& obj); }; void swap(TOpenSessionResp &a, TOpenSessionResp &b); -inline std::ostream& operator<<(std::ostream& out, const TOpenSessionResp& obj) -{ - obj.printTo(out); - return out; -} - class TCloseSessionReq { public: + static const char* ascii_fingerprint; // = "82377107F8BD0526960537D5A112E6EF"; + static const uint8_t binary_fingerprint[16]; // = {0x82,0x37,0x71,0x07,0xF8,0xBD,0x05,0x26,0x96,0x05,0x37,0xD5,0xA1,0x12,0xE6,0xEF}; + TCloseSessionReq(const TCloseSessionReq&); TCloseSessionReq& operator=(const TCloseSessionReq&); TCloseSessionReq() { @@ -2259,21 +2151,18 @@ class TCloseSessionReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TCloseSessionReq& obj); }; void swap(TCloseSessionReq &a, TCloseSessionReq &b); -inline std::ostream& operator<<(std::ostream& out, const TCloseSessionReq& obj) -{ - obj.printTo(out); - return out; -} - class TCloseSessionResp { public: + static const char* ascii_fingerprint; // = "7142E89F09DC7C5F6FA916C7393F46C2"; + static const uint8_t binary_fingerprint[16]; // = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + TCloseSessionResp(const TCloseSessionResp&); TCloseSessionResp& operator=(const TCloseSessionResp&); TCloseSessionResp() { @@ -2299,17 +2188,11 @@ class TCloseSessionResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TCloseSessionResp& obj); }; void swap(TCloseSessionResp &a, TCloseSessionResp &b); -inline std::ostream& operator<<(std::ostream& out, const TCloseSessionResp& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetInfoValue__isset { _TGetInfoValue__isset() : stringValue(false), smallIntValue(false), integerBitmask(false), integerFlag(false), binaryValue(false), lenValue(false) {} bool stringValue :1; @@ -2323,6 +2206,9 @@ typedef struct _TGetInfoValue__isset { class TGetInfoValue { public: + static const char* ascii_fingerprint; // = "057FED11279FD7248CFE73EE82ED579E"; + static const uint8_t binary_fingerprint[16]; // = {0x05,0x7F,0xED,0x11,0x27,0x9F,0xD7,0x24,0x8C,0xFE,0x73,0xEE,0x82,0xED,0x57,0x9E}; + TGetInfoValue(const TGetInfoValue&); TGetInfoValue& operator=(const TGetInfoValue&); TGetInfoValue() : stringValue(), smallIntValue(0), integerBitmask(0), integerFlag(0), binaryValue(0), lenValue(0) { @@ -2375,21 +2261,18 @@ class TGetInfoValue { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetInfoValue& obj); }; void swap(TGetInfoValue &a, TGetInfoValue &b); -inline std::ostream& operator<<(std::ostream& out, const TGetInfoValue& obj) -{ - obj.printTo(out); - return out; -} - class TGetInfoReq { public: + static const char* ascii_fingerprint; // = "95675B1A0BADE5F7EDE323809DB679B2"; + static const uint8_t binary_fingerprint[16]; // = {0x95,0x67,0x5B,0x1A,0x0B,0xAD,0xE5,0xF7,0xED,0xE3,0x23,0x80,0x9D,0xB6,0x79,0xB2}; + TGetInfoReq(const TGetInfoReq&); TGetInfoReq& operator=(const TGetInfoReq&); TGetInfoReq() : infoType((TGetInfoType::type)0) { @@ -2420,21 +2303,18 @@ class TGetInfoReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetInfoReq& obj); }; void swap(TGetInfoReq &a, TGetInfoReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetInfoReq& obj) -{ - obj.printTo(out); - return out; -} - class TGetInfoResp { public: + static const char* ascii_fingerprint; // = "72AFA10A82728B51FDE91092012868DE"; + static const uint8_t binary_fingerprint[16]; // = {0x72,0xAF,0xA1,0x0A,0x82,0x72,0x8B,0x51,0xFD,0xE9,0x10,0x92,0x01,0x28,0x68,0xDE}; + TGetInfoResp(const TGetInfoResp&); TGetInfoResp& operator=(const TGetInfoResp&); TGetInfoResp() { @@ -2465,17 +2345,11 @@ class TGetInfoResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetInfoResp& obj); }; void swap(TGetInfoResp &a, TGetInfoResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetInfoResp& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TExecuteStatementReq__isset { _TExecuteStatementReq__isset() : confOverlay(false), runAsync(true) {} bool confOverlay :1; @@ -2485,6 +2359,9 @@ typedef struct _TExecuteStatementReq__isset { class TExecuteStatementReq { public: + static const char* ascii_fingerprint; // = "FED75DB77E66D76EC1939A51FB0D96FA"; + static const uint8_t binary_fingerprint[16]; // = {0xFE,0xD7,0x5D,0xB7,0x7E,0x66,0xD7,0x6E,0xC1,0x93,0x9A,0x51,0xFB,0x0D,0x96,0xFA}; + TExecuteStatementReq(const TExecuteStatementReq&); TExecuteStatementReq& operator=(const TExecuteStatementReq&); TExecuteStatementReq() : statement(), runAsync(false) { @@ -2531,17 +2408,11 @@ class TExecuteStatementReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TExecuteStatementReq& obj); }; void swap(TExecuteStatementReq &a, TExecuteStatementReq &b); -inline std::ostream& operator<<(std::ostream& out, const TExecuteStatementReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TExecuteStatementResp__isset { _TExecuteStatementResp__isset() : operationHandle(false) {} bool operationHandle :1; @@ -2550,6 +2421,9 @@ typedef struct _TExecuteStatementResp__isset { class TExecuteStatementResp { public: + static const char* ascii_fingerprint; // = "02A075A0FF88D3A172916D8F23C7B286"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + TExecuteStatementResp(const TExecuteStatementResp&); TExecuteStatementResp& operator=(const TExecuteStatementResp&); TExecuteStatementResp() { @@ -2584,21 +2458,18 @@ class TExecuteStatementResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TExecuteStatementResp& obj); }; void swap(TExecuteStatementResp &a, TExecuteStatementResp &b); -inline std::ostream& operator<<(std::ostream& out, const TExecuteStatementResp& obj) -{ - obj.printTo(out); - return out; -} - class TGetTypeInfoReq { public: + static const char* ascii_fingerprint; // = "82377107F8BD0526960537D5A112E6EF"; + static const uint8_t binary_fingerprint[16]; // = {0x82,0x37,0x71,0x07,0xF8,0xBD,0x05,0x26,0x96,0x05,0x37,0xD5,0xA1,0x12,0xE6,0xEF}; + TGetTypeInfoReq(const TGetTypeInfoReq&); TGetTypeInfoReq& operator=(const TGetTypeInfoReq&); TGetTypeInfoReq() { @@ -2624,17 +2495,11 @@ class TGetTypeInfoReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetTypeInfoReq& obj); }; void swap(TGetTypeInfoReq &a, TGetTypeInfoReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetTypeInfoReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetTypeInfoResp__isset { _TGetTypeInfoResp__isset() : operationHandle(false) {} bool operationHandle :1; @@ -2643,6 +2508,9 @@ typedef struct _TGetTypeInfoResp__isset { class TGetTypeInfoResp { public: + static const char* ascii_fingerprint; // = "02A075A0FF88D3A172916D8F23C7B286"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + TGetTypeInfoResp(const TGetTypeInfoResp&); TGetTypeInfoResp& operator=(const TGetTypeInfoResp&); TGetTypeInfoResp() { @@ -2677,21 +2545,18 @@ class TGetTypeInfoResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetTypeInfoResp& obj); }; void swap(TGetTypeInfoResp &a, TGetTypeInfoResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetTypeInfoResp& obj) -{ - obj.printTo(out); - return out; -} - class TGetCatalogsReq { public: + static const char* ascii_fingerprint; // = "82377107F8BD0526960537D5A112E6EF"; + static const uint8_t binary_fingerprint[16]; // = {0x82,0x37,0x71,0x07,0xF8,0xBD,0x05,0x26,0x96,0x05,0x37,0xD5,0xA1,0x12,0xE6,0xEF}; + TGetCatalogsReq(const TGetCatalogsReq&); TGetCatalogsReq& operator=(const TGetCatalogsReq&); TGetCatalogsReq() { @@ -2717,17 +2582,11 @@ class TGetCatalogsReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetCatalogsReq& obj); }; void swap(TGetCatalogsReq &a, TGetCatalogsReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetCatalogsReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetCatalogsResp__isset { _TGetCatalogsResp__isset() : operationHandle(false) {} bool operationHandle :1; @@ -2736,6 +2595,9 @@ typedef struct _TGetCatalogsResp__isset { class TGetCatalogsResp { public: + static const char* ascii_fingerprint; // = "02A075A0FF88D3A172916D8F23C7B286"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + TGetCatalogsResp(const TGetCatalogsResp&); TGetCatalogsResp& operator=(const TGetCatalogsResp&); TGetCatalogsResp() { @@ -2770,17 +2632,11 @@ class TGetCatalogsResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetCatalogsResp& obj); }; void swap(TGetCatalogsResp &a, TGetCatalogsResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetCatalogsResp& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetSchemasReq__isset { _TGetSchemasReq__isset() : catalogName(false), schemaName(false) {} bool catalogName :1; @@ -2790,6 +2646,9 @@ typedef struct _TGetSchemasReq__isset { class TGetSchemasReq { public: + static const char* ascii_fingerprint; // = "28A9D12DE8393DD3E73FC1E5AE6E113B"; + static const uint8_t binary_fingerprint[16]; // = {0x28,0xA9,0xD1,0x2D,0xE8,0x39,0x3D,0xD3,0xE7,0x3F,0xC1,0xE5,0xAE,0x6E,0x11,0x3B}; + TGetSchemasReq(const TGetSchemasReq&); TGetSchemasReq& operator=(const TGetSchemasReq&); TGetSchemasReq() : catalogName(), schemaName() { @@ -2831,17 +2690,11 @@ class TGetSchemasReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetSchemasReq& obj); }; void swap(TGetSchemasReq &a, TGetSchemasReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetSchemasReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetSchemasResp__isset { _TGetSchemasResp__isset() : operationHandle(false) {} bool operationHandle :1; @@ -2850,6 +2703,9 @@ typedef struct _TGetSchemasResp__isset { class TGetSchemasResp { public: + static const char* ascii_fingerprint; // = "02A075A0FF88D3A172916D8F23C7B286"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + TGetSchemasResp(const TGetSchemasResp&); TGetSchemasResp& operator=(const TGetSchemasResp&); TGetSchemasResp() { @@ -2884,17 +2740,11 @@ class TGetSchemasResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetSchemasResp& obj); }; void swap(TGetSchemasResp &a, TGetSchemasResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetSchemasResp& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetTablesReq__isset { _TGetTablesReq__isset() : catalogName(false), schemaName(false), tableName(false), tableTypes(false) {} bool catalogName :1; @@ -2906,6 +2756,9 @@ typedef struct _TGetTablesReq__isset { class TGetTablesReq { public: + static const char* ascii_fingerprint; // = "C80DFEE06850052F5A445BE81ED763DB"; + static const uint8_t binary_fingerprint[16]; // = {0xC8,0x0D,0xFE,0xE0,0x68,0x50,0x05,0x2F,0x5A,0x44,0x5B,0xE8,0x1E,0xD7,0x63,0xDB}; + TGetTablesReq(const TGetTablesReq&); TGetTablesReq& operator=(const TGetTablesReq&); TGetTablesReq() : catalogName(), schemaName(), tableName() { @@ -2961,17 +2814,11 @@ class TGetTablesReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetTablesReq& obj); }; void swap(TGetTablesReq &a, TGetTablesReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetTablesReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetTablesResp__isset { _TGetTablesResp__isset() : operationHandle(false) {} bool operationHandle :1; @@ -2980,6 +2827,9 @@ typedef struct _TGetTablesResp__isset { class TGetTablesResp { public: + static const char* ascii_fingerprint; // = "02A075A0FF88D3A172916D8F23C7B286"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + TGetTablesResp(const TGetTablesResp&); TGetTablesResp& operator=(const TGetTablesResp&); TGetTablesResp() { @@ -3014,21 +2864,18 @@ class TGetTablesResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetTablesResp& obj); }; void swap(TGetTablesResp &a, TGetTablesResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetTablesResp& obj) -{ - obj.printTo(out); - return out; -} - class TGetTableTypesReq { public: + static const char* ascii_fingerprint; // = "82377107F8BD0526960537D5A112E6EF"; + static const uint8_t binary_fingerprint[16]; // = {0x82,0x37,0x71,0x07,0xF8,0xBD,0x05,0x26,0x96,0x05,0x37,0xD5,0xA1,0x12,0xE6,0xEF}; + TGetTableTypesReq(const TGetTableTypesReq&); TGetTableTypesReq& operator=(const TGetTableTypesReq&); TGetTableTypesReq() { @@ -3054,17 +2901,11 @@ class TGetTableTypesReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetTableTypesReq& obj); }; void swap(TGetTableTypesReq &a, TGetTableTypesReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetTableTypesReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetTableTypesResp__isset { _TGetTableTypesResp__isset() : operationHandle(false) {} bool operationHandle :1; @@ -3073,6 +2914,9 @@ typedef struct _TGetTableTypesResp__isset { class TGetTableTypesResp { public: + static const char* ascii_fingerprint; // = "02A075A0FF88D3A172916D8F23C7B286"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + TGetTableTypesResp(const TGetTableTypesResp&); TGetTableTypesResp& operator=(const TGetTableTypesResp&); TGetTableTypesResp() { @@ -3107,17 +2951,11 @@ class TGetTableTypesResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetTableTypesResp& obj); }; void swap(TGetTableTypesResp &a, TGetTableTypesResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetTableTypesResp& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetColumnsReq__isset { _TGetColumnsReq__isset() : catalogName(false), schemaName(false), tableName(false), columnName(false) {} bool catalogName :1; @@ -3129,6 +2967,9 @@ typedef struct _TGetColumnsReq__isset { class TGetColumnsReq { public: + static const char* ascii_fingerprint; // = "72D0F28ED33A49B7306DF63EEE956C28"; + static const uint8_t binary_fingerprint[16]; // = {0x72,0xD0,0xF2,0x8E,0xD3,0x3A,0x49,0xB7,0x30,0x6D,0xF6,0x3E,0xEE,0x95,0x6C,0x28}; + TGetColumnsReq(const TGetColumnsReq&); TGetColumnsReq& operator=(const TGetColumnsReq&); TGetColumnsReq() : catalogName(), schemaName(), tableName(), columnName() { @@ -3184,17 +3025,11 @@ class TGetColumnsReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetColumnsReq& obj); }; void swap(TGetColumnsReq &a, TGetColumnsReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetColumnsReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetColumnsResp__isset { _TGetColumnsResp__isset() : operationHandle(false) {} bool operationHandle :1; @@ -3203,6 +3038,9 @@ typedef struct _TGetColumnsResp__isset { class TGetColumnsResp { public: + static const char* ascii_fingerprint; // = "02A075A0FF88D3A172916D8F23C7B286"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + TGetColumnsResp(const TGetColumnsResp&); TGetColumnsResp& operator=(const TGetColumnsResp&); TGetColumnsResp() { @@ -3237,17 +3075,11 @@ class TGetColumnsResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetColumnsResp& obj); }; void swap(TGetColumnsResp &a, TGetColumnsResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetColumnsResp& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetFunctionsReq__isset { _TGetFunctionsReq__isset() : catalogName(false), schemaName(false) {} bool catalogName :1; @@ -3257,6 +3089,9 @@ typedef struct _TGetFunctionsReq__isset { class TGetFunctionsReq { public: + static const char* ascii_fingerprint; // = "0887E0916ADE4521BF6017B534493138"; + static const uint8_t binary_fingerprint[16]; // = {0x08,0x87,0xE0,0x91,0x6A,0xDE,0x45,0x21,0xBF,0x60,0x17,0xB5,0x34,0x49,0x31,0x38}; + TGetFunctionsReq(const TGetFunctionsReq&); TGetFunctionsReq& operator=(const TGetFunctionsReq&); TGetFunctionsReq() : catalogName(), schemaName(), functionName() { @@ -3303,17 +3138,11 @@ class TGetFunctionsReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetFunctionsReq& obj); }; void swap(TGetFunctionsReq &a, TGetFunctionsReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetFunctionsReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetFunctionsResp__isset { _TGetFunctionsResp__isset() : operationHandle(false) {} bool operationHandle :1; @@ -3322,6 +3151,9 @@ typedef struct _TGetFunctionsResp__isset { class TGetFunctionsResp { public: + static const char* ascii_fingerprint; // = "02A075A0FF88D3A172916D8F23C7B286"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0xA0,0x75,0xA0,0xFF,0x88,0xD3,0xA1,0x72,0x91,0x6D,0x8F,0x23,0xC7,0xB2,0x86}; + TGetFunctionsResp(const TGetFunctionsResp&); TGetFunctionsResp& operator=(const TGetFunctionsResp&); TGetFunctionsResp() { @@ -3356,21 +3188,18 @@ class TGetFunctionsResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetFunctionsResp& obj); }; void swap(TGetFunctionsResp &a, TGetFunctionsResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetFunctionsResp& obj) -{ - obj.printTo(out); - return out; -} - class TGetOperationStatusReq { public: + static const char* ascii_fingerprint; // = "414FA38522AE6B9CEC1438B56CA1DE5A"; + static const uint8_t binary_fingerprint[16]; // = {0x41,0x4F,0xA3,0x85,0x22,0xAE,0x6B,0x9C,0xEC,0x14,0x38,0xB5,0x6C,0xA1,0xDE,0x5A}; + TGetOperationStatusReq(const TGetOperationStatusReq&); TGetOperationStatusReq& operator=(const TGetOperationStatusReq&); TGetOperationStatusReq() { @@ -3396,17 +3225,11 @@ class TGetOperationStatusReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetOperationStatusReq& obj); }; void swap(TGetOperationStatusReq &a, TGetOperationStatusReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetOperationStatusReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetOperationStatusResp__isset { _TGetOperationStatusResp__isset() : operationState(false), sqlState(false), errorCode(false), errorMessage(false) {} bool operationState :1; @@ -3418,6 +3241,9 @@ typedef struct _TGetOperationStatusResp__isset { class TGetOperationStatusResp { public: + static const char* ascii_fingerprint; // = "BD124DB87A5A2E7D11945BD1B17F013D"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0x12,0x4D,0xB8,0x7A,0x5A,0x2E,0x7D,0x11,0x94,0x5B,0xD1,0xB1,0x7F,0x01,0x3D}; + TGetOperationStatusResp(const TGetOperationStatusResp&); TGetOperationStatusResp& operator=(const TGetOperationStatusResp&); TGetOperationStatusResp() : operationState((TOperationState::type)0), sqlState(), errorCode(0), errorMessage() { @@ -3473,21 +3299,18 @@ class TGetOperationStatusResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetOperationStatusResp& obj); }; void swap(TGetOperationStatusResp &a, TGetOperationStatusResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetOperationStatusResp& obj) -{ - obj.printTo(out); - return out; -} - class TCancelOperationReq { public: + static const char* ascii_fingerprint; // = "414FA38522AE6B9CEC1438B56CA1DE5A"; + static const uint8_t binary_fingerprint[16]; // = {0x41,0x4F,0xA3,0x85,0x22,0xAE,0x6B,0x9C,0xEC,0x14,0x38,0xB5,0x6C,0xA1,0xDE,0x5A}; + TCancelOperationReq(const TCancelOperationReq&); TCancelOperationReq& operator=(const TCancelOperationReq&); TCancelOperationReq() { @@ -3513,21 +3336,18 @@ class TCancelOperationReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TCancelOperationReq& obj); }; void swap(TCancelOperationReq &a, TCancelOperationReq &b); -inline std::ostream& operator<<(std::ostream& out, const TCancelOperationReq& obj) -{ - obj.printTo(out); - return out; -} - class TCancelOperationResp { public: + static const char* ascii_fingerprint; // = "7142E89F09DC7C5F6FA916C7393F46C2"; + static const uint8_t binary_fingerprint[16]; // = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + TCancelOperationResp(const TCancelOperationResp&); TCancelOperationResp& operator=(const TCancelOperationResp&); TCancelOperationResp() { @@ -3553,21 +3373,18 @@ class TCancelOperationResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TCancelOperationResp& obj); }; void swap(TCancelOperationResp &a, TCancelOperationResp &b); -inline std::ostream& operator<<(std::ostream& out, const TCancelOperationResp& obj) -{ - obj.printTo(out); - return out; -} - class TCloseOperationReq { public: + static const char* ascii_fingerprint; // = "414FA38522AE6B9CEC1438B56CA1DE5A"; + static const uint8_t binary_fingerprint[16]; // = {0x41,0x4F,0xA3,0x85,0x22,0xAE,0x6B,0x9C,0xEC,0x14,0x38,0xB5,0x6C,0xA1,0xDE,0x5A}; + TCloseOperationReq(const TCloseOperationReq&); TCloseOperationReq& operator=(const TCloseOperationReq&); TCloseOperationReq() { @@ -3593,21 +3410,18 @@ class TCloseOperationReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TCloseOperationReq& obj); }; void swap(TCloseOperationReq &a, TCloseOperationReq &b); -inline std::ostream& operator<<(std::ostream& out, const TCloseOperationReq& obj) -{ - obj.printTo(out); - return out; -} - class TCloseOperationResp { public: + static const char* ascii_fingerprint; // = "7142E89F09DC7C5F6FA916C7393F46C2"; + static const uint8_t binary_fingerprint[16]; // = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + TCloseOperationResp(const TCloseOperationResp&); TCloseOperationResp& operator=(const TCloseOperationResp&); TCloseOperationResp() { @@ -3633,21 +3447,18 @@ class TCloseOperationResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TCloseOperationResp& obj); }; void swap(TCloseOperationResp &a, TCloseOperationResp &b); -inline std::ostream& operator<<(std::ostream& out, const TCloseOperationResp& obj) -{ - obj.printTo(out); - return out; -} - class TGetResultSetMetadataReq { public: + static const char* ascii_fingerprint; // = "414FA38522AE6B9CEC1438B56CA1DE5A"; + static const uint8_t binary_fingerprint[16]; // = {0x41,0x4F,0xA3,0x85,0x22,0xAE,0x6B,0x9C,0xEC,0x14,0x38,0xB5,0x6C,0xA1,0xDE,0x5A}; + TGetResultSetMetadataReq(const TGetResultSetMetadataReq&); TGetResultSetMetadataReq& operator=(const TGetResultSetMetadataReq&); TGetResultSetMetadataReq() { @@ -3673,17 +3484,11 @@ class TGetResultSetMetadataReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetResultSetMetadataReq& obj); }; void swap(TGetResultSetMetadataReq &a, TGetResultSetMetadataReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetResultSetMetadataReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetResultSetMetadataResp__isset { _TGetResultSetMetadataResp__isset() : schema(false) {} bool schema :1; @@ -3692,6 +3497,9 @@ typedef struct _TGetResultSetMetadataResp__isset { class TGetResultSetMetadataResp { public: + static const char* ascii_fingerprint; // = "42CD49B7F49CC1B6D4E6F5FA2D7BE812"; + static const uint8_t binary_fingerprint[16]; // = {0x42,0xCD,0x49,0xB7,0xF4,0x9C,0xC1,0xB6,0xD4,0xE6,0xF5,0xFA,0x2D,0x7B,0xE8,0x12}; + TGetResultSetMetadataResp(const TGetResultSetMetadataResp&); TGetResultSetMetadataResp& operator=(const TGetResultSetMetadataResp&); TGetResultSetMetadataResp() { @@ -3726,17 +3534,11 @@ class TGetResultSetMetadataResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetResultSetMetadataResp& obj); }; void swap(TGetResultSetMetadataResp &a, TGetResultSetMetadataResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetResultSetMetadataResp& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TFetchResultsReq__isset { _TFetchResultsReq__isset() : fetchType(true) {} bool fetchType :1; @@ -3745,6 +3547,9 @@ typedef struct _TFetchResultsReq__isset { class TFetchResultsReq { public: + static const char* ascii_fingerprint; // = "B4CB1E4F8F8F4D50183DD372AD11753A"; + static const uint8_t binary_fingerprint[16]; // = {0xB4,0xCB,0x1E,0x4F,0x8F,0x8F,0x4D,0x50,0x18,0x3D,0xD3,0x72,0xAD,0x11,0x75,0x3A}; + TFetchResultsReq(const TFetchResultsReq&); TFetchResultsReq& operator=(const TFetchResultsReq&); TFetchResultsReq() : orientation((TFetchOrientation::type)0), maxRows(0), fetchType(0) { @@ -3791,17 +3596,11 @@ class TFetchResultsReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TFetchResultsReq& obj); }; void swap(TFetchResultsReq &a, TFetchResultsReq &b); -inline std::ostream& operator<<(std::ostream& out, const TFetchResultsReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TFetchResultsResp__isset { _TFetchResultsResp__isset() : hasMoreRows(false), results(false) {} bool hasMoreRows :1; @@ -3811,6 +3610,9 @@ typedef struct _TFetchResultsResp__isset { class TFetchResultsResp { public: + static const char* ascii_fingerprint; // = "FC43BC2D6F3B76D4DB0F34226A745C8E"; + static const uint8_t binary_fingerprint[16]; // = {0xFC,0x43,0xBC,0x2D,0x6F,0x3B,0x76,0xD4,0xDB,0x0F,0x34,0x22,0x6A,0x74,0x5C,0x8E}; + TFetchResultsResp(const TFetchResultsResp&); TFetchResultsResp& operator=(const TFetchResultsResp&); TFetchResultsResp() : hasMoreRows(0) { @@ -3852,21 +3654,18 @@ class TFetchResultsResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TFetchResultsResp& obj); }; void swap(TFetchResultsResp &a, TFetchResultsResp &b); -inline std::ostream& operator<<(std::ostream& out, const TFetchResultsResp& obj) -{ - obj.printTo(out); - return out; -} - class TGetDelegationTokenReq { public: + static const char* ascii_fingerprint; // = "07EA0311716A27924914E4354ED22D6C"; + static const uint8_t binary_fingerprint[16]; // = {0x07,0xEA,0x03,0x11,0x71,0x6A,0x27,0x92,0x49,0x14,0xE4,0x35,0x4E,0xD2,0x2D,0x6C}; + TGetDelegationTokenReq(const TGetDelegationTokenReq&); TGetDelegationTokenReq& operator=(const TGetDelegationTokenReq&); TGetDelegationTokenReq() : owner(), renewer() { @@ -3902,17 +3701,11 @@ class TGetDelegationTokenReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetDelegationTokenReq& obj); }; void swap(TGetDelegationTokenReq &a, TGetDelegationTokenReq &b); -inline std::ostream& operator<<(std::ostream& out, const TGetDelegationTokenReq& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _TGetDelegationTokenResp__isset { _TGetDelegationTokenResp__isset() : delegationToken(false) {} bool delegationToken :1; @@ -3921,6 +3714,9 @@ typedef struct _TGetDelegationTokenResp__isset { class TGetDelegationTokenResp { public: + static const char* ascii_fingerprint; // = "C0E132DC412CEA08D771EAC38CEA1DA6"; + static const uint8_t binary_fingerprint[16]; // = {0xC0,0xE1,0x32,0xDC,0x41,0x2C,0xEA,0x08,0xD7,0x71,0xEA,0xC3,0x8C,0xEA,0x1D,0xA6}; + TGetDelegationTokenResp(const TGetDelegationTokenResp&); TGetDelegationTokenResp& operator=(const TGetDelegationTokenResp&); TGetDelegationTokenResp() : delegationToken() { @@ -3955,21 +3751,18 @@ class TGetDelegationTokenResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TGetDelegationTokenResp& obj); }; void swap(TGetDelegationTokenResp &a, TGetDelegationTokenResp &b); -inline std::ostream& operator<<(std::ostream& out, const TGetDelegationTokenResp& obj) -{ - obj.printTo(out); - return out; -} - class TCancelDelegationTokenReq { public: + static const char* ascii_fingerprint; // = "1A3D66269336B7EC66998BFE1BECDE75"; + static const uint8_t binary_fingerprint[16]; // = {0x1A,0x3D,0x66,0x26,0x93,0x36,0xB7,0xEC,0x66,0x99,0x8B,0xFE,0x1B,0xEC,0xDE,0x75}; + TCancelDelegationTokenReq(const TCancelDelegationTokenReq&); TCancelDelegationTokenReq& operator=(const TCancelDelegationTokenReq&); TCancelDelegationTokenReq() : delegationToken() { @@ -4000,21 +3793,18 @@ class TCancelDelegationTokenReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TCancelDelegationTokenReq& obj); }; void swap(TCancelDelegationTokenReq &a, TCancelDelegationTokenReq &b); -inline std::ostream& operator<<(std::ostream& out, const TCancelDelegationTokenReq& obj) -{ - obj.printTo(out); - return out; -} - class TCancelDelegationTokenResp { public: + static const char* ascii_fingerprint; // = "7142E89F09DC7C5F6FA916C7393F46C2"; + static const uint8_t binary_fingerprint[16]; // = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + TCancelDelegationTokenResp(const TCancelDelegationTokenResp&); TCancelDelegationTokenResp& operator=(const TCancelDelegationTokenResp&); TCancelDelegationTokenResp() { @@ -4040,21 +3830,18 @@ class TCancelDelegationTokenResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TCancelDelegationTokenResp& obj); }; void swap(TCancelDelegationTokenResp &a, TCancelDelegationTokenResp &b); -inline std::ostream& operator<<(std::ostream& out, const TCancelDelegationTokenResp& obj) -{ - obj.printTo(out); - return out; -} - class TRenewDelegationTokenReq { public: + static const char* ascii_fingerprint; // = "1A3D66269336B7EC66998BFE1BECDE75"; + static const uint8_t binary_fingerprint[16]; // = {0x1A,0x3D,0x66,0x26,0x93,0x36,0xB7,0xEC,0x66,0x99,0x8B,0xFE,0x1B,0xEC,0xDE,0x75}; + TRenewDelegationTokenReq(const TRenewDelegationTokenReq&); TRenewDelegationTokenReq& operator=(const TRenewDelegationTokenReq&); TRenewDelegationTokenReq() : delegationToken() { @@ -4085,21 +3872,18 @@ class TRenewDelegationTokenReq { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TRenewDelegationTokenReq& obj); }; void swap(TRenewDelegationTokenReq &a, TRenewDelegationTokenReq &b); -inline std::ostream& operator<<(std::ostream& out, const TRenewDelegationTokenReq& obj) -{ - obj.printTo(out); - return out; -} - class TRenewDelegationTokenResp { public: + static const char* ascii_fingerprint; // = "7142E89F09DC7C5F6FA916C7393F46C2"; + static const uint8_t binary_fingerprint[16]; // = {0x71,0x42,0xE8,0x9F,0x09,0xDC,0x7C,0x5F,0x6F,0xA9,0x16,0xC7,0x39,0x3F,0x46,0xC2}; + TRenewDelegationTokenResp(const TRenewDelegationTokenResp&); TRenewDelegationTokenResp& operator=(const TRenewDelegationTokenResp&); TRenewDelegationTokenResp() { @@ -4125,17 +3909,11 @@ class TRenewDelegationTokenResp { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const TRenewDelegationTokenResp& obj); }; void swap(TRenewDelegationTokenResp &a, TRenewDelegationTokenResp &b); -inline std::ostream& operator<<(std::ostream& out, const TRenewDelegationTokenResp& obj) -{ - obj.printTo(out); - return out; -} - }}}}} // namespace #endif diff --git service/src/gen/thrift/gen-cpp/ThriftHive.cpp service/src/gen/thrift/gen-cpp/ThriftHive.cpp index a5448f0..8935c04 100644 --- service/src/gen/thrift/gen-cpp/ThriftHive.cpp +++ service/src/gen/thrift/gen-cpp/ThriftHive.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -15,7 +15,6 @@ ThriftHive_execute_args::~ThriftHive_execute_args() throw() { uint32_t ThriftHive_execute_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -56,7 +55,7 @@ uint32_t ThriftHive_execute_args::read(::apache::thrift::protocol::TProtocol* ip uint32_t ThriftHive_execute_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_execute_args"); xfer += oprot->writeFieldBegin("query", ::apache::thrift::protocol::T_STRING, 1); @@ -65,6 +64,7 @@ uint32_t ThriftHive_execute_args::write(::apache::thrift::protocol::TProtocol* o xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -75,7 +75,7 @@ ThriftHive_execute_pargs::~ThriftHive_execute_pargs() throw() { uint32_t ThriftHive_execute_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_execute_pargs"); xfer += oprot->writeFieldBegin("query", ::apache::thrift::protocol::T_STRING, 1); @@ -84,6 +84,7 @@ uint32_t ThriftHive_execute_pargs::write(::apache::thrift::protocol::TProtocol* xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -94,7 +95,6 @@ ThriftHive_execute_result::~ThriftHive_execute_result() throw() { uint32_t ThriftHive_execute_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -156,7 +156,6 @@ ThriftHive_execute_presult::~ThriftHive_execute_presult() throw() { uint32_t ThriftHive_execute_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -202,7 +201,6 @@ ThriftHive_fetchOne_args::~ThriftHive_fetchOne_args() throw() { uint32_t ThriftHive_fetchOne_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -230,11 +228,12 @@ uint32_t ThriftHive_fetchOne_args::read(::apache::thrift::protocol::TProtocol* i uint32_t ThriftHive_fetchOne_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_fetchOne_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -245,11 +244,12 @@ ThriftHive_fetchOne_pargs::~ThriftHive_fetchOne_pargs() throw() { uint32_t ThriftHive_fetchOne_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_fetchOne_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -260,7 +260,6 @@ ThriftHive_fetchOne_result::~ThriftHive_fetchOne_result() throw() { uint32_t ThriftHive_fetchOne_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -334,7 +333,6 @@ ThriftHive_fetchOne_presult::~ThriftHive_fetchOne_presult() throw() { uint32_t ThriftHive_fetchOne_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -388,7 +386,6 @@ ThriftHive_fetchN_args::~ThriftHive_fetchN_args() throw() { uint32_t ThriftHive_fetchN_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -429,7 +426,7 @@ uint32_t ThriftHive_fetchN_args::read(::apache::thrift::protocol::TProtocol* ipr uint32_t ThriftHive_fetchN_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_fetchN_args"); xfer += oprot->writeFieldBegin("numRows", ::apache::thrift::protocol::T_I32, 1); @@ -438,6 +435,7 @@ uint32_t ThriftHive_fetchN_args::write(::apache::thrift::protocol::TProtocol* op xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -448,7 +446,7 @@ ThriftHive_fetchN_pargs::~ThriftHive_fetchN_pargs() throw() { uint32_t ThriftHive_fetchN_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_fetchN_pargs"); xfer += oprot->writeFieldBegin("numRows", ::apache::thrift::protocol::T_I32, 1); @@ -457,6 +455,7 @@ uint32_t ThriftHive_fetchN_pargs::write(::apache::thrift::protocol::TProtocol* o xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -467,7 +466,6 @@ ThriftHive_fetchN_result::~ThriftHive_fetchN_result() throw() { uint32_t ThriftHive_fetchN_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -561,7 +559,6 @@ ThriftHive_fetchN_presult::~ThriftHive_fetchN_presult() throw() { uint32_t ThriftHive_fetchN_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -627,7 +624,6 @@ ThriftHive_fetchAll_args::~ThriftHive_fetchAll_args() throw() { uint32_t ThriftHive_fetchAll_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -655,11 +651,12 @@ uint32_t ThriftHive_fetchAll_args::read(::apache::thrift::protocol::TProtocol* i uint32_t ThriftHive_fetchAll_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_fetchAll_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -670,11 +667,12 @@ ThriftHive_fetchAll_pargs::~ThriftHive_fetchAll_pargs() throw() { uint32_t ThriftHive_fetchAll_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_fetchAll_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -685,7 +683,6 @@ ThriftHive_fetchAll_result::~ThriftHive_fetchAll_result() throw() { uint32_t ThriftHive_fetchAll_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -779,7 +776,6 @@ ThriftHive_fetchAll_presult::~ThriftHive_fetchAll_presult() throw() { uint32_t ThriftHive_fetchAll_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -845,7 +841,6 @@ ThriftHive_getSchema_args::~ThriftHive_getSchema_args() throw() { uint32_t ThriftHive_getSchema_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -873,11 +868,12 @@ uint32_t ThriftHive_getSchema_args::read(::apache::thrift::protocol::TProtocol* uint32_t ThriftHive_getSchema_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_getSchema_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -888,11 +884,12 @@ ThriftHive_getSchema_pargs::~ThriftHive_getSchema_pargs() throw() { uint32_t ThriftHive_getSchema_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_getSchema_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -903,7 +900,6 @@ ThriftHive_getSchema_result::~ThriftHive_getSchema_result() throw() { uint32_t ThriftHive_getSchema_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -977,7 +973,6 @@ ThriftHive_getSchema_presult::~ThriftHive_getSchema_presult() throw() { uint32_t ThriftHive_getSchema_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1031,7 +1026,6 @@ ThriftHive_getThriftSchema_args::~ThriftHive_getThriftSchema_args() throw() { uint32_t ThriftHive_getThriftSchema_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1059,11 +1053,12 @@ uint32_t ThriftHive_getThriftSchema_args::read(::apache::thrift::protocol::TProt uint32_t ThriftHive_getThriftSchema_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_getThriftSchema_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1074,11 +1069,12 @@ ThriftHive_getThriftSchema_pargs::~ThriftHive_getThriftSchema_pargs() throw() { uint32_t ThriftHive_getThriftSchema_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_getThriftSchema_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1089,7 +1085,6 @@ ThriftHive_getThriftSchema_result::~ThriftHive_getThriftSchema_result() throw() uint32_t ThriftHive_getThriftSchema_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1163,7 +1158,6 @@ ThriftHive_getThriftSchema_presult::~ThriftHive_getThriftSchema_presult() throw( uint32_t ThriftHive_getThriftSchema_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1217,7 +1211,6 @@ ThriftHive_getClusterStatus_args::~ThriftHive_getClusterStatus_args() throw() { uint32_t ThriftHive_getClusterStatus_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1245,11 +1238,12 @@ uint32_t ThriftHive_getClusterStatus_args::read(::apache::thrift::protocol::TPro uint32_t ThriftHive_getClusterStatus_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_getClusterStatus_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1260,11 +1254,12 @@ ThriftHive_getClusterStatus_pargs::~ThriftHive_getClusterStatus_pargs() throw() uint32_t ThriftHive_getClusterStatus_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_getClusterStatus_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1275,7 +1270,6 @@ ThriftHive_getClusterStatus_result::~ThriftHive_getClusterStatus_result() throw( uint32_t ThriftHive_getClusterStatus_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1349,7 +1343,6 @@ ThriftHive_getClusterStatus_presult::~ThriftHive_getClusterStatus_presult() thro uint32_t ThriftHive_getClusterStatus_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1403,7 +1396,6 @@ ThriftHive_getQueryPlan_args::~ThriftHive_getQueryPlan_args() throw() { uint32_t ThriftHive_getQueryPlan_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1431,11 +1423,12 @@ uint32_t ThriftHive_getQueryPlan_args::read(::apache::thrift::protocol::TProtoco uint32_t ThriftHive_getQueryPlan_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_getQueryPlan_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1446,11 +1439,12 @@ ThriftHive_getQueryPlan_pargs::~ThriftHive_getQueryPlan_pargs() throw() { uint32_t ThriftHive_getQueryPlan_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_getQueryPlan_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1461,7 +1455,6 @@ ThriftHive_getQueryPlan_result::~ThriftHive_getQueryPlan_result() throw() { uint32_t ThriftHive_getQueryPlan_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1535,7 +1528,6 @@ ThriftHive_getQueryPlan_presult::~ThriftHive_getQueryPlan_presult() throw() { uint32_t ThriftHive_getQueryPlan_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1589,7 +1581,6 @@ ThriftHive_clean_args::~ThriftHive_clean_args() throw() { uint32_t ThriftHive_clean_args::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1617,11 +1608,12 @@ uint32_t ThriftHive_clean_args::read(::apache::thrift::protocol::TProtocol* ipro uint32_t ThriftHive_clean_args::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_clean_args"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1632,11 +1624,12 @@ ThriftHive_clean_pargs::~ThriftHive_clean_pargs() throw() { uint32_t ThriftHive_clean_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("ThriftHive_clean_pargs"); xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -1647,7 +1640,6 @@ ThriftHive_clean_result::~ThriftHive_clean_result() throw() { uint32_t ThriftHive_clean_result::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -1691,7 +1683,6 @@ ThriftHive_clean_presult::~ThriftHive_clean_presult() throw() { uint32_t ThriftHive_clean_presult::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -2770,775 +2761,5 @@ void ThriftHiveProcessor::process_clean(int32_t seqid, ::apache::thrift::protoco ::boost::shared_ptr< ::apache::thrift::TProcessor > processor(new ThriftHiveProcessor(handler)); return processor; } - -void ThriftHiveConcurrentClient::execute(const std::string& query) -{ - int32_t seqid = send_execute(query); - recv_execute(seqid); -} - -int32_t ThriftHiveConcurrentClient::send_execute(const std::string& query) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("execute", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_execute_pargs args; - args.query = &query; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_execute(const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("execute") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_execute_presult result; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.ex) { - sentry.commit(); - throw result.ex; - } - sentry.commit(); - return; - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void ThriftHiveConcurrentClient::fetchOne(std::string& _return) -{ - int32_t seqid = send_fetchOne(); - recv_fetchOne(_return, seqid); -} - -int32_t ThriftHiveConcurrentClient::send_fetchOne() -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("fetchOne", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_fetchOne_pargs args; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_fetchOne(std::string& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("fetchOne") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_fetchOne_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - if (result.__isset.ex) { - sentry.commit(); - throw result.ex; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "fetchOne failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void ThriftHiveConcurrentClient::fetchN(std::vector & _return, const int32_t numRows) -{ - int32_t seqid = send_fetchN(numRows); - recv_fetchN(_return, seqid); -} - -int32_t ThriftHiveConcurrentClient::send_fetchN(const int32_t numRows) -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("fetchN", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_fetchN_pargs args; - args.numRows = &numRows; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_fetchN(std::vector & _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("fetchN") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_fetchN_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - if (result.__isset.ex) { - sentry.commit(); - throw result.ex; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "fetchN failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void ThriftHiveConcurrentClient::fetchAll(std::vector & _return) -{ - int32_t seqid = send_fetchAll(); - recv_fetchAll(_return, seqid); -} - -int32_t ThriftHiveConcurrentClient::send_fetchAll() -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("fetchAll", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_fetchAll_pargs args; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_fetchAll(std::vector & _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("fetchAll") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_fetchAll_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - if (result.__isset.ex) { - sentry.commit(); - throw result.ex; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "fetchAll failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void ThriftHiveConcurrentClient::getSchema( ::Apache::Hadoop::Hive::Schema& _return) -{ - int32_t seqid = send_getSchema(); - recv_getSchema(_return, seqid); -} - -int32_t ThriftHiveConcurrentClient::send_getSchema() -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("getSchema", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_getSchema_pargs args; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_getSchema( ::Apache::Hadoop::Hive::Schema& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("getSchema") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_getSchema_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - if (result.__isset.ex) { - sentry.commit(); - throw result.ex; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "getSchema failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void ThriftHiveConcurrentClient::getThriftSchema( ::Apache::Hadoop::Hive::Schema& _return) -{ - int32_t seqid = send_getThriftSchema(); - recv_getThriftSchema(_return, seqid); -} - -int32_t ThriftHiveConcurrentClient::send_getThriftSchema() -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("getThriftSchema", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_getThriftSchema_pargs args; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_getThriftSchema( ::Apache::Hadoop::Hive::Schema& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("getThriftSchema") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_getThriftSchema_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - if (result.__isset.ex) { - sentry.commit(); - throw result.ex; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "getThriftSchema failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void ThriftHiveConcurrentClient::getClusterStatus(HiveClusterStatus& _return) -{ - int32_t seqid = send_getClusterStatus(); - recv_getClusterStatus(_return, seqid); -} - -int32_t ThriftHiveConcurrentClient::send_getClusterStatus() -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("getClusterStatus", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_getClusterStatus_pargs args; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_getClusterStatus(HiveClusterStatus& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("getClusterStatus") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_getClusterStatus_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - if (result.__isset.ex) { - sentry.commit(); - throw result.ex; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "getClusterStatus failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void ThriftHiveConcurrentClient::getQueryPlan( ::Apache::Hadoop::Hive::QueryPlan& _return) -{ - int32_t seqid = send_getQueryPlan(); - recv_getQueryPlan(_return, seqid); -} - -int32_t ThriftHiveConcurrentClient::send_getQueryPlan() -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("getQueryPlan", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_getQueryPlan_pargs args; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_getQueryPlan( ::Apache::Hadoop::Hive::QueryPlan& _return, const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("getQueryPlan") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_getQueryPlan_presult result; - result.success = &_return; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - if (result.__isset.success) { - // _return pointer has now been filled - sentry.commit(); - return; - } - if (result.__isset.ex) { - sentry.commit(); - throw result.ex; - } - // in a bad state, don't commit - throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "getQueryPlan failed: unknown result"); - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - -void ThriftHiveConcurrentClient::clean() -{ - int32_t seqid = send_clean(); - recv_clean(seqid); -} - -int32_t ThriftHiveConcurrentClient::send_clean() -{ - int32_t cseqid = this->sync_.generateSeqId(); - ::apache::thrift::async::TConcurrentSendSentry sentry(&this->sync_); - oprot_->writeMessageBegin("clean", ::apache::thrift::protocol::T_CALL, cseqid); - - ThriftHive_clean_pargs args; - args.write(oprot_); - - oprot_->writeMessageEnd(); - oprot_->getTransport()->writeEnd(); - oprot_->getTransport()->flush(); - - sentry.commit(); - return cseqid; -} - -void ThriftHiveConcurrentClient::recv_clean(const int32_t seqid) -{ - - int32_t rseqid = 0; - std::string fname; - ::apache::thrift::protocol::TMessageType mtype; - - // the read mutex gets dropped and reacquired as part of waitForWork() - // The destructor of this sentry wakes up other clients - ::apache::thrift::async::TConcurrentRecvSentry sentry(&this->sync_, seqid); - - while(true) { - if(!this->sync_.getPending(fname, mtype, rseqid)) { - iprot_->readMessageBegin(fname, mtype, rseqid); - } - if(seqid == rseqid) { - if (mtype == ::apache::thrift::protocol::T_EXCEPTION) { - ::apache::thrift::TApplicationException x; - x.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - sentry.commit(); - throw x; - } - if (mtype != ::apache::thrift::protocol::T_REPLY) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - } - if (fname.compare("clean") != 0) { - iprot_->skip(::apache::thrift::protocol::T_STRUCT); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - // in a bad state, don't commit - using ::apache::thrift::protocol::TProtocolException; - throw TProtocolException(TProtocolException::INVALID_DATA); - } - ThriftHive_clean_presult result; - result.read(iprot_); - iprot_->readMessageEnd(); - iprot_->getTransport()->readEnd(); - - sentry.commit(); - return; - } - // seqid != rseqid - this->sync_.updatePending(fname, mtype, rseqid); - - // this will temporarily unlock the readMutex, and let other clients get work done - this->sync_.waitForWork(seqid); - } // end while(true) -} - }}} // namespace diff --git service/src/gen/thrift/gen-cpp/ThriftHive.h service/src/gen/thrift/gen-cpp/ThriftHive.h index 902bd4b..e610e50 100644 --- service/src/gen/thrift/gen-cpp/ThriftHive.h +++ service/src/gen/thrift/gen-cpp/ThriftHive.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -8,17 +8,11 @@ #define ThriftHive_H #include -#include #include "hive_service_types.h" #include "ThriftHiveMetastore.h" namespace Apache { namespace Hadoop { namespace Hive { -#ifdef _WIN32 - #pragma warning( push ) - #pragma warning (disable : 4250 ) //inheriting methods via dominance -#endif - class ThriftHiveIf : virtual public ::Apache::Hadoop::Hive::ThriftHiveMetastoreIf { public: virtual ~ThriftHiveIf() {} @@ -97,6 +91,9 @@ typedef struct _ThriftHive_execute_args__isset { class ThriftHive_execute_args { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + ThriftHive_execute_args(const ThriftHive_execute_args&); ThriftHive_execute_args& operator=(const ThriftHive_execute_args&); ThriftHive_execute_args() : query() { @@ -124,18 +121,23 @@ class ThriftHive_execute_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_execute_args& obj); }; class ThriftHive_execute_pargs { public: + static const char* ascii_fingerprint; // = "EFB929595D312AC8F305D5A794CFEDA1"; + static const uint8_t binary_fingerprint[16]; // = {0xEF,0xB9,0x29,0x59,0x5D,0x31,0x2A,0xC8,0xF3,0x05,0xD5,0xA7,0x94,0xCF,0xED,0xA1}; + virtual ~ThriftHive_execute_pargs() throw(); const std::string* query; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_execute_pargs& obj); }; typedef struct _ThriftHive_execute_result__isset { @@ -146,6 +148,9 @@ typedef struct _ThriftHive_execute_result__isset { class ThriftHive_execute_result { public: + static const char* ascii_fingerprint; // = "6AC6FD61CA5E3524E0174B0B96D6F9C0"; + static const uint8_t binary_fingerprint[16]; // = {0x6A,0xC6,0xFD,0x61,0xCA,0x5E,0x35,0x24,0xE0,0x17,0x4B,0x0B,0x96,0xD6,0xF9,0xC0}; + ThriftHive_execute_result(const ThriftHive_execute_result&); ThriftHive_execute_result& operator=(const ThriftHive_execute_result&); ThriftHive_execute_result() { @@ -173,6 +178,7 @@ class ThriftHive_execute_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_execute_result& obj); }; typedef struct _ThriftHive_execute_presult__isset { @@ -183,6 +189,9 @@ typedef struct _ThriftHive_execute_presult__isset { class ThriftHive_execute_presult { public: + static const char* ascii_fingerprint; // = "6AC6FD61CA5E3524E0174B0B96D6F9C0"; + static const uint8_t binary_fingerprint[16]; // = {0x6A,0xC6,0xFD,0x61,0xCA,0x5E,0x35,0x24,0xE0,0x17,0x4B,0x0B,0x96,0xD6,0xF9,0xC0}; + virtual ~ThriftHive_execute_presult() throw(); HiveServerException ex; @@ -191,12 +200,16 @@ class ThriftHive_execute_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_execute_presult& obj); }; class ThriftHive_fetchOne_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHive_fetchOne_args(const ThriftHive_fetchOne_args&); ThriftHive_fetchOne_args& operator=(const ThriftHive_fetchOne_args&); ThriftHive_fetchOne_args() { @@ -217,17 +230,22 @@ class ThriftHive_fetchOne_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchOne_args& obj); }; class ThriftHive_fetchOne_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHive_fetchOne_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchOne_pargs& obj); }; typedef struct _ThriftHive_fetchOne_result__isset { @@ -239,6 +257,9 @@ typedef struct _ThriftHive_fetchOne_result__isset { class ThriftHive_fetchOne_result { public: + static const char* ascii_fingerprint; // = "BD5C3537D3AE5C0248BD3B45C053AE32"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0x5C,0x35,0x37,0xD3,0xAE,0x5C,0x02,0x48,0xBD,0x3B,0x45,0xC0,0x53,0xAE,0x32}; + ThriftHive_fetchOne_result(const ThriftHive_fetchOne_result&); ThriftHive_fetchOne_result& operator=(const ThriftHive_fetchOne_result&); ThriftHive_fetchOne_result() : success() { @@ -271,6 +292,7 @@ class ThriftHive_fetchOne_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchOne_result& obj); }; typedef struct _ThriftHive_fetchOne_presult__isset { @@ -282,6 +304,9 @@ typedef struct _ThriftHive_fetchOne_presult__isset { class ThriftHive_fetchOne_presult { public: + static const char* ascii_fingerprint; // = "BD5C3537D3AE5C0248BD3B45C053AE32"; + static const uint8_t binary_fingerprint[16]; // = {0xBD,0x5C,0x35,0x37,0xD3,0xAE,0x5C,0x02,0x48,0xBD,0x3B,0x45,0xC0,0x53,0xAE,0x32}; + virtual ~ThriftHive_fetchOne_presult() throw(); std::string* success; @@ -291,6 +316,7 @@ class ThriftHive_fetchOne_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchOne_presult& obj); }; typedef struct _ThriftHive_fetchN_args__isset { @@ -301,6 +327,9 @@ typedef struct _ThriftHive_fetchN_args__isset { class ThriftHive_fetchN_args { public: + static const char* ascii_fingerprint; // = "E86CACEB22240450EDCBEFC3A83970E4"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0x6C,0xAC,0xEB,0x22,0x24,0x04,0x50,0xED,0xCB,0xEF,0xC3,0xA8,0x39,0x70,0xE4}; + ThriftHive_fetchN_args(const ThriftHive_fetchN_args&); ThriftHive_fetchN_args& operator=(const ThriftHive_fetchN_args&); ThriftHive_fetchN_args() : numRows(0) { @@ -328,18 +357,23 @@ class ThriftHive_fetchN_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchN_args& obj); }; class ThriftHive_fetchN_pargs { public: + static const char* ascii_fingerprint; // = "E86CACEB22240450EDCBEFC3A83970E4"; + static const uint8_t binary_fingerprint[16]; // = {0xE8,0x6C,0xAC,0xEB,0x22,0x24,0x04,0x50,0xED,0xCB,0xEF,0xC3,0xA8,0x39,0x70,0xE4}; + virtual ~ThriftHive_fetchN_pargs() throw(); const int32_t* numRows; uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchN_pargs& obj); }; typedef struct _ThriftHive_fetchN_result__isset { @@ -351,6 +385,9 @@ typedef struct _ThriftHive_fetchN_result__isset { class ThriftHive_fetchN_result { public: + static const char* ascii_fingerprint; // = "EB142A6BE66D8EE6065D07106EABD55D"; + static const uint8_t binary_fingerprint[16]; // = {0xEB,0x14,0x2A,0x6B,0xE6,0x6D,0x8E,0xE6,0x06,0x5D,0x07,0x10,0x6E,0xAB,0xD5,0x5D}; + ThriftHive_fetchN_result(const ThriftHive_fetchN_result&); ThriftHive_fetchN_result& operator=(const ThriftHive_fetchN_result&); ThriftHive_fetchN_result() { @@ -383,6 +420,7 @@ class ThriftHive_fetchN_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchN_result& obj); }; typedef struct _ThriftHive_fetchN_presult__isset { @@ -394,6 +432,9 @@ typedef struct _ThriftHive_fetchN_presult__isset { class ThriftHive_fetchN_presult { public: + static const char* ascii_fingerprint; // = "EB142A6BE66D8EE6065D07106EABD55D"; + static const uint8_t binary_fingerprint[16]; // = {0xEB,0x14,0x2A,0x6B,0xE6,0x6D,0x8E,0xE6,0x06,0x5D,0x07,0x10,0x6E,0xAB,0xD5,0x5D}; + virtual ~ThriftHive_fetchN_presult() throw(); std::vector * success; @@ -403,12 +444,16 @@ class ThriftHive_fetchN_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchN_presult& obj); }; class ThriftHive_fetchAll_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHive_fetchAll_args(const ThriftHive_fetchAll_args&); ThriftHive_fetchAll_args& operator=(const ThriftHive_fetchAll_args&); ThriftHive_fetchAll_args() { @@ -429,17 +474,22 @@ class ThriftHive_fetchAll_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchAll_args& obj); }; class ThriftHive_fetchAll_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHive_fetchAll_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchAll_pargs& obj); }; typedef struct _ThriftHive_fetchAll_result__isset { @@ -451,6 +501,9 @@ typedef struct _ThriftHive_fetchAll_result__isset { class ThriftHive_fetchAll_result { public: + static const char* ascii_fingerprint; // = "EB142A6BE66D8EE6065D07106EABD55D"; + static const uint8_t binary_fingerprint[16]; // = {0xEB,0x14,0x2A,0x6B,0xE6,0x6D,0x8E,0xE6,0x06,0x5D,0x07,0x10,0x6E,0xAB,0xD5,0x5D}; + ThriftHive_fetchAll_result(const ThriftHive_fetchAll_result&); ThriftHive_fetchAll_result& operator=(const ThriftHive_fetchAll_result&); ThriftHive_fetchAll_result() { @@ -483,6 +536,7 @@ class ThriftHive_fetchAll_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchAll_result& obj); }; typedef struct _ThriftHive_fetchAll_presult__isset { @@ -494,6 +548,9 @@ typedef struct _ThriftHive_fetchAll_presult__isset { class ThriftHive_fetchAll_presult { public: + static const char* ascii_fingerprint; // = "EB142A6BE66D8EE6065D07106EABD55D"; + static const uint8_t binary_fingerprint[16]; // = {0xEB,0x14,0x2A,0x6B,0xE6,0x6D,0x8E,0xE6,0x06,0x5D,0x07,0x10,0x6E,0xAB,0xD5,0x5D}; + virtual ~ThriftHive_fetchAll_presult() throw(); std::vector * success; @@ -503,12 +560,16 @@ class ThriftHive_fetchAll_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_fetchAll_presult& obj); }; class ThriftHive_getSchema_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHive_getSchema_args(const ThriftHive_getSchema_args&); ThriftHive_getSchema_args& operator=(const ThriftHive_getSchema_args&); ThriftHive_getSchema_args() { @@ -529,17 +590,22 @@ class ThriftHive_getSchema_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getSchema_args& obj); }; class ThriftHive_getSchema_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHive_getSchema_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getSchema_pargs& obj); }; typedef struct _ThriftHive_getSchema_result__isset { @@ -551,6 +617,9 @@ typedef struct _ThriftHive_getSchema_result__isset { class ThriftHive_getSchema_result { public: + static const char* ascii_fingerprint; // = "FCFAE75CC7093F1A3926C2AD58A6FFD1"; + static const uint8_t binary_fingerprint[16]; // = {0xFC,0xFA,0xE7,0x5C,0xC7,0x09,0x3F,0x1A,0x39,0x26,0xC2,0xAD,0x58,0xA6,0xFF,0xD1}; + ThriftHive_getSchema_result(const ThriftHive_getSchema_result&); ThriftHive_getSchema_result& operator=(const ThriftHive_getSchema_result&); ThriftHive_getSchema_result() { @@ -583,6 +652,7 @@ class ThriftHive_getSchema_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getSchema_result& obj); }; typedef struct _ThriftHive_getSchema_presult__isset { @@ -594,6 +664,9 @@ typedef struct _ThriftHive_getSchema_presult__isset { class ThriftHive_getSchema_presult { public: + static const char* ascii_fingerprint; // = "FCFAE75CC7093F1A3926C2AD58A6FFD1"; + static const uint8_t binary_fingerprint[16]; // = {0xFC,0xFA,0xE7,0x5C,0xC7,0x09,0x3F,0x1A,0x39,0x26,0xC2,0xAD,0x58,0xA6,0xFF,0xD1}; + virtual ~ThriftHive_getSchema_presult() throw(); ::Apache::Hadoop::Hive::Schema* success; @@ -603,12 +676,16 @@ class ThriftHive_getSchema_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getSchema_presult& obj); }; class ThriftHive_getThriftSchema_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHive_getThriftSchema_args(const ThriftHive_getThriftSchema_args&); ThriftHive_getThriftSchema_args& operator=(const ThriftHive_getThriftSchema_args&); ThriftHive_getThriftSchema_args() { @@ -629,17 +706,22 @@ class ThriftHive_getThriftSchema_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getThriftSchema_args& obj); }; class ThriftHive_getThriftSchema_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHive_getThriftSchema_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getThriftSchema_pargs& obj); }; typedef struct _ThriftHive_getThriftSchema_result__isset { @@ -651,6 +733,9 @@ typedef struct _ThriftHive_getThriftSchema_result__isset { class ThriftHive_getThriftSchema_result { public: + static const char* ascii_fingerprint; // = "FCFAE75CC7093F1A3926C2AD58A6FFD1"; + static const uint8_t binary_fingerprint[16]; // = {0xFC,0xFA,0xE7,0x5C,0xC7,0x09,0x3F,0x1A,0x39,0x26,0xC2,0xAD,0x58,0xA6,0xFF,0xD1}; + ThriftHive_getThriftSchema_result(const ThriftHive_getThriftSchema_result&); ThriftHive_getThriftSchema_result& operator=(const ThriftHive_getThriftSchema_result&); ThriftHive_getThriftSchema_result() { @@ -683,6 +768,7 @@ class ThriftHive_getThriftSchema_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getThriftSchema_result& obj); }; typedef struct _ThriftHive_getThriftSchema_presult__isset { @@ -694,6 +780,9 @@ typedef struct _ThriftHive_getThriftSchema_presult__isset { class ThriftHive_getThriftSchema_presult { public: + static const char* ascii_fingerprint; // = "FCFAE75CC7093F1A3926C2AD58A6FFD1"; + static const uint8_t binary_fingerprint[16]; // = {0xFC,0xFA,0xE7,0x5C,0xC7,0x09,0x3F,0x1A,0x39,0x26,0xC2,0xAD,0x58,0xA6,0xFF,0xD1}; + virtual ~ThriftHive_getThriftSchema_presult() throw(); ::Apache::Hadoop::Hive::Schema* success; @@ -703,12 +792,16 @@ class ThriftHive_getThriftSchema_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getThriftSchema_presult& obj); }; class ThriftHive_getClusterStatus_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHive_getClusterStatus_args(const ThriftHive_getClusterStatus_args&); ThriftHive_getClusterStatus_args& operator=(const ThriftHive_getClusterStatus_args&); ThriftHive_getClusterStatus_args() { @@ -729,17 +822,22 @@ class ThriftHive_getClusterStatus_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getClusterStatus_args& obj); }; class ThriftHive_getClusterStatus_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHive_getClusterStatus_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getClusterStatus_pargs& obj); }; typedef struct _ThriftHive_getClusterStatus_result__isset { @@ -751,6 +849,9 @@ typedef struct _ThriftHive_getClusterStatus_result__isset { class ThriftHive_getClusterStatus_result { public: + static const char* ascii_fingerprint; // = "F486E00F8F0F2B6A17A0371997BB7B87"; + static const uint8_t binary_fingerprint[16]; // = {0xF4,0x86,0xE0,0x0F,0x8F,0x0F,0x2B,0x6A,0x17,0xA0,0x37,0x19,0x97,0xBB,0x7B,0x87}; + ThriftHive_getClusterStatus_result(const ThriftHive_getClusterStatus_result&); ThriftHive_getClusterStatus_result& operator=(const ThriftHive_getClusterStatus_result&); ThriftHive_getClusterStatus_result() { @@ -783,6 +884,7 @@ class ThriftHive_getClusterStatus_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getClusterStatus_result& obj); }; typedef struct _ThriftHive_getClusterStatus_presult__isset { @@ -794,6 +896,9 @@ typedef struct _ThriftHive_getClusterStatus_presult__isset { class ThriftHive_getClusterStatus_presult { public: + static const char* ascii_fingerprint; // = "F486E00F8F0F2B6A17A0371997BB7B87"; + static const uint8_t binary_fingerprint[16]; // = {0xF4,0x86,0xE0,0x0F,0x8F,0x0F,0x2B,0x6A,0x17,0xA0,0x37,0x19,0x97,0xBB,0x7B,0x87}; + virtual ~ThriftHive_getClusterStatus_presult() throw(); HiveClusterStatus* success; @@ -803,12 +908,16 @@ class ThriftHive_getClusterStatus_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getClusterStatus_presult& obj); }; class ThriftHive_getQueryPlan_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHive_getQueryPlan_args(const ThriftHive_getQueryPlan_args&); ThriftHive_getQueryPlan_args& operator=(const ThriftHive_getQueryPlan_args&); ThriftHive_getQueryPlan_args() { @@ -829,17 +938,22 @@ class ThriftHive_getQueryPlan_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getQueryPlan_args& obj); }; class ThriftHive_getQueryPlan_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHive_getQueryPlan_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getQueryPlan_pargs& obj); }; typedef struct _ThriftHive_getQueryPlan_result__isset { @@ -851,6 +965,9 @@ typedef struct _ThriftHive_getQueryPlan_result__isset { class ThriftHive_getQueryPlan_result { public: + static const char* ascii_fingerprint; // = "0263544CFF7194CEE7DC6128DD5941ED"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0x63,0x54,0x4C,0xFF,0x71,0x94,0xCE,0xE7,0xDC,0x61,0x28,0xDD,0x59,0x41,0xED}; + ThriftHive_getQueryPlan_result(const ThriftHive_getQueryPlan_result&); ThriftHive_getQueryPlan_result& operator=(const ThriftHive_getQueryPlan_result&); ThriftHive_getQueryPlan_result() { @@ -883,6 +1000,7 @@ class ThriftHive_getQueryPlan_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getQueryPlan_result& obj); }; typedef struct _ThriftHive_getQueryPlan_presult__isset { @@ -894,6 +1012,9 @@ typedef struct _ThriftHive_getQueryPlan_presult__isset { class ThriftHive_getQueryPlan_presult { public: + static const char* ascii_fingerprint; // = "0263544CFF7194CEE7DC6128DD5941ED"; + static const uint8_t binary_fingerprint[16]; // = {0x02,0x63,0x54,0x4C,0xFF,0x71,0x94,0xCE,0xE7,0xDC,0x61,0x28,0xDD,0x59,0x41,0xED}; + virtual ~ThriftHive_getQueryPlan_presult() throw(); ::Apache::Hadoop::Hive::QueryPlan* success; @@ -903,12 +1024,16 @@ class ThriftHive_getQueryPlan_presult { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_getQueryPlan_presult& obj); }; class ThriftHive_clean_args { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHive_clean_args(const ThriftHive_clean_args&); ThriftHive_clean_args& operator=(const ThriftHive_clean_args&); ThriftHive_clean_args() { @@ -929,23 +1054,31 @@ class ThriftHive_clean_args { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_clean_args& obj); }; class ThriftHive_clean_pargs { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHive_clean_pargs() throw(); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_clean_pargs& obj); }; class ThriftHive_clean_result { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + ThriftHive_clean_result(const ThriftHive_clean_result&); ThriftHive_clean_result& operator=(const ThriftHive_clean_result&); ThriftHive_clean_result() { @@ -966,17 +1099,22 @@ class ThriftHive_clean_result { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_clean_result& obj); }; class ThriftHive_clean_presult { public: + static const char* ascii_fingerprint; // = "99914B932BD37A50B983C5E7C90AE93B"; + static const uint8_t binary_fingerprint[16]; // = {0x99,0x91,0x4B,0x93,0x2B,0xD3,0x7A,0x50,0xB9,0x83,0xC5,0xE7,0xC9,0x0A,0xE9,0x3B}; + virtual ~ThriftHive_clean_presult() throw(); uint32_t read(::apache::thrift::protocol::TProtocol* iprot); + friend std::ostream& operator<<(std::ostream& out, const ThriftHive_clean_presult& obj); }; class ThriftHiveClient : virtual public ThriftHiveIf, public ::Apache::Hadoop::Hive::ThriftHiveMetastoreClient { @@ -1172,53 +1310,6 @@ class ThriftHiveMultiface : virtual public ThriftHiveIf, public ::Apache::Hadoo }; -// The 'concurrent' client is a thread safe client that correctly handles -// out of order responses. It is slower than the regular client, so should -// only be used when you need to share a connection among multiple threads -class ThriftHiveConcurrentClient : virtual public ThriftHiveIf, public ::Apache::Hadoop::Hive::ThriftHiveMetastoreConcurrentClient { - public: - ThriftHiveConcurrentClient(boost::shared_ptr< ::apache::thrift::protocol::TProtocol> prot) : - ::Apache::Hadoop::Hive::ThriftHiveMetastoreConcurrentClient(prot, prot) {} - ThriftHiveConcurrentClient(boost::shared_ptr< ::apache::thrift::protocol::TProtocol> iprot, boost::shared_ptr< ::apache::thrift::protocol::TProtocol> oprot) : ::Apache::Hadoop::Hive::ThriftHiveMetastoreConcurrentClient(iprot, oprot) {} - boost::shared_ptr< ::apache::thrift::protocol::TProtocol> getInputProtocol() { - return piprot_; - } - boost::shared_ptr< ::apache::thrift::protocol::TProtocol> getOutputProtocol() { - return poprot_; - } - void execute(const std::string& query); - int32_t send_execute(const std::string& query); - void recv_execute(const int32_t seqid); - void fetchOne(std::string& _return); - int32_t send_fetchOne(); - void recv_fetchOne(std::string& _return, const int32_t seqid); - void fetchN(std::vector & _return, const int32_t numRows); - int32_t send_fetchN(const int32_t numRows); - void recv_fetchN(std::vector & _return, const int32_t seqid); - void fetchAll(std::vector & _return); - int32_t send_fetchAll(); - void recv_fetchAll(std::vector & _return, const int32_t seqid); - void getSchema( ::Apache::Hadoop::Hive::Schema& _return); - int32_t send_getSchema(); - void recv_getSchema( ::Apache::Hadoop::Hive::Schema& _return, const int32_t seqid); - void getThriftSchema( ::Apache::Hadoop::Hive::Schema& _return); - int32_t send_getThriftSchema(); - void recv_getThriftSchema( ::Apache::Hadoop::Hive::Schema& _return, const int32_t seqid); - void getClusterStatus(HiveClusterStatus& _return); - int32_t send_getClusterStatus(); - void recv_getClusterStatus(HiveClusterStatus& _return, const int32_t seqid); - void getQueryPlan( ::Apache::Hadoop::Hive::QueryPlan& _return); - int32_t send_getQueryPlan(); - void recv_getQueryPlan( ::Apache::Hadoop::Hive::QueryPlan& _return, const int32_t seqid); - void clean(); - int32_t send_clean(); - void recv_clean(const int32_t seqid); -}; - -#ifdef _WIN32 - #pragma warning( pop ) -#endif - }}} // namespace #endif diff --git service/src/gen/thrift/gen-cpp/hive_service_constants.cpp service/src/gen/thrift/gen-cpp/hive_service_constants.cpp index e2bbe71..c3c8482 100644 --- service/src/gen/thrift/gen-cpp/hive_service_constants.cpp +++ service/src/gen/thrift/gen-cpp/hive_service_constants.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-cpp/hive_service_constants.h service/src/gen/thrift/gen-cpp/hive_service_constants.h index e0887f4..5878dbe 100644 --- service/src/gen/thrift/gen-cpp/hive_service_constants.h +++ service/src/gen/thrift/gen-cpp/hive_service_constants.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-cpp/hive_service_types.cpp service/src/gen/thrift/gen-cpp/hive_service_types.cpp index 9ddf7c1..4d6cf01 100644 --- service/src/gen/thrift/gen-cpp/hive_service_types.cpp +++ service/src/gen/thrift/gen-cpp/hive_service_types.cpp @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -52,9 +52,11 @@ void HiveClusterStatus::__set_state(const JobTrackerState::type val) { this->state = val; } +const char* HiveClusterStatus::ascii_fingerprint = "D514EDCFFC86F64A2E924DCD16D4FAD8"; +const uint8_t HiveClusterStatus::binary_fingerprint[16] = {0xD5,0x14,0xED,0xCF,0xFC,0x86,0xF6,0x4A,0x2E,0x92,0x4D,0xCD,0x16,0xD4,0xFA,0xD8}; + uint32_t HiveClusterStatus::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -137,7 +139,7 @@ uint32_t HiveClusterStatus::read(::apache::thrift::protocol::TProtocol* iprot) { uint32_t HiveClusterStatus::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("HiveClusterStatus"); xfer += oprot->writeFieldBegin("taskTrackers", ::apache::thrift::protocol::T_I32, 1); @@ -166,6 +168,7 @@ uint32_t HiveClusterStatus::write(::apache::thrift::protocol::TProtocol* oprot) xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -199,16 +202,17 @@ HiveClusterStatus& HiveClusterStatus::operator=(const HiveClusterStatus& other2) __isset = other2.__isset; return *this; } -void HiveClusterStatus::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const HiveClusterStatus& obj) { + using apache::thrift::to_string; out << "HiveClusterStatus("; - out << "taskTrackers=" << to_string(taskTrackers); - out << ", " << "mapTasks=" << to_string(mapTasks); - out << ", " << "reduceTasks=" << to_string(reduceTasks); - out << ", " << "maxMapTasks=" << to_string(maxMapTasks); - out << ", " << "maxReduceTasks=" << to_string(maxReduceTasks); - out << ", " << "state=" << to_string(state); + out << "taskTrackers=" << to_string(obj.taskTrackers); + out << ", " << "mapTasks=" << to_string(obj.mapTasks); + out << ", " << "reduceTasks=" << to_string(obj.reduceTasks); + out << ", " << "maxMapTasks=" << to_string(obj.maxMapTasks); + out << ", " << "maxReduceTasks=" << to_string(obj.maxReduceTasks); + out << ", " << "state=" << to_string(obj.state); out << ")"; + return out; } @@ -228,9 +232,11 @@ void HiveServerException::__set_SQLState(const std::string& val) { this->SQLState = val; } +const char* HiveServerException::ascii_fingerprint = "70563A0628F75DF9555F4D24690B1E26"; +const uint8_t HiveServerException::binary_fingerprint[16] = {0x70,0x56,0x3A,0x06,0x28,0xF7,0x5D,0xF9,0x55,0x5F,0x4D,0x24,0x69,0x0B,0x1E,0x26}; + uint32_t HiveServerException::read(::apache::thrift::protocol::TProtocol* iprot) { - apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); uint32_t xfer = 0; std::string fname; ::apache::thrift::protocol::TType ftype; @@ -287,7 +293,7 @@ uint32_t HiveServerException::read(::apache::thrift::protocol::TProtocol* iprot) uint32_t HiveServerException::write(::apache::thrift::protocol::TProtocol* oprot) const { uint32_t xfer = 0; - apache::thrift::protocol::TOutputRecursionTracker tracker(*oprot); + oprot->incrementRecursionDepth(); xfer += oprot->writeStructBegin("HiveServerException"); xfer += oprot->writeFieldBegin("message", ::apache::thrift::protocol::T_STRING, 1); @@ -304,6 +310,7 @@ uint32_t HiveServerException::write(::apache::thrift::protocol::TProtocol* oprot xfer += oprot->writeFieldStop(); xfer += oprot->writeStructEnd(); + oprot->decrementRecursionDepth(); return xfer; } @@ -328,24 +335,14 @@ HiveServerException& HiveServerException::operator=(const HiveServerException& o __isset = other4.__isset; return *this; } -void HiveServerException::printTo(std::ostream& out) const { - using ::apache::thrift::to_string; +std::ostream& operator<<(std::ostream& out, const HiveServerException& obj) { + using apache::thrift::to_string; out << "HiveServerException("; - out << "message=" << to_string(message); - out << ", " << "errorCode=" << to_string(errorCode); - out << ", " << "SQLState=" << to_string(SQLState); + out << "message=" << to_string(obj.message); + out << ", " << "errorCode=" << to_string(obj.errorCode); + out << ", " << "SQLState=" << to_string(obj.SQLState); out << ")"; -} - -const char* HiveServerException::what() const throw() { - try { - std::stringstream ss; - ss << "TException - service has thrown: " << *this; - this->thriftTExceptionMessageHolder_ = ss.str(); - return this->thriftTExceptionMessageHolder_.c_str(); - } catch (const std::exception&) { - return "TException - service has thrown: HiveServerException"; - } + return out; } }}} // namespace diff --git service/src/gen/thrift/gen-cpp/hive_service_types.h service/src/gen/thrift/gen-cpp/hive_service_types.h index 266f8ea..7fea88c 100644 --- service/src/gen/thrift/gen-cpp/hive_service_types.h +++ service/src/gen/thrift/gen-cpp/hive_service_types.h @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -48,6 +48,9 @@ typedef struct _HiveClusterStatus__isset { class HiveClusterStatus { public: + static const char* ascii_fingerprint; // = "D514EDCFFC86F64A2E924DCD16D4FAD8"; + static const uint8_t binary_fingerprint[16]; // = {0xD5,0x14,0xED,0xCF,0xFC,0x86,0xF6,0x4A,0x2E,0x92,0x4D,0xCD,0x16,0xD4,0xFA,0xD8}; + HiveClusterStatus(const HiveClusterStatus&); HiveClusterStatus& operator=(const HiveClusterStatus&); HiveClusterStatus() : taskTrackers(0), mapTasks(0), reduceTasks(0), maxMapTasks(0), maxReduceTasks(0), state((JobTrackerState::type)0) { @@ -100,17 +103,11 @@ class HiveClusterStatus { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; + friend std::ostream& operator<<(std::ostream& out, const HiveClusterStatus& obj); }; void swap(HiveClusterStatus &a, HiveClusterStatus &b); -inline std::ostream& operator<<(std::ostream& out, const HiveClusterStatus& obj) -{ - obj.printTo(out); - return out; -} - typedef struct _HiveServerException__isset { _HiveServerException__isset() : message(false), errorCode(false), SQLState(false) {} bool message :1; @@ -121,6 +118,9 @@ typedef struct _HiveServerException__isset { class HiveServerException : public ::apache::thrift::TException { public: + static const char* ascii_fingerprint; // = "70563A0628F75DF9555F4D24690B1E26"; + static const uint8_t binary_fingerprint[16]; // = {0x70,0x56,0x3A,0x06,0x28,0xF7,0x5D,0xF9,0x55,0x5F,0x4D,0x24,0x69,0x0B,0x1E,0x26}; + HiveServerException(const HiveServerException&); HiveServerException& operator=(const HiveServerException&); HiveServerException() : message(), errorCode(0), SQLState() { @@ -158,19 +158,11 @@ class HiveServerException : public ::apache::thrift::TException { uint32_t read(::apache::thrift::protocol::TProtocol* iprot); uint32_t write(::apache::thrift::protocol::TProtocol* oprot) const; - virtual void printTo(std::ostream& out) const; - mutable std::string thriftTExceptionMessageHolder_; - const char* what() const throw(); + friend std::ostream& operator<<(std::ostream& out, const HiveServerException& obj); }; void swap(HiveServerException &a, HiveServerException &b); -inline std::ostream& operator<<(std::ostream& out, const HiveServerException& obj) -{ - obj.printTo(out); - return out; -} - }}} // namespace #endif diff --git service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/HiveClusterStatus.java service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/HiveClusterStatus.java index ad89867..9dbfbe4 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/HiveClusterStatus.java +++ service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/HiveClusterStatus.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class HiveClusterStatus implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("HiveClusterStatus"); @@ -417,19 +417,19 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case TASK_TRACKERS: - return getTaskTrackers(); + return Integer.valueOf(getTaskTrackers()); case MAP_TASKS: - return getMapTasks(); + return Integer.valueOf(getMapTasks()); case REDUCE_TASKS: - return getReduceTasks(); + return Integer.valueOf(getReduceTasks()); case MAX_MAP_TASKS: - return getMaxMapTasks(); + return Integer.valueOf(getMaxMapTasks()); case MAX_REDUCE_TASKS: - return getMaxReduceTasks(); + return Integer.valueOf(getMaxReduceTasks()); case STATE: return getState(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/HiveServerException.java service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/HiveServerException.java index 97b1219..d1c2f3f 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/HiveServerException.java +++ service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/HiveServerException.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class HiveServerException extends TException implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("HiveServerException"); @@ -276,7 +276,7 @@ public Object getFieldValue(_Fields field) { return getMessage(); case ERROR_CODE: - return getErrorCode(); + return Integer.valueOf(getErrorCode()); case SQLSTATE: return getSQLState(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/JobTrackerState.java service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/JobTrackerState.java index 46c71ee..ab48bf7 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/JobTrackerState.java +++ service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/JobTrackerState.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/ThriftHive.java service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/ThriftHive.java index 934a8a5..bc345e4 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/ThriftHive.java +++ service/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/service/ThriftHive.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class ThriftHive { public interface Iface extends org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface { @@ -2951,7 +2951,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case NUM_ROWS: - return getNumRows(); + return Integer.valueOf(getNumRows()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TArrayTypeEntry.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TArrayTypeEntry.java index 0fb33c7..c21f215 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TArrayTypeEntry.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TArrayTypeEntry.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TArrayTypeEntry implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TArrayTypeEntry"); @@ -185,7 +185,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case OBJECT_TYPE_PTR: - return getObjectTypePtr(); + return Integer.valueOf(getObjectTypePtr()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBinaryColumn.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBinaryColumn.java index 788bc89..3a3b2b5 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBinaryColumn.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBinaryColumn.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TBinaryColumn implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TBinaryColumn"); @@ -380,7 +380,7 @@ public String toString() { if (this.values == null) { sb.append("null"); } else { - org.apache.thrift.TBaseHelper.toString(this.values, sb); + sb.append(this.values); } first = false; if (!first) sb.append(", "); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBoolColumn.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBoolColumn.java index c0c5cbe..2f079cd 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBoolColumn.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBoolColumn.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TBoolColumn implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TBoolColumn"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBoolValue.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBoolValue.java index 3670a1e..486c2fb 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBoolValue.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TBoolValue.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TBoolValue implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TBoolValue"); @@ -178,7 +178,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case VALUE: - return isValue(); + return Boolean.valueOf(isValue()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TByteColumn.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TByteColumn.java index 85c881e..51cf2c0 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TByteColumn.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TByteColumn.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TByteColumn implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TByteColumn"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TByteValue.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TByteValue.java index 82209f1..1c659ca 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TByteValue.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TByteValue.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TByteValue implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TByteValue"); @@ -178,7 +178,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case VALUE: - return getValue(); + return Byte.valueOf(getValue()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIService.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIService.java index ded848f..3d1d96d 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIService.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIService.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCLIService { public interface Iface { diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIServiceConstants.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIServiceConstants.java index 3f46013..046eb15 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIServiceConstants.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCLIServiceConstants.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelDelegationTokenReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelDelegationTokenReq.java index fde0c47..4cf1688 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelDelegationTokenReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelDelegationTokenReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCancelDelegationTokenReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TCancelDelegationTokenReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelDelegationTokenResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelDelegationTokenResp.java index 65d0551..8441e86 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelDelegationTokenResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelDelegationTokenResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCancelDelegationTokenResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TCancelDelegationTokenResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelOperationReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelOperationReq.java index f532d09..2548ee9 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelOperationReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelOperationReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCancelOperationReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TCancelOperationReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelOperationResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelOperationResp.java index f7f8325..8666ba7 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelOperationResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCancelOperationResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCancelOperationResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TCancelOperationResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseOperationReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseOperationReq.java index c0c2c2c..640ad23 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseOperationReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseOperationReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCloseOperationReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TCloseOperationReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseOperationResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseOperationResp.java index 83bcd03..101086a 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseOperationResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseOperationResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCloseOperationResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TCloseOperationResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseSessionReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseSessionReq.java index d9c989a..7bc61a8 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseSessionReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseSessionReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCloseSessionReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TCloseSessionReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseSessionResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseSessionResp.java index 7c64d4d..fbe8f78 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseSessionResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TCloseSessionResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TCloseSessionResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TCloseSessionResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumn.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumn.java index 082b9b4..1bda69d 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumn.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumn.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumnDesc.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumnDesc.java index b01fadb..916dd1d 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumnDesc.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumnDesc.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TColumnDesc implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TColumnDesc"); @@ -322,7 +322,7 @@ public Object getFieldValue(_Fields field) { return getTypeDesc(); case POSITION: - return getPosition(); + return Integer.valueOf(getPosition()); case COMMENT: return getComment(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumnValue.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumnValue.java index 2c2c6bb..61aee4d 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumnValue.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TColumnValue.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TDoubleColumn.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TDoubleColumn.java index dffad80..339f630 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TDoubleColumn.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TDoubleColumn.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TDoubleColumn implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TDoubleColumn"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TDoubleValue.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TDoubleValue.java index 6524f93..8e26d5f 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TDoubleValue.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TDoubleValue.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TDoubleValue implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TDoubleValue"); @@ -178,7 +178,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case VALUE: - return getValue(); + return Double.valueOf(getValue()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementReq.java index 30cf243..2ffb045 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TExecuteStatementReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TExecuteStatementReq"); @@ -338,7 +338,7 @@ public Object getFieldValue(_Fields field) { return getConfOverlay(); case RUN_ASYNC: - return isRunAsync(); + return Boolean.valueOf(isRunAsync()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementResp.java index 0b9aa0f..a1b33a5 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TExecuteStatementResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TExecuteStatementResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchOrientation.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchOrientation.java index d3fd3f0..64713e8 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchOrientation.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchOrientation.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchResultsReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchResultsReq.java index 23cfd54..aad8e38 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchResultsReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchResultsReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TFetchResultsReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TFetchResultsReq"); @@ -338,10 +338,10 @@ public Object getFieldValue(_Fields field) { return getOrientation(); case MAX_ROWS: - return getMaxRows(); + return Long.valueOf(getMaxRows()); case FETCH_TYPE: - return getFetchType(); + return Short.valueOf(getFetchType()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchResultsResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchResultsResp.java index 2d325fc..f911ce8 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchResultsResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TFetchResultsResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TFetchResultsResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TFetchResultsResp"); @@ -272,7 +272,7 @@ public Object getFieldValue(_Fields field) { return getStatus(); case HAS_MORE_ROWS: - return isHasMoreRows(); + return Boolean.valueOf(isHasMoreRows()); case RESULTS: return getResults(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetCatalogsReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetCatalogsReq.java index 02e5cbc..2f87ba8 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetCatalogsReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetCatalogsReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetCatalogsReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetCatalogsReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetCatalogsResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetCatalogsResp.java index 2372d3a..91442fc 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetCatalogsResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetCatalogsResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetCatalogsResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetCatalogsResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetColumnsReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetColumnsReq.java index 60872f4..2f2618e 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetColumnsReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetColumnsReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetColumnsReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetColumnsReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetColumnsResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetColumnsResp.java index 7992a24..6273cab 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetColumnsResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetColumnsResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetColumnsResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetColumnsResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetDelegationTokenReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetDelegationTokenReq.java index 363bf4b..d877e02 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetDelegationTokenReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetDelegationTokenReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetDelegationTokenReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetDelegationTokenReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetDelegationTokenResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetDelegationTokenResp.java index 5234dcd..17d2aec 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetDelegationTokenResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetDelegationTokenResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetDelegationTokenResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetDelegationTokenResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetFunctionsReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetFunctionsReq.java index d366529..1a6b199 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetFunctionsReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetFunctionsReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetFunctionsReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetFunctionsReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetFunctionsResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetFunctionsResp.java index 6ef2960..89d915f 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetFunctionsResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetFunctionsResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetFunctionsResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetFunctionsResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoReq.java index 80b80c7..5c0fa1e 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetInfoReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetInfoReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoResp.java index f6a07fc..943ad14 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetInfoResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetInfoResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoType.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoType.java index 72385a7..f4dc73d 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoType.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoValue.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoValue.java index 361e39f..af1224d 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoValue.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetInfoValue.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetOperationStatusReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetOperationStatusReq.java index 183ff6d..3c9f51e 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetOperationStatusReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetOperationStatusReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetOperationStatusReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetOperationStatusReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetOperationStatusResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetOperationStatusResp.java index 99c2409..4a4fb05 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetOperationStatusResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetOperationStatusResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetOperationStatusResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetOperationStatusResp"); @@ -374,7 +374,7 @@ public Object getFieldValue(_Fields field) { return getSqlState(); case ERROR_CODE: - return getErrorCode(); + return Integer.valueOf(getErrorCode()); case ERROR_MESSAGE: return getErrorMessage(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetResultSetMetadataReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetResultSetMetadataReq.java index 626b59f..c5ead0e 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetResultSetMetadataReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetResultSetMetadataReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetResultSetMetadataReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetResultSetMetadataReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetResultSetMetadataResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetResultSetMetadataResp.java index 8e2d462..a7e1331 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetResultSetMetadataResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetResultSetMetadataResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetResultSetMetadataResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetResultSetMetadataResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetSchemasReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetSchemasReq.java index 11988e2..9fafa90 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetSchemasReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetSchemasReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetSchemasReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetSchemasReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetSchemasResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetSchemasResp.java index 27060b7..20d3224 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetSchemasResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetSchemasResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetSchemasResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetSchemasResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTableTypesReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTableTypesReq.java index 8c9106e..3f5f08d 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTableTypesReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTableTypesReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetTableTypesReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetTableTypesReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTableTypesResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTableTypesResp.java index 440e080..26a0a24 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTableTypesResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTableTypesResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetTableTypesResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetTableTypesResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTablesReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTablesReq.java index 4f22732..c7a7d83 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTablesReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTablesReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetTablesReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetTablesReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTablesResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTablesResp.java index 4878228..0923c49 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTablesResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTablesResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetTablesResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetTablesResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTypeInfoReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTypeInfoReq.java index 3fa8edc..caaf742 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTypeInfoReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTypeInfoReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetTypeInfoReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetTypeInfoReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTypeInfoResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTypeInfoResp.java index c0dd1f8..9a80a74 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTypeInfoResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TGetTypeInfoResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TGetTypeInfoResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetTypeInfoResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/THandleIdentifier.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/THandleIdentifier.java index d959456..7169f26 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/THandleIdentifier.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/THandleIdentifier.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class THandleIdentifier implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("THandleIdentifier"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI16Column.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI16Column.java index 1a7f13a..aa874c1 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI16Column.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI16Column.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TI16Column implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TI16Column"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI16Value.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI16Value.java index ece0199..38ebd58 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI16Value.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI16Value.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TI16Value implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TI16Value"); @@ -178,7 +178,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case VALUE: - return getValue(); + return Short.valueOf(getValue()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI32Column.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI32Column.java index 78fb651..b2967fa 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI32Column.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI32Column.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TI32Column implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TI32Column"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI32Value.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI32Value.java index cf63261..b7d4e5d 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI32Value.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI32Value.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TI32Value implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TI32Value"); @@ -178,7 +178,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case VALUE: - return getValue(); + return Integer.valueOf(getValue()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI64Column.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI64Column.java index 0f649fb..79e1fdb 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI64Column.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI64Column.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TI64Column implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TI64Column"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI64Value.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI64Value.java index 75ada87..d526b1c 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI64Value.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TI64Value.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TI64Value implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TI64Value"); @@ -178,7 +178,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case VALUE: - return getValue(); + return Long.valueOf(getValue()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TMapTypeEntry.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TMapTypeEntry.java index 9777683..45138f8 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TMapTypeEntry.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TMapTypeEntry.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TMapTypeEntry implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TMapTypeEntry"); @@ -229,10 +229,10 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case KEY_TYPE_PTR: - return getKeyTypePtr(); + return Integer.valueOf(getKeyTypePtr()); case VALUE_TYPE_PTR: - return getValueTypePtr(); + return Integer.valueOf(getValueTypePtr()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionReq.java index a43c1d0..6d92c55 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TOpenSessionReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TOpenSessionReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionResp.java index 3199ec3..25cfd42 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TOpenSessionResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TOpenSessionResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationHandle.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationHandle.java index d1d86fe..fc5f458 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationHandle.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationHandle.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TOperationHandle implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TOperationHandle"); @@ -333,10 +333,10 @@ public Object getFieldValue(_Fields field) { return getOperationType(); case HAS_RESULT_SET: - return isHasResultSet(); + return Boolean.valueOf(isHasResultSet()); case MODIFIED_ROW_COUNT: - return getModifiedRowCount(); + return Double.valueOf(getModifiedRowCount()); } throw new IllegalStateException(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationState.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationState.java index fe029ef..2dfde1c 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationState.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationState.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationType.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationType.java index f105259..6927740 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationType.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationType.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TPrimitiveTypeEntry.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TPrimitiveTypeEntry.java index 38a5be3..fe2ad7e 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TPrimitiveTypeEntry.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TPrimitiveTypeEntry.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TPrimitiveTypeEntry implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TPrimitiveTypeEntry"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TProtocolVersion.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TProtocolVersion.java index c936ada..6e714c6 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TProtocolVersion.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TProtocolVersion.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRenewDelegationTokenReq.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRenewDelegationTokenReq.java index e74bb29..0a8d6e1 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRenewDelegationTokenReq.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRenewDelegationTokenReq.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TRenewDelegationTokenReq implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TRenewDelegationTokenReq"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRenewDelegationTokenResp.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRenewDelegationTokenResp.java index 63633e3..4a5b522 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRenewDelegationTokenResp.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRenewDelegationTokenResp.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TRenewDelegationTokenResp implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TRenewDelegationTokenResp"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRow.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRow.java index 28c34cd..8153fb4 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRow.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRow.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TRow implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TRow"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRowSet.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRowSet.java index 9b9b2ac..f0dd60f 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRowSet.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TRowSet.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TRowSet implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TRowSet"); @@ -312,7 +312,7 @@ public void setFieldValue(_Fields field, Object value) { public Object getFieldValue(_Fields field) { switch (field) { case START_ROW_OFFSET: - return getStartRowOffset(); + return Long.valueOf(getStartRowOffset()); case ROWS: return getRows(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TSessionHandle.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TSessionHandle.java index aeff2b6..09161e5 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TSessionHandle.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TSessionHandle.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TSessionHandle implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TSessionHandle"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStatus.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStatus.java index ccf281a..2fd1ac1 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStatus.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStatus.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TStatus implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TStatus"); @@ -391,7 +391,7 @@ public Object getFieldValue(_Fields field) { return getSqlState(); case ERROR_CODE: - return getErrorCode(); + return Integer.valueOf(getErrorCode()); case ERROR_MESSAGE: return getErrorMessage(); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStatusCode.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStatusCode.java index 8900d4c..91d1a97 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStatusCode.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStatusCode.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStringColumn.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStringColumn.java index 7c15ec1..ed33013 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStringColumn.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStringColumn.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TStringColumn implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TStringColumn"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStringValue.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStringValue.java index 96e9be0..302b552 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStringValue.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStringValue.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TStringValue implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TStringValue"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStructTypeEntry.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStructTypeEntry.java index c90926a..b25b0e8 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStructTypeEntry.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TStructTypeEntry.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TStructTypeEntry implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TStructTypeEntry"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTableSchema.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTableSchema.java index 7a38e15..73276cf 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTableSchema.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTableSchema.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TTableSchema implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TTableSchema"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeDesc.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeDesc.java index e187da2..d84b6a9 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeDesc.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeDesc.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TTypeDesc implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TTypeDesc"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeEntry.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeEntry.java index a53eaa2..203d3b9 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeEntry.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeEntry.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeId.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeId.java index 379bc92..e6f2336 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeId.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeId.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifierValue.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifierValue.java index cc786b2..54df6dc 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifierValue.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifierValue.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifiers.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifiers.java index ac97b7f..80be0a4 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifiers.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TTypeQualifiers.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TTypeQualifiers implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TTypeQualifiers"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TUnionTypeEntry.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TUnionTypeEntry.java index 0c7120d..49f7388 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TUnionTypeEntry.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TUnionTypeEntry.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TUnionTypeEntry implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TUnionTypeEntry"); diff --git service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TUserDefinedTypeEntry.java service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TUserDefinedTypeEntry.java index 4ae9505..6bc7a6f 100644 --- service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TUserDefinedTypeEntry.java +++ service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TUserDefinedTypeEntry.java @@ -1,5 +1,5 @@ /** - * Autogenerated by Thrift Compiler (0.9.3) + * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-12-17") public class TUserDefinedTypeEntry implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TUserDefinedTypeEntry"); diff --git service/src/gen/thrift/gen-php/TCLIService.php service/src/gen/thrift/gen-php/TCLIService.php index eba62f1..f5dd904 100644 --- service/src/gen/thrift/gen-php/TCLIService.php +++ service/src/gen/thrift/gen-php/TCLIService.php @@ -1,6 +1,7 @@