ComparisonOperator
枚举 |
COMPARISON_OPERATOR_UNSPECIFIED |
未知运算符。 |
EQUAL |
值相等。 |
GREATER_THAN |
第一个值大于比较值。 |
LESS_THAN |
第一个值小于第二个值。 |
GREATER_THAN_OR_EQUAL_TO |
第一个值大于或等于第二个值。 |
LESS_THAN_OR_EQUAL_TO |
第一个值小于或等于比较值。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-11。
[null,null,["最后更新时间 (UTC):2024-06-11。"],[[["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."]]],[]]