Expand description
Store server for ingest/query/compact APIs.
Provide an StoreEngine implementation and wrap it in AppState, then call connect_stack.
Structs§
Enums§
Traits§
- Store
Engine - Implement these operations for your store. All methods must be thread-safe.
Functions§
- connect_
stack - execute_
prune - reduce_
over_ rows - Run a grouped or scalar reduction over materialized rows.