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.expression.Expression.log2#

property Expression.log2: pyflink.table.expression.Expression[float]#

Calculates the base 2 logarithm of the given value.

See also

log10, log2, ln, log()

New in version 1.12.0.

previous

pyflink.table.expression.Expression.log10

next

pyflink.table.expression.Expression.ln

Show Source

Created using Sphinx 4.5.0.