Class CryptoFunctions.AESDecryptFunction

java.lang.Object
org.apache.drill.exec.udfs.CryptoFunctions.AESDecryptFunction
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc
Enclosing class:
CryptoFunctions

public static class CryptoFunctions.AESDecryptFunction extends Object implements DrillSimpleFunc
AES_DECRYPT() decrypts the encrypted string crypt_str using the key string key_str and returns the original cleartext string. If either function argument is NULL, the function returns NULL. Usage: SELECT aes_decrypt( , ) FROM ...
  • Constructor Details

    • AESDecryptFunction

      public AESDecryptFunction()
  • Method Details