class Axiom::Optimizer::Relation::Operation::Limit

Abstract base class representing Limit optimizations

Private Instance Methods

limit() click to toggle source

Return the operation limit

@return [Integer]

@api private

# File lib/axiom/optimizer/relation/operation/limit.rb, line 18
def limit
  operation.limit
end