Producer.__rpow__()#
relationalai
#Producer.__rpow__(base: Any) -> Expression
Returns an Expression
that produces the power of base
raised to the values produced by the Producer
.
.__rpow__()
is implemented so that you may use a non-Producer
object as the base of the exponent.