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§
- Collection
Selector - A selection of a collection, such as
messages as m1. - Composite
Filter - A filter that merges multiple other filters using the given operator.
- Field
Filter - A filter on a specific field.
- Field
Reference - 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.
- Unary
Filter - A filter with a single operand.
Enums§
- Direction
- A sort direction.