Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ Range
Interface
Range
src/darkbird/document.rs:18–20 ·
view source on GitHub ↗
used for range index
Source
from the content-addressed store, hash-verified
16
17
// used for range index
18
pub trait Range {
19
fn get_fields(&self) -> Vec<RangeField>;
20
}
21
22
23
// used for materialized view
Callers
nothing calls this directly
Implementers
14
migrate_to_another_database.rs
example/migrate_to_another_database.rs
reporter.rs
example/reporter.rs
before-vsn-6.1.0-migration.rs
example/before-vsn-6.1.0-migration.rs
new_features_vsn2.rs
example/new_features_vsn2.rs
simple.rs
example/simple.rs
complex.rs
example/complex.rs
example.rs
example/Version-5.0.3 ( Database Level
example.rs
example/Version-3.5.0 ( Fulltext Searc
example.rs
example/Version-4.0.0 ( Materialized V
migration.rs
example/Version-6.1.0 ( Migration - Ba
backup-restore.rs
example/Version-6.1.0 ( Migration - Ba
Indexing.rs
example/Version-3.0.0 ( Indexing - Tag
Calls
no outgoing calls
Tested by
no test coverage detected