org.objectweb.medor.query.api
Interface UnnestQueryNode
- Cloneable, FilteredQueryTree, QueryNode, QueryTree
- Unnest
public interface UnnestQueryNode
- Sebastien Chassande-Barrioz
addCalculatedField , addPropagatedField , getChildren , getTupleLoader , getType , isOuter , removeField , replace , setOuter , setTupleLoader , updateCalculatedField , updatePropagatedField |
getProjectedFields
public PropagatedField[] getProjectedFields()
It give the fields wich will be projected
with the fields of the nestedField
- a field[]
getUnnestedField
public NestedField getUnnestedField()
It give the field wich will be de-grouped.
The field is the old field.
- a field