Hi Yuval,
currently there is no API for getting those insights. I guess you need
to use internal API for getting this information. Which planner and
version are you using?
Regards,
Timo
On 18.05.20 14:16, Yuval Itzchakov wrote:
> 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.