MCPcopy Create free account
hub / github.com/douglance/devsql / jhistory_schema

Method jhistory_schema

crates/ccql/src/sql/composite_storage.rs:207–209  ·  view source on GitHub ↗

Create a virtual schema for jhistory table (schemaless)

(&self)

Source from the content-addressed store, hash-verified

205
206 /// Create a virtual schema for jhistory table (schemaless)
207 fn jhistory_schema(&self) -> Schema {
208 self.codex_history_schema_for("jhistory")
209 }
210
211 /// Create a virtual schema for codex_history alias table (schemaless)
212 fn codex_history_alias_schema(&self) -> Schema {

Callers 2

fetch_schemaMethod · 0.80
fetch_all_schemasMethod · 0.80

Calls 1

Tested by

no test coverage detected