Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ to_expr
Method
to_expr
libs/@local/hashql/eval/src/postgres/parameters.rs:76–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
impl Parameter {
75
#[must_use]
76
pub fn to_expr(self) -> Expression {
77
Expression::Cast(Box::new(self.index.into()), PostgresType::from(self.kind))
78
}
79
}
80
81
/// Interned identity for a SQL parameter.
Callers
7
eval_tstzrange_as_left_closed_interval
Function · 0.80
add_temporal_conditions
Method · 0.80
compile_place_env
Method · 0.80
compile_place
Method · 0.80
compile_constant
Method · 0.80
compile_input
Method · 0.80
compile_aggregate
Method · 0.80
Calls
1
from
Function · 0.50
Tested by
no test coverage detected