CreateAggregates

slick.compiler.CreateAggregates
class CreateAggregates extends Phase

Rewrite aggregation function calls to Aggregate nodes.

Attributes

Source:
CreateAggregates.scala
Graph
Supertypes
trait Phase
trait Logging
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type State

The immutable state of the phase that can also be accessed by other phases.

The immutable state of the phase that can also be accessed by other phases.

Attributes

Inherited from:
Phase
Source:
QueryCompiler.scala

Value members

Concrete methods

Run the phase

Run the phase

Attributes

Source:
CreateAggregates.scala

Recursively inline mapping Bind calls under an Aggregate

Recursively inline mapping Bind calls under an Aggregate

Attributes

Source:
CreateAggregates.scala

Find all scalar Aggregate calls in a sub-tree that do not refer to the given Symbol, and replace them by temporary Refs.

Find all scalar Aggregate calls in a sub-tree that do not refer to the given Symbol, and replace them by temporary Refs.

Attributes

Source:
CreateAggregates.scala

Inherited methods

def andThen[A](g: CompilerState => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => CompilerState): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

val name: String

The unique name of the phase

The unique name of the phase

Attributes

Source:
CreateAggregates.scala