pyflink.table.expressions.log# log(v, base=None) → pyflink.table.expression.Expression[float][source]# If base is specified, calculates the logarithm of the given value to the given base. Otherwise, calculates the natural logarithm of the given value. New in version 1.12.0.