FromQuery

dataprism.sharedast.SelectAst.From.FromQuery
case class FromQuery[Codec[_]](selectAst: SelectAst[Codec], alias: String, lateral: Boolean) 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