[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[[["`Query.FilterOperator` is an enum that defines the operators used in `FilterPredicate`."],["The enum supports comparison operators like `EQUAL`, `GREATER_THAN`, `LESS_THAN`, `NOT_EQUAL`, and their inclusive counterparts."],["The `IN` operator is also included within the `FilterOperator` enum."],["It also inherits methods such as `valueOf`, `values`, `toString`, and many more that are standard for Java enums and objects."],["There are static fields in the `Query.FilterOperator` class that allow for the retrieval of an operator by its name."]]],[]]