Module structured_query

Source
Expand description

Nested message and enum types in StructuredQuery.

Modules§

composite_filter
Nested message and enum types in CompositeFilter.
field_filter
Nested message and enum types in FieldFilter.
filter
Nested message and enum types in Filter.
unary_filter
Nested message and enum types in UnaryFilter.

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.