Class Abs

All Implemented Interfaces:
Serializable, Term

public class Abs extends AbstractFunction
The term of abs function.
See Also:
  • Constructor Details

    • Abs

      public Abs(Term x)
      Constructor.
      Parameters:
      x - the term that the function is applied to.
  • Method Details

    • bind

      public List<Feature> bind(StructType schema)
      Description copied from interface: Term
      Binds the term to a schema.
      Parameters:
      schema - the schema to bind the term with.
      Returns:
      the feature list.