- All Implemented Interfaces:
Serializable
, Term
The special term "." means all columns not otherwise in the formula
in the context of a data frame.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Binds the term to a schema.
Returns the set of variables used in this term.
-
Constructor Details
-
Dot
public Dot()
Constructor.
-
Method Details
-
-
variables
Description copied from interface: Term
Returns the set of variables used in this term.
- Specified by:
variables
in interface Term
- Returns:
- the set of variables used in this term.
-
bind
Description copied from interface: Term
Binds the term to a schema.
- Specified by:
bind
in interface Term
- Parameters:
schema
- the schema to bind the term with.
- Returns:
- the feature list.