it.unimi.di.mg4j.query.nodes
Class Select
java.lang.Object
it.unimi.di.mg4j.query.nodes.Select
- All Implemented Interfaces:
- Query, Serializable
public class Select
- extends Object
- implements Query
A node representing an index selection.
- Author:
- Sebastiano Vigna
- See Also:
- Serialized Form
index
public final CharSequence index
- The name of the index selected for the subquery.
query
public final Query query
- The only underlying node.
Select
public Select(CharSequence index,
Query query)
toString
public String toString()
- Overrides:
toString
in class Object
accept
public <T> T accept(QueryBuilderVisitor<T> visitor)
throws QueryBuilderVisitorException
- Description copied from interface:
Query
- Accepts a visitor.
- Specified by:
accept
in interface Query
- Parameters:
visitor
- the visitor.
- Returns:
- the result of the visit, or
null
if the visit should stop.
- Throws:
QueryBuilderVisitorException
- See Also:
Query
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object