Class TColumnRange

    • Field Detail

      • col_id

        public int col_id
      • table_id

        public int table_id
      • has_nulls

        public boolean has_nulls
      • int_min

        public long int_min
      • int_max

        public long int_max
      • bucket

        public long bucket
      • fp_min

        public double fp_min
      • fp_max

        public double fp_max
      • metaDataMap

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

      • TColumnRange

        public TColumnRange()
      • TColumnRange

        public TColumnRange​(TExpressionRangeType type,
                            int col_id,
                            int table_id,
                            boolean has_nulls,
                            long int_min,
                            long int_max,
                            long bucket,
                            double fp_min,
                            double fp_max)
      • TColumnRange

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

      • unsetType

        public void unsetType()
      • isSetType

        public boolean isSetType()
        Returns true if field type is set (has been assigned a value) and false otherwise
      • setTypeIsSet

        public void setTypeIsSet​(boolean value)
      • getCol_id

        public int getCol_id()
      • unsetCol_id

        public void unsetCol_id()
      • isSetCol_id

        public boolean isSetCol_id()
        Returns true if field col_id is set (has been assigned a value) and false otherwise
      • setCol_idIsSet

        public void setCol_idIsSet​(boolean value)
      • getTable_id

        public int getTable_id()
      • setTable_id

        public TColumnRange setTable_id​(int table_id)
      • unsetTable_id

        public void unsetTable_id()
      • isSetTable_id

        public boolean isSetTable_id()
        Returns true if field table_id is set (has been assigned a value) and false otherwise
      • setTable_idIsSet

        public void setTable_idIsSet​(boolean value)
      • isHas_nulls

        public boolean isHas_nulls()
      • setHas_nulls

        public TColumnRange setHas_nulls​(boolean has_nulls)
      • unsetHas_nulls

        public void unsetHas_nulls()
      • isSetHas_nulls

        public boolean isSetHas_nulls()
        Returns true if field has_nulls is set (has been assigned a value) and false otherwise
      • setHas_nullsIsSet

        public void setHas_nullsIsSet​(boolean value)
      • getInt_min

        public long getInt_min()
      • setInt_min

        public TColumnRange setInt_min​(long int_min)
      • unsetInt_min

        public void unsetInt_min()
      • isSetInt_min

        public boolean isSetInt_min()
        Returns true if field int_min is set (has been assigned a value) and false otherwise
      • setInt_minIsSet

        public void setInt_minIsSet​(boolean value)
      • getInt_max

        public long getInt_max()
      • setInt_max

        public TColumnRange setInt_max​(long int_max)
      • unsetInt_max

        public void unsetInt_max()
      • isSetInt_max

        public boolean isSetInt_max()
        Returns true if field int_max is set (has been assigned a value) and false otherwise
      • setInt_maxIsSet

        public void setInt_maxIsSet​(boolean value)
      • getBucket

        public long getBucket()
      • setBucket

        public TColumnRange setBucket​(long bucket)
      • unsetBucket

        public void unsetBucket()
      • isSetBucket

        public boolean isSetBucket()
        Returns true if field bucket is set (has been assigned a value) and false otherwise
      • setBucketIsSet

        public void setBucketIsSet​(boolean value)
      • getFp_min

        public double getFp_min()
      • setFp_min

        public TColumnRange setFp_min​(double fp_min)
      • unsetFp_min

        public void unsetFp_min()
      • isSetFp_min

        public boolean isSetFp_min()
        Returns true if field fp_min is set (has been assigned a value) and false otherwise
      • setFp_minIsSet

        public void setFp_minIsSet​(boolean value)
      • getFp_max

        public double getFp_max()
      • setFp_max

        public TColumnRange setFp_max​(double fp_max)
      • unsetFp_max

        public void unsetFp_max()
      • isSetFp_max

        public boolean isSetFp_max()
        Returns true if field fp_max is set (has been assigned a value) and false otherwise
      • setFp_maxIsSet

        public void setFp_maxIsSet​(boolean value)
      • isSet

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