module ROM::Plugins::Relation::SQL::Postgres::Streaming::Combined

Public Instance Methods

stream_each() click to toggle source
# File lib/rom/plugins/relation/sql/postgres/streaming.rb, line 82
def stream_each
  raise StreamingNotSupportedError, "not supported on combined relations"
end