Where are the results produced during execution pipeline

In a streaming execution pipeline like read_text → map → iter_rows, will the output blocks produced by read_text be stored in the Ray Object Store, or are they only materialized temporarily during the iteration?