ImmutableFunctionCallOperator |
ImmutableFunctionCallOperator.Builder.build() |
|
static ImmutableFunctionCallOperator |
ImmutableFunctionCallOperator.copyOf(FunctionCallOperator instance) |
|
ImmutableFunctionCallOperator |
ImmutableFunctionCallOperator.withArgs(Expression... elements) |
Copy the current immutable object with elements that replace the content of args.
|
ImmutableFunctionCallOperator |
ImmutableFunctionCallOperator.withArgs(Iterable<? extends Expression> elements) |
Copy the current immutable object with elements that replace the content of args.
|
ImmutableFunctionCallOperator |
ImmutableFunctionCallOperator.withFunctionName(String value) |
Copy the current immutable object by setting a value for the functionName attribute.
|
ImmutableFunctionCallOperator |
ImmutableFunctionCallOperator.withValueType(ValueType value) |
Copy the current immutable object by setting a value for the valueType attribute.
|