Class TColumn

    • Field Detail

      • metaDataMap

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

      • deepCopy

        public TColumn deepCopy()
      • standardSchemeReadValue

        protected Object standardSchemeReadValue​(org.apache.thrift.protocol.TProtocol iprot,
                                                 org.apache.thrift.protocol.TField field)
                                          throws org.apache.thrift.TException
        Specified by:
        standardSchemeReadValue in class org.apache.thrift.TUnion<TColumn,​TColumn._Fields>
        Throws:
        org.apache.thrift.TException
      • standardSchemeWriteValue

        protected void standardSchemeWriteValue​(org.apache.thrift.protocol.TProtocol oprot)
                                         throws org.apache.thrift.TException
        Specified by:
        standardSchemeWriteValue in class org.apache.thrift.TUnion<TColumn,​TColumn._Fields>
        Throws:
        org.apache.thrift.TException
      • tupleSchemeReadValue

        protected Object tupleSchemeReadValue​(org.apache.thrift.protocol.TProtocol iprot,
                                              short fieldID)
                                       throws org.apache.thrift.TException
        Specified by:
        tupleSchemeReadValue in class org.apache.thrift.TUnion<TColumn,​TColumn._Fields>
        Throws:
        org.apache.thrift.TException
      • tupleSchemeWriteValue

        protected void tupleSchemeWriteValue​(org.apache.thrift.protocol.TProtocol oprot)
                                      throws org.apache.thrift.TException
        Specified by:
        tupleSchemeWriteValue in class org.apache.thrift.TUnion<TColumn,​TColumn._Fields>
        Throws:
        org.apache.thrift.TException
      • getFieldDesc

        protected org.apache.thrift.protocol.TField getFieldDesc​(TColumn._Fields setField)
        Specified by:
        getFieldDesc in class org.apache.thrift.TUnion<TColumn,​TColumn._Fields>
      • getStructDesc

        protected org.apache.thrift.protocol.TStruct getStructDesc()
        Specified by:
        getStructDesc in class org.apache.thrift.TUnion<TColumn,​TColumn._Fields>
      • setBoolVal

        public void setBoolVal​(TBoolColumn value)
      • setByteVal

        public void setByteVal​(TByteColumn value)
      • setI16Val

        public void setI16Val​(TI16Column value)
      • setI32Val

        public void setI32Val​(TI32Column value)
      • setI64Val

        public void setI64Val​(TI64Column value)
      • setDoubleVal

        public void setDoubleVal​(TDoubleColumn value)
      • setStringVal

        public void setStringVal​(TStringColumn value)
      • setBinaryVal

        public void setBinaryVal​(TBinaryColumn value)
      • isSetBoolVal

        public boolean isSetBoolVal()
      • isSetByteVal

        public boolean isSetByteVal()
      • isSetI16Val

        public boolean isSetI16Val()
      • isSetI32Val

        public boolean isSetI32Val()
      • isSetI64Val

        public boolean isSetI64Val()
      • isSetDoubleVal

        public boolean isSetDoubleVal()
      • isSetStringVal

        public boolean isSetStringVal()
      • isSetBinaryVal

        public boolean isSetBinaryVal()
      • equals

        public boolean equals​(TColumn other)
      • compareTo

        public int compareTo​(TColumn other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object