HoistClientOps
Lift applicable operations at the top level to the client side.
Attributes
- Source:
- HoistClientOps.scala
- Graph
- Supertypes
Members list
Type members
Inherited types
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
Rewrite remaining GetOrElse operations in the server-side tree into conditionals.
Rewrite remaining GetOrElse operations in the server-side tree into conditionals.
Attributes
- Source:
- HoistClientOps.scala
Pull Bind nodes up to the top level through Filter and CollectionCast.
Pull Bind nodes up to the top level through Filter and CollectionCast.
Attributes
- Source:
- HoistClientOps.scala
Remove a hoistable operation from a top-level column or join column and create a function to reapply it at an outer layer.
Remove a hoistable operation from a top-level column or join column and create a function to reapply it at an outer layer.
Attributes
- Source:
- HoistClientOps.scala
Inherited methods
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Function1
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
The unique name of the phase