Module: ROM::Plugins::Relation::SQL::Postgres::Streaming::Combined
- Defined in:
- lib/rom/plugins/relation/sql/postgres/streaming.rb
Instance Method Summary collapse
Instance Method Details
#stream_each ⇒ Object
82 83 84 |
# File 'lib/rom/plugins/relation/sql/postgres/streaming.rb', line 82 def stream_each raise StreamingNotSupportedError, "not supported on combined relations" end |