Class: Locomotive::RelationalAlgebra::AggrFun
- Inherits:
-
Object
- Object
- Locomotive::RelationalAlgebra::AggrFun
show all
- Includes:
- Singleton
- Defined in:
- lib/locomotive/relational_algebra/operators/aggregation/aggr_builtin.rb
Instance Method Summary
collapse
Instance Method Details
#clone ⇒ Object
12
13
14
|
# File 'lib/locomotive/relational_algebra/operators/aggregation/aggr_builtin.rb', line 12
def clone
self
end
|
#to_xml ⇒ Object
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
|