ComparisonOperator
โอเปอเรเตอร์การเปรียบเทียบที่ใช้ได้
Enum |
COMPARISON_OPERATOR_UNSPECIFIED |
โอเปอเรเตอร์ที่ไม่รู้จัก |
EQUAL |
ค่าเท่ากัน |
GREATER_THAN |
ค่าแรกมากกว่าค่าเปรียบเทียบ |
LESS_THAN |
ค่าแรกน้อยกว่าค่าที่สอง |
GREATER_THAN_OR_EQUAL_TO |
ค่าแรกมากกว่าหรือเท่ากับค่าที่สอง |
LESS_THAN_OR_EQUAL_TO |
ค่าแรกมีค่าน้อยกว่าหรือเท่ากับค่าเปรียบเทียบ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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."]]],[]]