Enumeration that represents the operators that are available for a FieldFilterExpression.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.FilterExpressionOperator()
|
Attributes | Name and Description |
---|---|
<static>
|
caplin.streamlink.FilterExpressionOperator.CASE_INSENSITIVE_REGULAR_EXPRESSION
Operator used to check that a string field matches a particular regular expression where an exact case match is not necessary. |
<static>
|
caplin.streamlink.FilterExpressionOperator.EQUAL
Operator used to check for an exact match between a field and a value. |
<static>
|
caplin.streamlink.FilterExpressionOperator.GREATER_THAN
Operator used to check that a field is greater than a particular value. |
<static>
|
caplin.streamlink.FilterExpressionOperator.GREATER_THAN_OR_EQUAL
Operator used to check that a field is greater than or equal to a particular value. |
<static>
|
caplin.streamlink.FilterExpressionOperator.LESS_THAN
Operator used to check that a field is less than a particular value. |
<static>
|
caplin.streamlink.FilterExpressionOperator.LESS_THAN_OR_EQUAL
Operator used to check that a field is less than or equal to a particular value. |
<static>
|
caplin.streamlink.FilterExpressionOperator.NOT_EQUAL
Operator used to check that a field does not match a particular value. |
<static>
|
caplin.streamlink.FilterExpressionOperator.NUMERIC_EQUAL
Operator used to check for an exact match between a numeric field and value. |
<static>
|
caplin.streamlink.FilterExpressionOperator.NUMERIC_NOT_EQUAL
Operator used to check that a numeric field does not match a particular value. |
<static>
|
caplin.streamlink.FilterExpressionOperator.REGULAR_EXPRESSION
Operator used to check that a string field matches a particular regular expression. |
<static>
|
caplin.streamlink.FilterExpressionOperator.VALUE_IS_NULL
Operator used to check that a field matches a null value. |
►
caplin.streamlink.FilterExpressionOperator()
►
<static>
caplin.streamlink.FilterExpressionOperator.CASE_INSENSITIVE_REGULAR_EXPRESSION
Operator used to check that a string field matches a particular regular expression where an exact case match is not necessary.
►
<static>
caplin.streamlink.FilterExpressionOperator.EQUAL
Operator used to check for an exact match between a field and a value.
►
<static>
caplin.streamlink.FilterExpressionOperator.GREATER_THAN
Operator used to check that a field is greater than a particular value.
►
<static>
caplin.streamlink.FilterExpressionOperator.GREATER_THAN_OR_EQUAL
Operator used to check that a field is greater than or equal to a particular value.
►
<static>
caplin.streamlink.FilterExpressionOperator.LESS_THAN
Operator used to check that a field is less than a particular value.
►
<static>
caplin.streamlink.FilterExpressionOperator.LESS_THAN_OR_EQUAL
Operator used to check that a field is less than or equal to a particular value.
►
<static>
caplin.streamlink.FilterExpressionOperator.NOT_EQUAL
Operator used to check that a field does not match a particular value.
►
<static>
caplin.streamlink.FilterExpressionOperator.NUMERIC_EQUAL
Operator used to check for an exact match between a numeric field and value.
►
<static>
caplin.streamlink.FilterExpressionOperator.NUMERIC_NOT_EQUAL
Operator used to check that a numeric field does not match a particular value.
►
<static>
caplin.streamlink.FilterExpressionOperator.REGULAR_EXPRESSION
Operator used to check that a string field matches a particular regular expression.
►
<static>
caplin.streamlink.FilterExpressionOperator.VALUE_IS_NULL
Operator used to check that a field matches a null value.