Class FuncExpressionDTO.Builder
java.lang.Object
org.apache.gravitino.dto.rel.expressions.FuncExpressionDTO.Builder
- Enclosing class:
- FuncExpressionDTO
Builder for
FuncExpressionDTO.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the function expression.withFunctionArgs(FunctionArg... functionArgs) Set the function arguments for the function expression.withFunctionName(String functionName) Set the function name for the function expression.
-
Method Details
-
withFunctionName
Set the function name for the function expression.- Parameters:
functionName- The function name.- Returns:
- The builder.
-
withFunctionArgs
Set the function arguments for the function expression.- Parameters:
functionArgs- The function arguments.- Returns:
- The builder.
-
build
Builds the function expression.- Returns:
- The function expression.
-