Interface ApplyItem
- All Known Subinterfaces:
Aggregate,BottomTop,Compute,Concat,CustomFunction,Expand,Filter,GroupBy,Identity,OrderBy,Search,Skip,Top
- All Known Implementing Classes:
AggregateImpl,BottomTopImpl,ComputeImpl,ConcatImpl,CustomFunctionImpl,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
-