public interface HyperTerm
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
bind(StructType schema)
Binds the term to a schema.
|
java.util.List<? extends Term> |
terms()
Returns the list of terms after expanding the hyperterm.
|
java.util.Set<java.lang.String> |
variables()
Returns the list of variables used in this term.
|
void bind(StructType schema)
java.util.List<? extends Term> terms()
java.util.Set<java.lang.String> variables()