Method: Arel::FactoryMethods#cast

Defined in:
lib/arel/factory_methods.rb

#cast(name, type) ⇒ Object



49
50
51
# File 'lib/arel/factory_methods.rb', line 49

def cast(name, type)
  Nodes::NamedFunction.new "CAST", [name.as(type)]
end