Class Div

All Implemented Interfaces:
Serializable, Term

public class Div extends Operator
The term of a / b expression.
See Also:
  • Constructor Details

    • Div

      public Div(Term a, Term b)
      Constructor.
      Parameters:
      a - the first factor.
      b - the second factor.
  • 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.