Class: Locomotive::RelationalAlgebra::Division

Inherits:
Fun
  • Object
show all
Defined in:
lib/locomotive/relational_algebra/operators/builtins/arith_builtin.rb

Instance Method Summary collapse

Methods inherited from Fun

#clone

Instance Method Details

#to_xmlObject



24
25
26
# File 'lib/locomotive/relational_algebra/operators/builtins/arith_builtin.rb', line 24

def to_xml
  :divide
end