ComparisonOperator
列舉 |
COMPARISON_OPERATOR_UNSPECIFIED |
不明的運算子。 |
EQUAL |
值相等。 |
GREATER_THAN |
第一個值大於比較值。 |
LESS_THAN |
第一個值小於第二個。 |
GREATER_THAN_OR_EQUAL_TO |
第一個值大於或等於第二個值。 |
LESS_THAN_OR_EQUAL_TO |
第一個值小於或等於比較值。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-06-11 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]