Skip to content
  • Iustin Pop's avatar
    query: Change internal result computation · e2d188cc
    Iustin Pop authored
    
    
    While looking at the query library, I realized that while we have five
    field statuses, making this a 5-dimensional space, four of them are
    shrunk to a single possible value (None). Hence it should be possible to
    convert this into a single value space plus extra 4 special constants.
    
    This patch implements this, making (IMHO) the return value of normal
    functions much simpler: you simply return the desired value, instead of
    (QRFS_NORMAL, value); for the special results, you simply return
    _FS_UNAVAIL, instead of (QRFS_UNAVAIL, None). This I believe does
    simplify the code.
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
    e2d188cc