| |
|
| java.lang.Object com.projity.algorithm.Query
Query | public class Query implements Factory,HasStartAndEnd(Code) | | This class applies an action visitor closure over an interval and select clauses
|
hasGroupBy | boolean hasGroupBy(Code) | | |
create | public Object create()(Code) | | This is the main calculation function. It will go thru all elements of the group by generator (if any) and
call back the action visitor.
Eventually, it will be capable of returning a generator which itself can be used in a subsequent query
|
currentGroupByObject | public Object currentGroupByObject()(Code) | | |
getActionVisitor | public Closure getActionVisitor()(Code) | | Returns the actionVisitor. |
getEnd | public long getEnd()(Code) | | Returns the end. |
getStart | public long getStart()(Code) | | Returns the start. |
|
|
|