fn up_to_antichain(up_to: Option<u64>) -> Antichain<Timestamp>
Convert an optional up_to timestamp into a sink’s exclusive upper antichain; None is the empty antichain (no bound — the sink runs indefinitely).
up_to
None