Resolve "Subquery support"
Compare changes
Files
2+ 93
− 11
@@ -244,7 +244,7 @@ impl From<(u64, Unit)> for Duration {
@@ -244,7 +244,7 @@ impl From<(u64, Unit)> for Duration {
@@ -269,6 +269,71 @@ impl Display for Scalar {
@@ -269,6 +269,71 @@ impl Display for Scalar {
/// This also allows combining complex queries, especially when a function is generic over a single type
@@ -339,7 +404,7 @@ impl Display for RawExpr {
@@ -339,7 +404,7 @@ impl Display for RawExpr {
/// This is useful when a function takes a sequence (array/vector/iterator) of a generic type `T: Operable`
@@ -348,7 +413,9 @@ pub trait QueryExt {
@@ -348,7 +413,9 @@ pub trait QueryExt {
/// This is similar to the `Iterator's` `map` method, except this is eagerly evaluated and operates on a single item.
@@ -368,22 +435,25 @@ pub trait QueryExt {
@@ -368,22 +435,25 @@ pub trait QueryExt {
@@ -407,4 +477,16 @@ mod tests {
@@ -407,4 +477,16 @@ mod tests {