class Axiom::Optimizer::Relation::Operation::Sorted::UnoptimizedOperand

Optimize when operand is optimizable

Public Instance Methods

optimize() click to toggle source

Return an Sorted with an optimized operand

@return [Offset]

@api private

# File lib/axiom/optimizer/relation/operation/sorted.rb, line 67
def optimize
  operand.sort_by(operation.directions)
end