Class TableUpdateRequest.UpdateTableColumnTypeRequest

java.lang.Object
org.apache.gravitino.dto.requests.TableUpdateRequest.UpdateTableColumnTypeRequest
All Implemented Interfaces:
TableUpdateRequest, RESTMessage, RESTRequest
Enclosing interface:
TableUpdateRequest

public static class TableUpdateRequest.UpdateTableColumnTypeRequest extends Object implements TableUpdateRequest
Represents a request to update the type of a column of a table.
  • Constructor Details

    • UpdateTableColumnTypeRequest

      public UpdateTableColumnTypeRequest(String[] fieldName, Type newType)
      Constructor for UpdateTableColumnTypeRequest.
      Parameters:
      fieldName - the field name to update
      newType - the new type of the field
    • UpdateTableColumnTypeRequest

      public UpdateTableColumnTypeRequest()
      Default constructor for Jackson deserialization.
  • Method Details