Class FieldReferenceDTO.Builder
java.lang.Object
org.apache.gravitino.dto.rel.expressions.FieldReferenceDTO.Builder
- Enclosing class:
- FieldReferenceDTO
Builder for
FieldReferenceDTO.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the field reference.withColumnName(String columnName) Set the column name for the field reference.withFieldName(String[] fieldName) Set the field name for the field reference.
-
Method Details
-
withFieldName
Set the field name for the field reference.- Parameters:
fieldName- The field name.- Returns:
- The builder.
-
withColumnName
Set the column name for the field reference.- Parameters:
columnName- The column name.- Returns:
- The builder.
-
build
Build the field reference.- Returns:
- The field reference.
-