Uses of Interface
com.sap.cds.ql.hana.HierarchySubset
Packages that use HierarchySubset
-
Uses of HierarchySubset in com.sap.cds.ql.hana
Methods in com.sap.cds.ql.hana that return HierarchySubsetModifier and TypeMethodDescriptionstatic HierarchySubset
Returns a function to compute the subset of a given hierarchy, which contains all nodes that are ancestors of a of start nodes setstatic HierarchySubset
HANA.ancestors
(StructuredType<?> entity) Returns a function to compute the subset of a given hierarchy, which contains all nodes that are ancestors of a start nodes set.Creates a copy of this hierarchy subset function with the given source.static HierarchySubset
HANA.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 nodesstatic HierarchySubset
HANA.descendants
(StructuredType<?> entity) Returns a function to compute the subset of a given hierarchy, which contains all nodes that are descendants of a set of start nodesHanaSupport.descendants
(Source<?> source) HierarchySubset.distance
(int distanceFromStart, boolean keepStart) Specifies a maximum absolute HIERARCHY_DISTANCEHierarchySubset.distance
(int from, int to) Specifies a minimum and a maximum HIERARCHY_DISTANCEHierarchySubset.from
(int from) Specifies a minimum HIERARCHY_DISTANCEHierarchySubset.startWhere
(CqnPredicate startWhere) Specifies a filter condition that identifies the start nodes of this hierarchy subset function.HierarchySubset.to
(int to) Specifies a maximum HIERARCHY_DISTANCE