Modules§
- columnar
- Engine rules for plain columnar collections.
- document_
schemaless - Engine rules for schemaless document collections.
- document_
strict - Engine rules for strict document collections.
- kv
- Engine rules for key-value collections.
- spatial
- Engine rules for spatial columnar collections.
- timeseries
- Engine rules for timeseries collections.
Structs§
- Aggregate
Params - Parameters for planning an AGGREGATE operation.
- Delete
Params - Parameters for planning a DELETE operation.
- Insert
Params - Parameters for planning an INSERT operation.
- Point
GetParams - Parameters for planning a POINT GET operation.
- Scan
Params - Parameters for planning a SCAN operation.
- Update
Params - Parameters for planning an UPDATE operation.
- Upsert
Params - Parameters for planning an UPSERT operation.
Traits§
- Engine
Rules - Engine-specific planning rules.
Functions§
- resolve_
engine_ rules - Resolve the engine rules for a given engine type.