Class StringFunctions.RpadTwoArg

java.lang.Object
org.apache.drill.exec.expr.fn.impl.StringFunctions.RpadTwoArg
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc
Enclosing class:
StringFunctions

public static class StringFunctions.RpadTwoArg extends Object implements DrillSimpleFunc
Fill up the string to length "length" by appending the characters ' ' at the end of 'text' If the string is already longer than length then it is truncated.
  • Constructor Details

    • RpadTwoArg

      public RpadTwoArg()
  • Method Details