Module: Torque::PostgreSQL::Arel::Operations

Defined in:
lib/torque/postgresql/arel/operations.rb

Instance Method Summary collapse

Instance Method Details

#cast(type, array = false) ⇒ Object

Create a cast operation



9
10
11
# File 'lib/torque/postgresql/arel/operations.rb', line 9

def cast(type, array = false)
  Nodes::Cast.new(self, type, array)
end