Except

dataprism.sharedast.SelectAst.Except
case class Except[Codec[_]](lhs: SelectAst[Codec], rhs: SelectAst[Codec], all: Boolean) extends SetOperator[Codec]

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product