Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ into_simple_expr
Method
into_simple_expr
src/query/select.rs:144–146 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
142
C: ColumnTrait,
143
{
144
fn into_simple_expr(self) -> SimpleExpr {
145
SimpleExpr::Column(self.as_column_ref().into_column_ref())
146
}
147
}
148
149
impl IntoSimpleExpr for Expr {
Callers
7
into_column_as_expr
Method · 0.80
group_by
Method · 0.80
order_by
Method · 0.80
order_by_asc
Method · 0.80
order_by_desc
Method · 0.80
order_by_with_nulls
Method · 0.80
into_expr
Method · 0.80
Calls
2
as_column_ref
Method · 0.80
Column
Enum · 0.50
Tested by
no test coverage detected