QueryConcat

ldbc.statement.internal.QueryConcat
See theQueryConcat companion trait

Attributes

Companion
trait
Source
QueryConcat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type Aux[A, B, AB] = QueryConcat[A, B] { type Out = AB; }

Attributes

Inherited from:
LowPriorityTupleConcat0
Source
QueryConcat.scala

Givens

Inherited givens

given concatSingleAndSingle[A, B, AB](using JoinAux[Tuple1[A], Tuple1[B], AB]): Aux[A, B, AB]

Attributes

Inherited from:
LowPriorityTupleConcat0
Source
QueryConcat.scala
given concatSingleAndTuple[A, B, AB](using JoinAux[Tuple1[A], B, AB]): Aux[A, B, AB]

Attributes

Inherited from:
LowPriorityTupleConcat1
Source
QueryConcat.scala
given concatTupleAndSingle[A, B, AB](using JoinAux[A, Tuple1[B], AB]): Aux[A, B, AB]

Attributes

Inherited from:
LowPriorityTupleConcat1
Source
QueryConcat.scala
given concatTuples[A, B, AB](using JoinAux[A, B, AB]): Aux[A, B, AB]

Attributes

Inherited from:
LowPriorityTupleConcat2
Source
QueryConcat.scala