Class: Locomotive::RelationalAlgebra::AggrFun

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/locomotive/relational_algebra/operators/aggregation/aggr_builtin.rb

Direct Known Subclasses

All, Avg, Count, Max, Min, Sum

Instance Method Summary collapse

Instance Method Details

#cloneObject



12
13
14
# File 'lib/locomotive/relational_algebra/operators/aggregation/aggr_builtin.rb', line 12

def clone
  self
end

#to_xmlObject



8
9
10
# File 'lib/locomotive/relational_algebra/operators/aggregation/aggr_builtin.rb', line 8

def to_xml
  self.class.to_s.split("::").last.downcase.to_sym
end