Class: Arel::Alias

Inherits:
Compound show all
Includes:
Recursion::BaseCase
Defined in:
lib/arel/algebra/relations/operations/alias.rb,
lib/arel/engines/memory/relations/operations.rb,
lib/arel/engines/sql/relations/operations/alias.rb

Instance Attribute Summary

Attributes inherited from Compound

#relation

Attributes included from Relation

#count

Instance Method Summary collapse

Methods included from Recursion::BaseCase

#table, #table_sql

Methods inherited from Compound

#attributes, #build_query, #engine, #eql?, #hash, requires, #unoperated_rows

Methods included from Relation

#bind, #call, #christener, #compiler, #exclusion_predicate_sql, #externalizable?, #externalize, #inclusion_predicate_sql, #join?, #primary_key, #session, #to_sql

Methods included from Relation::DefaultOperations

#attributes, #groupings, #havings, #inserts, #joins, #locked, #orders, #projections, #skipped, #sources, #taken, #wheres

Methods included from Relation::AttributeAccessable

#[], #find_attribute_matching_attribute, #find_attribute_matching_name, #position_of

Methods included from Relation::Operable

#alias, #join, #lock, #outer_join

Methods included from Relation::Operable::Writable

#delete, #insert, #update

Methods included from Relation::Enumerable

#each, #first

Instance Method Details

#evalObject



48
49
50
# File 'lib/arel/engines/memory/relations/operations.rb', line 48

def eval
  unoperated_rows
end