This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -79,26 +79,20 @@ aspect Hierarchy {
7979 LimitedDescendantCount : Integer64 = null ;
8080 DistanceFromRoot : Integer64 = null ;
8181 DrillState : String = null ;
82- Matched : Boolean = null ;
83- MatchedDescendantCount : Integer64 = null ;
8482 LimitedRank : Integer64 = null ;
8583}
8684
8785annotate Hierarchy with @ Capabilities . FilterRestrictions . NonFilterableProperties : [
8886 ' LimitedDescendantCount' ,
8987 ' DistanceFromRoot' ,
9088 ' DrillState' ,
91- ' Matched' ,
92- ' MatchedDescendantCount' ,
9389 ' LimitedRank'
9490];
9591
9692annotate Hierarchy with @ Capabilities . SortRestrictions . NonSortableProperties : [
9793 ' LimitedDescendantCount' ,
9894 ' DistanceFromRoot' ,
9995 ' DrillState' ,
100- ' Matched' ,
101- ' MatchedDescendantCount' ,
10296 ' LimitedRank'
10397];
10498
@@ -121,8 +115,6 @@ annotate my.Genres with @Hierarchy.RecursiveHierarchy #GenreHierarchy: {
121115 LimitedDescendantCount : LimitedDescendantCount ,
122116 DistanceFromRoot : DistanceFromRoot ,
123117 DrillState : DrillState ,
124- Matched : Matched ,
125- MatchedDescendantCount : MatchedDescendantCount ,
126118 LimitedRank : LimitedRank
127119};
128120
You can’t perform that action at this time.
0 commit comments