Class StringFunctions.RtrimOneArg

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

public static class StringFunctions.RtrimOneArg extends Object implements DrillSimpleFunc
Remove the longest string containing only character " " from the end of "text"
  • Constructor Details

    • RtrimOneArg

      public RtrimOneArg()
  • Method Details