class Axiom::Optimizer::Algebra::Projection

Abstract base class representing Projection optimizations

Private Instance Methods

wrap_operand(operand = operand.operand) click to toggle source

Wrap the operand’s operand in a Projection

@return [Projection]

@api private

# File lib/axiom/optimizer/algebra/projection.rb, line 17
def wrap_operand(operand = operand.operand)
  operand.project(header)
end