| Package | Description |
|---|---|
| org.apache.paimon.rest | |
| org.apache.paimon.rest.responses |
| Modifier and Type | Method and Description |
|---|---|
GetViewResponse |
RESTApi.getView(Identifier identifier)
Get view.
|
| Modifier and Type | Method and Description |
|---|---|
PagedList<GetViewResponse> |
RESTApi.listViewDetailsPaged(String databaseName,
Integer maxResults,
String pageToken,
String viewNamePattern)
List view details.
|
| Modifier and Type | Method and Description |
|---|---|
List<GetViewResponse> |
ListViewDetailsResponse.data() |
List<GetViewResponse> |
ListViewDetailsResponse.getViewDetails() |
| Constructor and Description |
|---|
ListViewDetailsResponse(List<GetViewResponse> viewDetails) |
ListViewDetailsResponse(List<GetViewResponse> viewDetails,
String nextPageToken) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.