Phase

grackle.QueryCompiler.Phase
trait Phase

A QueryCompiler phase.

Attributes

Source
compiler.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def transform(query: Query): Elab[Query]

Transform the supplied query algebra term query.

Transform the supplied query algebra term query.

Attributes

Source
compiler.scala
def transformSelect(fieldName: String, alias: Option[String], child: Query): Elab[Query]

Attributes

Source
compiler.scala
def validateSubselection(fieldName: String, child: Query): Elab[Unit]

Attributes

Source
compiler.scala

Concrete fields

Attributes

Source
compiler.scala