Package org.apache.drill.exec.udfs
Class CryptoFunctions.AESDecryptFunction
java.lang.Object
org.apache.drill.exec.udfs.CryptoFunctions.AESDecryptFunction
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- CryptoFunctions
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 Summary
-
Method Summary
-
Constructor Details
-
AESDecryptFunction
public AESDecryptFunction()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-