All Superinterfaces:
ApplyItem

public interface Compute extends ApplyItem
Represents the compute transformation.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem

    ApplyItem.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the compute expressions.

    Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem

    getKind
  • Method Details

    • getExpressions

      List<ComputeExpression> getExpressions()
      Gets the compute expressions.
      Returns:
      a non-empty list of compute expressions (and never null)