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
. - find_
nearest - Nested message and enum types in
FindNearest
. - 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 in a document, ex:
stats.operations
. - Filter
- A filter.
- Find
Nearest - Nearest Neighbors search config. The ordering provided by FindNearest supersedes the order_by stage. If multiple documents have the same vector distance, the returned document order is not guaranteed to be stable between queries.
- 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.