Module: Google::Cloud::Firestore::V1::StructuredQuery::UnaryFilter::Operator

Defined in:
proto_docs/google/firestore/v1/query.rb

Overview

A unary operator.

Constant Summary collapse

OPERATOR_UNSPECIFIED =

Unspecified. This value must not be used.

0
IS_NAN =

The given field is equal to NaN.

2
IS_NULL =

The given field is equal to NULL.

3
IS_NOT_NAN =

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.
4
IS_NOT_NULL =

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.
5