MCPcopy 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_schemaFunction · 0.45
arrow_sumFunction · 0.45
arrow_minFunction · 0.45
arrow_maxFunction · 0.45
arrow_countFunction · 0.45
scan_columnarMethod · 0.45
plain_columnar_purgeMethod · 0.45
dispatch_array_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected