Package com.facebook.presto.hive.shaded.org.apache.thrift.protocol

Examples of com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TTupleProtocol.readI64()


          for (int _i94 = 0; _i94 < _map93.size; ++_i94)
          {
            String _key95; // required
            long _val96; // required
            _key95 = iprot.readString();
            _val96 = iprot.readI64();
            struct.stageCounters.put(_key95, _val96);
          }
        }
        struct.setStageCountersIsSet(true);
      }
View Full Code Here


          for (int _i122 = 0; _i122 < _map121.size; ++_i122)
          {
            String _key123; // required
            long _val124; // required
            _key123 = iprot.readString();
            _val124 = iprot.readI64();
            struct.queryCounters.put(_key123, _val124);
          }
        }
        struct.setQueryCountersIsSet(true);
      }
View Full Code Here

          for (int _i41 = 0; _i41 < _map40.size; ++_i41)
          {
            String _key42; // required
            long _val43; // required
            _key42 = iprot.readString();
            _val43 = iprot.readI64();
            struct.operatorCounters.put(_key42, _val43);
          }
        }
        struct.setOperatorCountersIsSet(true);
      }
View Full Code Here

          for (int _i66 = 0; _i66 < _map65.size; ++_i66)
          {
            String _key67; // required
            long _val68; // required
            _key67 = iprot.readString();
            _val68 = iprot.readI64();
            struct.taskCounters.put(_key67, _val68);
          }
        }
        struct.setTaskCountersIsSet(true);
      }
View Full Code Here

      if (incoming.get(3)) {
        struct.my_32bit_int = iprot.readI32();
        struct.setMy_32bit_intIsSet(true);
      }
      if (incoming.get(4)) {
        struct.my_64bit_int = iprot.readI64();
        struct.setMy_64bit_intIsSet(true);
      }
      if (incoming.get(5)) {
        struct.my_double = iprot.readDouble();
        struct.setMy_doubleIsSet(true);
View Full Code Here

    }

    @Override
    public void read(com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TProtocol prot, TxnInfo struct) throws com.facebook.presto.hive.shaded.org.apache.thrift.TException {
      TTupleProtocol iprot = (TTupleProtocol) prot;
      struct.id = iprot.readI64();
      struct.setIdIsSet(true);
      struct.state = TxnState.findByValue(iprot.readI32());
      struct.setStateIsSet(true);
      struct.user = iprot.readString();
      struct.setUserIsSet(true);
View Full Code Here

        com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TSet _set428 = new com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TSet(com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TType.I64, iprot.readI32());
        struct.aborted = new HashSet<Long>(2*_set428.size);
        for (int _i429 = 0; _i429 < _set428.size; ++_i429)
        {
          long _elem430; // required
          _elem430 = iprot.readI64();
          struct.aborted.add(_elem430);
        }
      }
      struct.setAbortedIsSet(true);
      {
View Full Code Here

        com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TSet _set431 = new com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TSet(com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TType.I64, iprot.readI32());
        struct.nosuch = new HashSet<Long>(2*_set431.size);
        for (int _i432 = 0; _i432 < _set431.size; ++_i432)
        {
          long _elem433; // required
          _elem433 = iprot.readI64();
          struct.nosuch.add(_elem433);
        }
      }
      struct.setNosuchIsSet(true);
    }
View Full Code Here

    }

    @Override
    public void read(com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TProtocol prot, CommitTxnRequest struct) throws com.facebook.presto.hive.shaded.org.apache.thrift.TException {
      TTupleProtocol iprot = (TTupleProtocol) prot;
      struct.txnid = iprot.readI64();
      struct.setTxnidIsSet(true);
    }
  }

}
View Full Code Here

      TTupleProtocol iprot = (TTupleProtocol) prot;
      struct.lowValue = iprot.readDouble();
      struct.setLowValueIsSet(true);
      struct.highValue = iprot.readDouble();
      struct.setHighValueIsSet(true);
      struct.numNulls = iprot.readI64();
      struct.setNumNullsIsSet(true);
      struct.numDVs = iprot.readI64();
      struct.setNumDVsIsSet(true);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.