com.saxonica.expr.flwor
Class GroupByClause.ObjectToBeGrouped

java.lang.Object
  extended by com.saxonica.expr.flwor.GroupByClause.ObjectToBeGrouped
Enclosing class:
GroupByClause

public static class GroupByClause.ObjectToBeGrouped
extends Object

Inner class representing the contents of a tuple from the pre-grouping tuple stream; a set of such objects consitutes a group. The tuple from the input stream is represented as two Tuple objects, one holding the grouping key values and one holding everything else.


Field Summary
 Tuple groupingValues
           
 Tuple retainedValues
           
 
Constructor Summary
GroupByClause.ObjectToBeGrouped()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupingValues

public Tuple groupingValues

retainedValues

public Tuple retainedValues
Constructor Detail

GroupByClause.ObjectToBeGrouped

public GroupByClause.ObjectToBeGrouped()


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.