Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ schema
Method
schema
nodedb/src/engine/array/store/catalog.rs:120–122 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
118
}
119
120
pub fn schema(&self) -> &Arc<ArraySchema> {
121
&self.schema
122
}
123
124
pub fn schema_hash(&self) -> u64 {
125
self.schema_hash
Callers
15
batch_schema
Function · 0.45
arrow_sum
Function · 0.45
arrow_min
Function · 0.45
arrow_max
Function · 0.45
arrow_count
Function · 0.45
scan_columnar
Method · 0.45
plain_columnar_purge
Method · 0.45
dispatch_array_slice
Method · 0.45
dispatch_array_project
Method · 0.45
dispatch_array_surrogate_bitmap_scan
Method · 0.45
dispatch_array_aggregate
Method · 0.45
dispatch_array_elementwise
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected