Interface BlazeFunctionExpression<X>

Type Parameters:
X - The target type
All Superinterfaces:
BlazeExpression<X>, Expression<X>, Selection<X>, TupleElement<X>
All Known Subinterfaces:
BlazeAggregateFunctionExpression<X>, BlazeOrderedSetAggregateFunctionExpression<X>, BlazeWindowFunctionExpression<X>

public interface BlazeFunctionExpression<X> extends BlazeExpression<X>
An Expression for a function.
Since:
1.6.4
Author:
Christian Beikov
  • Method Details

    • getFunctionName

      String getFunctionName()
      Returns the name of the function.
      Returns:
      the name of the function