Methods

Files

Class Index [+]

Quicksearch

Arel::Group

Attributes

groupings[R]

Public Class Methods

new(relation, groupings) click to toggle source
   # File lib/arel/algebra/relations/operations/group.rb, line 5
5:     def initialize(relation, groupings)
6:       super(relation)
7:       @groupings = groupings.collect { |g| g.bind(relation) }
8:     end

Public Instance Methods

eval() click to toggle source
    # File lib/arel/algebra/relations/operations/group.rb, line 10
10:     def eval
11:       raise NotImplementedError
12:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.