Package | Description |
---|---|
org.apache.paimon.rest.requests | |
org.apache.paimon.rest.responses |
Modifier and Type | Method and Description |
---|---|
ViewSchema |
CreateViewRequest.getSchema() |
Constructor and Description |
---|
CreateViewRequest(Identifier identifier,
ViewSchema schema) |
Modifier and Type | Method and Description |
---|---|
ViewSchema |
GetViewResponse.getSchema() |
Constructor and Description |
---|
GetViewResponse(String id,
String name,
ViewSchema schema) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.