Package

com.crobox.clickhouse.dsl

parallel

Permalink

package parallel

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. parallel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CumulativeQueries(first: OperationalQuery, second: OperationalQuery) extends OperationalQuery with Product with Serializable

    Permalink

    The Parallel one just adds the results together...so for 1000 and 1000 you will get a result containing 2000 entries

  2. case class MergingQueries(rightTableQry: OperationalQuery, leftTableQry: OperationalQuery, joinType: JoinType = AllLeftJoin) extends QueryFactory with Product with Serializable

    Permalink

    Smart joins with automated grouping, sorting and then joining on the matching columns

  3. implicit class ParallelizableQuery extends AnyRef

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped