Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

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.

previous

pyflink.table.expressions.null_of

next

pyflink.table.expressions.source_watermark

Show Source

Created using Sphinx 4.5.0.