Class CryptoFunctions.SHA384Function

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

public static class CryptoFunctions.SHA384Function extends Object implements DrillSimpleFunc
This function returns the SHA384 digest of a given input string. Usage is shown below: select sha384( 'testing' ) from (VALUES(1));
  • Constructor Details

    • SHA384Function

      public SHA384Function()
  • Method Details