Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends FunctionBase
 public function compileReturn(ProjectionBase $projectionFunction)
 {
     $returnExpression = $projectionFunction->getReturnValueExpression() ?: O\Expression::value(null);
     return $this->compile($returnExpression, $projectionFunction);
 }