method

cast

cast(name, type)
public

No documentation available.

# File activerecord/lib/arel/factory_methods.rb, line 49
    def cast(name, type)
      Nodes::NamedFunction.new "CAST", [name.as(type)]
    end