MCPcopy 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
149impl IntoSimpleExpr for Expr {

Callers 7

into_column_as_exprMethod · 0.80
group_byMethod · 0.80
order_byMethod · 0.80
order_by_ascMethod · 0.80
order_by_descMethod · 0.80
order_by_with_nullsMethod · 0.80
into_exprMethod · 0.80

Calls 2

as_column_refMethod · 0.80
ColumnEnum · 0.50

Tested by

no test coverage detected