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.sha1#

property Expression.sha1: pyflink.table.expression.Expression[str]#

Returns the SHA-1 hash of the string argument; null if string is null.

Returns

string of 40 hexadecimal digits or null.

See also

md5, sha1, sha224, sha256, sha384, sha512, sha2

New in version 1.12.0.

previous

pyflink.table.expression.Expression.md5

next

pyflink.table.expression.Expression.sha224

Show Source

Created using Sphinx 4.5.0.