tiny.sql.SearchSource
Defined in tiny.sql.
API (3)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/sql/src/search/posting.zig:67
zig
pub const Source = struct { schema: u64, head: [32]u8, pub fn same(left: Source, right: Source) bool { return left.schema == right.schema and std.mem.eql(u8, &left.head, &right.head); }};Source: lib/sql/src/root.zig:256
zig
pub const SearchSource = search.Source;Also reachable as
Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |