package parallel
Linear Supertypes
Type Members
-
case class
MergingQueries(rightTableQry: OperationalQuery, leftTableQry: OperationalQuery, joinType: JoinType = AllLeftJoin) extends QueryFactory with Product with Serializable
Smart joins with automated grouping, sorting and then joining on the matching columns
- implicit class ParallelizableQuery extends AnyRef