Method: Sequel::SQL::StringAgg#order_expr

Defined in:
lib/sequel/extensions/string_agg.rb

#order_exprObject (readonly)

The expression that the aggregation is ordered by.



144
145
146
# File 'lib/sequel/extensions/string_agg.rb', line 144

def order_expr
  @order_expr
end