SetOperator

dataprism.sharedast.SelectAst.SetOperator
sealed trait SetOperator[Codec[_]] extends SelectAst[Codec]

Attributes

Source
SharedSqlAst.scala
Graph
Supertypes
trait SelectAst[Codec]
class Object
trait Matchable
class Any
Known subtypes
class Except[Codec]
class Intersect[Codec]
class Union[Codec]

Members list

Value members

Abstract methods

def all: Boolean

Attributes

Source
SharedSqlAst.scala
def lhs: SelectAst[Codec]

Attributes

Source
SharedSqlAst.scala
def rhs: SelectAst[Codec]

Attributes

Source
SharedSqlAst.scala