QueryExt Trait
Compare changes
+ 49
− 25
@@ -273,7 +273,7 @@ impl ops::Operable for Scalar {}
@@ -320,30 +320,6 @@ impl From<String> for RawExpr {
@@ -360,6 +336,54 @@ impl Display for RawExpr {
Closes #32 (closed)
This MR will add a trait called QueryExt
which provides any additional functionality for the query builder API.
to_expr
method from the Expression trait