Module: Google::Firestore::V1beta1::StructuredQuery::UnaryFilter::Operator

Defined in:
lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/query.rb

Overview

A unary operator.

Constant Summary collapse

OPERATOR_UNSPECIFIED =

Unspecified. This value must not be used.

0
IS_NAN =

Test if a field is equal to NaN.

2
IS_NULL =

Test if an expression evaluates to Null.

3