Class Mul

All Implemented Interfaces:
Serializable, Term

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

    • Mul

      public Mul(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.