MCPcopy Create free account
hub / github.com/hashintel/hash / Postgres

Class Postgres

libs/@local/hashql/eval/src/orchestrator/codec/mod.rs:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23/// implementations for types that need custom PostgreSQL wire encoding.
24#[derive(Debug)]
25pub(crate) struct Postgres<T>(pub T);
26
27/// Newtype wrapper that provides [`Serialize`](serde::Serialize)
28/// implementations for types that need custom JSON serialization.

Callers 9

categoryFunction · 0.85
bound_to_sqlMethod · 0.85
encode_parameter_inFunction · 0.85
accessMethod · 0.85
new_inMethod · 0.85

Calls

no outgoing calls