Class TableUpdateRequest.AddTableIndexRequest

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

public static class TableUpdateRequest.AddTableIndexRequest extends Object implements TableUpdateRequest
Represents a request to add an index to a table.
  • Constructor Details

    • AddTableIndexRequest

      public AddTableIndexRequest()
      Default constructor for Jackson deserialization.
    • AddTableIndexRequest

      public AddTableIndexRequest(Index.IndexType type, String name, String[][] fieldNames)
      The constructor of the add table index request.
      Parameters:
      type - The type of the index
      name - The name of the index
      fieldNames - The field names under the table contained in the index.
  • Method Details