fn reject_variant_in_internal_storage_key(
stream_node: &mut StreamNode,
) -> Result<()>Expand description
Rejects VARIANT (including nested) in the storage pk of any internal state table. Internal
tables only materialize when the plan is lowered to protobuf, so this is the single point that
backstops operators whose state keys no logical checker visits.