Represents an aliasing of an expression to a given alias.
The alias to use for the expression, not alias
since that is a
keyword in ruby.
The expression to alias
Create an object with the given expression and alias.
# File lib/sequel/sql.rb, line 844 def initialize(expression, aliaz) @expression, @aliaz = expression, aliaz end