ComparisonOperator
列挙型 |
COMPARISON_OPERATOR_UNSPECIFIED |
不明な演算子です。 |
EQUAL |
値が同じです。 |
GREATER_THAN |
1 つ目の値が比較値を超えています。 |
LESS_THAN |
1 つ目の値が 2 つ目の値より小さい。 |
GREATER_THAN_OR_EQUAL_TO |
1 つ目の値が 2 つ目の値以上です。 |
LESS_THAN_OR_EQUAL_TO |
1 つ目の値が比較値以下であること。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-11 UTC。
[null,null,["最終更新日 2024-06-11 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."]]],[]]