Package org.apache.drill.exec.udfs
Class CryptoFunctions.SHA384Function
java.lang.Object
org.apache.drill.exec.udfs.CryptoFunctions.SHA384Function
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- CryptoFunctions
This function returns the SHA384 digest of a given input string.
Usage is shown below:
select sha384( 'testing' ) from (VALUES(1));
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SHA384Function
public SHA384Function()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-