Class IsNumeric

All Implemented Interfaces:
Serializable, Cloneable, GraphPatternGroupable, QueryModelNode, ValueExpr, VariableScopeChange

public class IsNumeric extends UnaryValueOperator
IsNumeric - Boolean operator determining if the supplied expression represents a numeric value.
Author:
Jeen
See Also:
  • Constructor Details

    • IsNumeric

      public IsNumeric()
    • IsNumeric

      public IsNumeric(ValueExpr arg)
  • Method Details