Interface Transformation

All Superinterfaces:
Function<com.sap.cds.ql.Select<?>,com.sap.cds.ql.Select<?>>, UnaryOperator<com.sap.cds.ql.Select<?>>
All Known Implementing Classes:
AggregateTransformation, ComputeTransformation, FilterByAggregateTransformation, FilterTransformation, GroupByTransformation, IdentityTransformation, OrderByTransformation, SearchTransformation, SkipTransformation, TopTransformation

public interface Transformation extends UnaryOperator<com.sap.cds.ql.Select<?>>
  • Method Details

    • rank

      int rank()
    • requiresWrapping

      default boolean requiresWrapping(Transformation previous)