Interface ExtendedExpression.ExpressionReferenceBase

All Known Implementing Classes:
ExtendedExpression.AggregateFunctionReference, ExtendedExpression.ExpressionReference, ImmutableAggregateFunctionReference, ImmutableExpressionReference
Enclosing class:
ExtendedExpression

public static interface ExtendedExpression.ExpressionReferenceBase
Base interface for expression references.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the output names associated with this reference.
  • Method Details

    • getOutputNames

      List<String> getOutputNames()
      Returns the output names associated with this reference.
      Returns:
      list of output names