[][src]Module firestore_grpc_cloudrun::structured_query

Modules

composite_filter
field_filter
filter
unary_filter

Structs

CollectionSelector

A selection of a collection, such as messages as m1.

CompositeFilter

A filter that merges multiple other filters using the given operator.

FieldFilter

A filter on a specific field.

FieldReference

A reference to a field, such as max(messages.time) as max_time.

Filter

A filter.

Order

An order on a field.

Projection

The projection of document's fields to return.

UnaryFilter

A filter with a single operand.

Enums

Direction

A sort direction.