eKuiper: Lightweight IoT data streaming analytics engine for edge computing
Use Cases Docs Blog Community
Star
Slack
Download
Download
Documentation eKuiper: Lightweight IoT data streaming analytics engine for edge computing
Use Cases
Docs
Blog
Community
  • English
  • 中文
Use Cases
Docs
Blog
Community
  • English
  • 中文
  • Introduction
  • Getting Started
  • Installation
  • Rules
  • Connectors
  • Cookbook
  • Integrations
  • Use Cases
  • Admin Guide
  • API Reference
  • Command Line Tool
  • Extension Develop Guide
  • SQL Reference
    • Statements

    • Syntax
    • Functions
      • Aggregate Functions
      • Mathematical Functions
      • String Functions
      • Array Functions
      • Object Functions
      • Hashing Functions
        • MD5
        • SHA1
        • SHA256
        • SHA384
        • SHA512
      • Transform Functions
      • JSON Functions
      • Date and Time Functions
      • Other Functions
      • Analytic Functions
      • Multi-Row Functions
      • Multi-Column Functions
      • Predefined function plugins
      • Window Functions
    • External Function
    • Windowing
  • English
  • 中文

# Hashing Functions

Hashing functions are used to hash the input value.

# MD5

md5(col)
1

Return md5 hashed value of the argument.

# SHA1

sha1(col)
1

Return sha1 hashed value of the argument.

# SHA256

sha256(col)
1

Return sha256 hashed value of the argument.

# SHA384

sha384(col)
1

Return sha384 hashed value of the argument.

# SHA512

sha512(col)
1

Return sha512 hashed value of the argument.

← Object Functions Transform Functions →

Report docs issues
Edit this page
What’s on this page
  • MD5
  • SHA1
  • SHA256
  • SHA384
  • SHA512
Was this page useful?
x