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