Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive | |
org.apache.paimon.view |
Modifier and Type | Method and Description |
---|---|
View |
DelegateCatalog.getView(Identifier identifier) |
default View |
Catalog.getView(Identifier identifier)
Return a
View identified by the given Identifier . |
Modifier and Type | Method and Description |
---|---|
void |
DelegateCatalog.createView(Identifier identifier,
View view,
boolean ignoreIfExists) |
default void |
Catalog.createView(Identifier identifier,
View view,
boolean ignoreIfExists)
Create a new view.
|
Modifier and Type | Method and Description |
---|---|
View |
HiveCatalog.getView(Identifier identifier) |
Modifier and Type | Method and Description |
---|---|
void |
HiveCatalog.createView(Identifier identifier,
View view,
boolean ignoreIfExists) |
Modifier and Type | Class and Description |
---|---|
class |
ViewImpl
Implementation of
View . |
Modifier and Type | Method and Description |
---|---|
View |
ViewImpl.copy(Map<String,String> dynamicOptions) |
View |
View.copy(Map<String,String> dynamicOptions)
Copy this view with adding dynamic options.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.