Class CryptoFunctions.SHA512Function

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

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

    • SHA512Function

      public SHA512Function()
  • Method Details