Class UnparsedExpressionDTO.Builder
java.lang.Object
org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO.Builder
- Enclosing class:
- UnparsedExpressionDTO
Builder for
UnparsedExpressionDTO
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the unparsed expression.withUnparsedExpression
(String unparsedExpression) Set the unparsed expression.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withUnparsedExpression
Set the unparsed expression.- Parameters:
unparsedExpression
- The unparsed expression.- Returns:
- The builder.
-
build
Build the unparsed expression.- Returns:
- The unparsed expression.
-