Class StringFunctions.Rtrim

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

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

    • Rtrim

      public Rtrim()
  • Method Details