module Swcdb::Thrift::Gen::Comp
Constants
- EQ
- =
-
: -eq (equal)
- FOSBS
- ->
-
: -fosubset [fosbs] (eq/full ordered subset)
- FOSPS
- <-
-
: -fosupset [fosps] (eq/full ordered superset)
- GE
- >=
-
: -ge (greater-equal)
- GT
- >
-
: -gt (greater-than)
- LE
- <=
-
: -le (lower-equal)
- LT
- <
-
: -lt (lower-than)
- NE
- !=
-
: -ne (not-equal)
- NONE
-
: none (no comparison applied)
- PF
- =^
-
: -pf [prefix] (starts-with)
- POSBS
- ~>
-
: -posubset [posbs] (eq/part ordered subset)
- POSPS
- <~
-
: -posupset [posps] (eq/part ordered superset)
- RE
- re
-
: -re [r,regexp] (regular-expression)
- SBS
- %>
-
: -subset [sbs] (subset)
- SPS
- <%
-
: -supset [sps] (superset)
- VALID_VALUES
- VALUE_MAP
- VGE
- v>=
-
: -vge (vol greater-equal)
- VGT
- v>
-
: -vgt (vol greater-than)
- VLE
- v<=
-
: -vle (vol lower-equal)
- VLT
- v<
-
: -vlt (vol lower-than)