Class CryptoFunctions.MD5Function

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

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

    • MD5Function

      public MD5Function()
  • Method Details