Change-Id: I20fd3eabdb3777acd2ff7ffa144367929f2127d5
:tags: core, feature, sql
:tickets: 12479
- The Core operator system now includes the `matmul` operator, i.e. the
- @ operator in Python as an optional operator.
+ The Core operator system now includes the ``matmul`` operator, i.e. the
+ ``@`` operator in Python as an optional operator.
+ In addition to the ``__matmul__`` and ``__rmatmul__`` operator support
+ this change also adds the missing ``__rrshift__`` and ``__rlshift__``.
+ Pull request courtesy AramÃs Segovia.