Package | Description |
---|---|
org.apache.paimon.privilege | |
org.apache.paimon.table.object |
Modifier and Type | Class and Description |
---|---|
class |
PrivilegedObjectTable
|
Constructor and Description |
---|
PrivilegedObjectTable(ObjectTable wrapped,
PrivilegeChecker privilegeChecker,
Identifier identifier) |
Modifier and Type | Class and Description |
---|---|
static class |
ObjectTable.ObjectTableImpl
An implementation for
ObjectTable . |
Modifier and Type | Method and Description |
---|---|
ObjectTable |
ObjectTable.Builder.build() |
ObjectTable |
ObjectTable.copy(Map<String,String> dynamicOptions) |
ObjectTable |
ObjectTable.ObjectTableImpl.copy(Map<String,String> dynamicOptions) |
ObjectTable |
ObjectTable.copy(TableSchema newTableSchema) |
ObjectTable |
ObjectTable.ObjectTableImpl.copy(TableSchema newTableSchema) |
ObjectTable |
ObjectTable.copyWithLatestSchema() |
ObjectTable |
ObjectTable.ObjectTableImpl.copyWithLatestSchema() |
ObjectTable |
ObjectTable.copyWithoutTimeTravel(Map<String,String> dynamicOptions) |
ObjectTable |
ObjectTable.ObjectTableImpl.copyWithoutTimeTravel(Map<String,String> dynamicOptions) |
ObjectTable |
ObjectTable.switchToBranch(String branchName) |
ObjectTable |
ObjectTable.ObjectTableImpl.switchToBranch(String branchName) |
Modifier and Type | Method and Description |
---|---|
static long |
ObjectRefresh.refresh(ObjectTable table) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.