Interface ApplyItem
- All Known Subinterfaces:
Aggregate,Ancestors,BottomTop,Compute,Concat,CustomFunction,Descendants,Expand,Filter,GroupBy,HierarchicalSubsetTransformation,HierarchyTransformation,Identity,OrderBy,Search,Skip,Top
- All Known Implementing Classes:
AbstractHierarchicalSubsetTransformation,AggregateImpl,AncestorsImpl,BottomTopImpl,ComputeImpl,ConcatImpl,CustomFunctionImpl,DescendantsImpl,ExpandImpl,FilterImpl,GroupByImpl,IdentityImpl,OrderByImpl,SearchImpl,SkipImpl,TopImpl
public interface ApplyItem
Represents a single transformation from the system query option $apply.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getKind
ApplyItem.Kind getKind()Gets the kind of the transformation.- Returns:
- transformation kind
-