Hi, Is there any way to infer if a Table is going to generate an AppendStream or a RetractStream under the hood in order to figure out if I need to call `toAppendStream` vs `toRetractStream` for the DataStream conversion? Note this information is important to me further down the DAG so I want to preserve these semantics.
-- Best Regards, Yuval Itzchakov.
