UntypedInlineFragment

grackle.Query.UntypedInlineFragment
case class UntypedInlineFragment(tpnme: Option[String], directives: List[Directive], child: Query) extends Query

Representation of an inline fragment prior to comilation.

During compilation this node will be replaced by its child, guarded by a Narrow corresponding to the type condition of the fragment, if any.

Attributes

Source
query.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render: String

Yields a String representation of this query

Yields a String representation of this query

Attributes

Source
query.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def ~(query: Query): Query

Groups this query with its argument, Groups on either side are merged

Groups this query with its argument, Groups on either side are merged

Attributes

Inherited from:
Query
Source
query.scala