Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ into_column_as_expr
Method
into_column_as_expr
src/query/select.rs:123–125 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
C: ColumnTrait,
122
{
123
fn into_column_as_expr(self) -> SimpleExpr {
124
self.select_as(Expr::expr(self.as_column_ref().into_column_ref()))
125
}
126
}
127
128
impl ColumnAsExpr for Expr {
Callers
1
column_as
Method · 0.80
Calls
3
as_column_ref
Method · 0.80
into_simple_expr
Method · 0.80
select_as
Method · 0.45
Tested by
no test coverage detected