Uses of Interface
com.sap.cds.ql.hana.Hierarchy
Packages that use Hierarchy
-
Uses of Hierarchy in com.sap.cds.ql.hana
Methods in com.sap.cds.ql.hana that return HierarchyModifier and TypeMethodDescriptionCreates a copy of this hierarchy generator function with the given source.Specifies the maximum search depth during hierarchy generation.static HierarchyReturns a function that generates a hierarchy based on recursive parent-child source data.Hierarchy.orderBy(CqnSortSpecification... siblingOrderBy) Specifies the sort order of sibling nodes.Specifies the sort order of sibling nodes given as element names of the source of this hierarchy.Hierarchy.orderBy(List<CqnSortSpecification> siblingOrderBy) Specifies the sort order of sibling nodes.Hierarchy.startWhere(CqnPredicate startWhere) Specifies a filter condition that identifies the root nodes of the hierarchy generated by this generator.Methods in com.sap.cds.ql.hana with parameters of type HierarchyModifier and TypeMethodDescriptionstatic HierarchySubsetReturns a function to compute the subset of a given hierarchy, which contains all nodes that are ancestors of a of start nodes setstatic HierarchySubsetHANA.descendants(Hierarchy hierarchy) Returns a function to compute the subset of a given hierarchy, which contains all nodes that are descendants of a set of start nodes