ComparisonOperator
Available comparison operators.
Enums |
COMPARISON_OPERATOR_UNSPECIFIED |
Unknown operator. |
EQUAL |
Values are equal. |
GREATER_THAN |
First value is greater than the comparison value. |
LESS_THAN |
First value is less than the second. |
GREATER_THAN_OR_EQUAL_TO |
First value is greater than or equal to the second. |
LESS_THAN_OR_EQUAL_TO |
First value is less or equals to the comparison value. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Supported comparison operators include equal, greater than, less than, greater than or equal to, and less than or equal to."],["These operators are used to compare values within data, allowing for filtering and conditional logic."],["Each operator is represented by a specific enum value for use in code and configurations."],["An `UNSPECIFIED` enum exists for unknown or undefined comparison operations."]]],[]]