Interface | Description |
---|---|
CatalogUpdateRequest |
Represents an interface for catalog update requests.
|
MetalakeUpdateRequest |
Represents an interface for Metalake update requests.
|
SchemaUpdateRequest |
Represents a request to update a schema.
|
TableUpdateRequest |
Represents a request to update a table.
|
Class | Description |
---|---|
AddPartitionsRequest |
Request to add partitions to a table.
|
CatalogCreateRequest |
Represents a request to create a catalog.
|
CatalogUpdateRequest.RemoveCatalogPropertyRequest |
Request to remove a property from a catalog.
|
CatalogUpdateRequest.RenameCatalogRequest |
Request to rename a catalog.
|
CatalogUpdateRequest.SetCatalogPropertyRequest |
Request to set a property on a catalog.
|
CatalogUpdateRequest.UpdateCatalogCommentRequest |
Request to update the comment of a catalog.
|
CatalogUpdatesRequest |
Represents a request containing multiple catalog updates.
|
MetalakeCreateRequest |
Represents a request to create a Metalake.
|
MetalakeUpdateRequest.RemoveMetalakePropertyRequest |
Represents a request to remove a property from a Metalake.
|
MetalakeUpdateRequest.RenameMetalakeRequest |
Represents a request to rename a Metalake.
|
MetalakeUpdateRequest.SetMetalakePropertyRequest |
Represents a request to set a property on a Metalake.
|
MetalakeUpdateRequest.UpdateMetalakeCommentRequest |
Represents a request to update the comment on a Metalake.
|
MetalakeUpdatesRequest |
Represents a request containing multiple Metalake updates.
|
SchemaCreateRequest |
Represents a request to create a schema.
|
SchemaUpdateRequest.RemoveSchemaPropertyRequest |
Represents a request to remove a property of a schema.
|
SchemaUpdateRequest.SetSchemaPropertyRequest |
Represents a request to set a property of a schema.
|
SchemaUpdatesRequest |
Represents a request to update a schema.
|
TableCreateRequest |
Represents a request to create a table.
|
TableUpdateRequest.AddTableColumnRequest |
Represents a request to add a column to a table.
|
TableUpdateRequest.DeleteTableColumnRequest |
Represents a request to delete a column from a table.
|
TableUpdateRequest.RemoveTablePropertyRequest |
Represents a request to remove a property of a table.
|
TableUpdateRequest.RenameTableColumnRequest |
Represents a request to rename a column of a table.
|
TableUpdateRequest.RenameTableRequest |
Represents a request to rename a table.
|
TableUpdateRequest.SetTablePropertyRequest |
Represents a request to set a property of a table.
|
TableUpdateRequest.UpdateTableColumnCommentRequest |
Represents a request to update the comment of a column of a table.
|
TableUpdateRequest.UpdateTableColumnNullabilityRequest |
Represents a request to update the nullability of a column of a table.
|
TableUpdateRequest.UpdateTableColumnPositionRequest |
Represents a request to update the position of a column of a table.
|
TableUpdateRequest.UpdateTableColumnTypeRequest |
Represents a request to update the type of a column of a table.
|
TableUpdateRequest.UpdateTableCommentRequest |
Represents a request to update the comment of a table.
|
TableUpdatesRequest |
Represents a request to update a table.
|