Module google_api_proto::google::firestore::v1::structured_query
source · Expand description
Nested message and enum types in StructuredQuery.
Modules§
- Nested message and enum types in
CompositeFilter. - Nested message and enum types in
FieldFilter. - Nested message and enum types in
Filter. - Nested message and enum types in
FindNearest. - Nested message and enum types in
UnaryFilter.
Structs§
- A selection of a collection, such as
messages as m1. - A filter that merges multiple other filters using the given operator.
- A filter on a specific field.
- A reference to a field in a document, ex:
stats.operations. - A filter.
- 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.
- An order on a field.
- The projection of document’s fields to return.
- A filter with a single operand.
Enums§
- A sort direction.