Class TermSelector

java.lang.Object
org.apache.cassandra.cql3.selection.Selector
org.apache.cassandra.cql3.selection.TermSelector

public class TermSelector extends Selector
Selector representing a simple term (literals or bound variables).

Note that we know the term does not include function calls for instance (this is actually enforced by the parser), those being dealt with by their own Selector.