daft.expressions.Expression.__mod__
daft.expressions.Expression.__mod__#
- Expression.__mod__(other: daft.expressions.expressions.Expression) daft.expressions.expressions.Expression [source]#
Takes the mod of two numeric expressions (
e1 % e2
)
Takes the mod of two numeric expressions (e1 % e2
)