Class Function

    • Constructor Detail

      • Function

        public Function()
      • Function

        public Function​(String operator)
      • Function

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

      • getOperator

        public String getOperator()
      • unsetOperator

        public void unsetOperator()
      • isSetOperator

        public boolean isSetOperator()
        Returns true if field operator is set (has been assigned a value) and false otherwise
      • setOperatorIsSet

        public void setOperatorIsSet​(boolean value)
      • getOperandsSize

        public int getOperandsSize()
      • addToOperands

        public void addToOperands​(Expression elem)
      • unsetOperands

        public void unsetOperands()
      • isSetOperands

        public boolean isSetOperands()
        Returns true if field operands is set (has been assigned a value) and false otherwise
      • setOperandsIsSet

        public void setOperandsIsSet​(boolean value)
      • isSet

        public boolean isSet​(Function._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<Function,​Function._Fields>
      • equals

        public boolean equals​(Function 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