Values:
OPERATOR_UNSPECIFIED (0):
Unspecified. This value must not be used.
IS_NAN (2):
The given field is equal to NaN.
IS_NULL (3):
The given field is equal to NULL.
IS_NOT_NAN (4):
The given field is not equal to NaN.
Requires:
- No other `NOT_EQUAL`, `NOT_IN`, `IS_NOT_NULL`, or
`IS_NOT_NAN`.
- That `field` comes first in the `order_by`.
IS_NOT_NULL (5):
The given `field` is not equal to `NULL`.
Requires:
- A single `NOT_EQUAL`, `NOT_IN`, `IS_NOT_NULL`, or
`IS_NOT_NAN`.
- That `field` comes first in the `order_by`.
[[["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-03-21 UTC."],[],[]]