# File lib/taps/data_stream.rb, line 63 def order_by(name=nil) @order_by ||= begin name ||= table_name Taps::Utils.order_by(db, name) end end