CrossJoin

dataprism.sharedast.SelectAst.From.CrossJoin
case class CrossJoin[Codec[_]](lhs: From[Codec], rhs: From[Codec]) extends From[Codec]

Attributes

Source
SharedSqlAst.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait From[Codec]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product