public static interface Term.Raw extends AssignementTestable
Modifier and Type | Method and Description |
---|---|
Term |
prepare(ColumnSpecification receiver)
This method validates this RawTerm is valid for provided column
specification and "prepare" this RawTerm, returning the resulting
prepared Term.
|
isAssignableTo
Term prepare(ColumnSpecification receiver) throws InvalidRequestException
receiver
- the "column" this RawTerm is supposed to be a value of. Note
that the ColumnSpecification may not correspond to a real column in the
case this RawTerm describe a list index or a map key, etc...InvalidRequestException
Copyright © 2013 The Apache Software Foundation