public class Abs extends AbstractFunction
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Feature> |
bind(StructType schema)
Binds the term to a schema.
|
toString, variablespublic Abs(Term x)
x - the term that the function is applied to.public java.util.List<Feature> bind(StructType schema)
Term