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.
find_nearest
Nested message and enum types in FindNearest.
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 in a document, ex: stats.operations.
Filter
A filter.
FindNearest
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.
UnaryFilter
A filter with a single operand.

Enums§

Direction
A sort direction.