tiny.glom.SearchStatus
Defined in tiny.glom.
API (11)
Fields and members
Public fields and members.
document_value_bytesin_usephasepresentation_workspace_bytespresentation_workspace_high_water_bytespresentation_workspace_pointerquery_workspace_bytesquery_workspace_high_water_bytesquery_workspace_pointerstorage_bytesstorage_pointer
Source
Source: tools/glom/src/search/storage.zig:15
zig
pub const Status = struct { phase: alloc_phase.capacity.Phase, document_value_bytes: usize, query_workspace_bytes: usize, presentation_workspace_bytes: usize, storage_bytes: usize, storage_pointer: usize, query_workspace_pointer: usize, presentation_workspace_pointer: usize, query_workspace_high_water_bytes: usize, presentation_workspace_high_water_bytes: usize, in_use: bool,};Source: tools/glom/src/root.zig:29
zig
pub const SearchStatus = search.Status;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 11 |
| Version | 26.7.0 |
| Revision | daab053ee433 |