pyflink.table.expression.Expression.log# Expression.log(base=None) → pyflink.table.expression.Expression[float][source]# Calculates the natural logarithm of the given value if base is not specified. Otherwise, calculates the logarithm of the given value to the given base. See also log10, log2, ln, log() New in version 1.12.0.