Class TDatumVal

    • Field Detail

      • int_val

        public long int_val
      • real_val

        public double real_val
      • str_val

        public String str_val
      • metaDataMap

        public static final Map<TDatumVal._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • TDatumVal

        public TDatumVal()
      • TDatumVal

        public TDatumVal​(long int_val,
                         double real_val,
                         String str_val,
                         List<TDatum> arr_val)
      • TDatumVal

        public TDatumVal​(TDatumVal other)
        Performs a deep copy on other.
    • Method Detail

      • getInt_val

        public long getInt_val()
      • setInt_val

        public TDatumVal setInt_val​(long int_val)
      • unsetInt_val

        public void unsetInt_val()
      • isSetInt_val

        public boolean isSetInt_val()
        Returns true if field int_val is set (has been assigned a value) and false otherwise
      • setInt_valIsSet

        public void setInt_valIsSet​(boolean value)
      • getReal_val

        public double getReal_val()
      • setReal_val

        public TDatumVal setReal_val​(double real_val)
      • unsetReal_val

        public void unsetReal_val()
      • isSetReal_val

        public boolean isSetReal_val()
        Returns true if field real_val is set (has been assigned a value) and false otherwise
      • setReal_valIsSet

        public void setReal_valIsSet​(boolean value)
      • getStr_val

        public String getStr_val()
      • unsetStr_val

        public void unsetStr_val()
      • isSetStr_val

        public boolean isSetStr_val()
        Returns true if field str_val is set (has been assigned a value) and false otherwise
      • setStr_valIsSet

        public void setStr_valIsSet​(boolean value)
      • getArr_valSize

        public int getArr_valSize()
      • addToArr_val

        public void addToArr_val​(TDatum elem)
      • unsetArr_val

        public void unsetArr_val()
      • isSetArr_val

        public boolean isSetArr_val()
        Returns true if field arr_val is set (has been assigned a value) and false otherwise
      • setArr_valIsSet

        public void setArr_valIsSet​(boolean value)
      • isSet

        public boolean isSet​(TDatumVal._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<TDatumVal,​TDatumVal._Fields>
      • equals

        public boolean equals​(TDatumVal that)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException