class Axiom::Optimizer::Relation::Operation::Offset

Abstract base class representing Offset optimizations

Private Instance Methods

offset() click to toggle source

Return the operation offset

@return [Integer]

@api private

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