Package | Description |
---|---|
org.apache.paimon.flink.lookup | |
org.apache.paimon.privilege | |
org.apache.paimon.table | |
org.apache.paimon.table.source | |
org.apache.paimon.table.system |
Modifier and Type | Class and Description |
---|---|
class |
LookupDataTableScan
StreamTableScan implementation for lookup streaming
planning. |
Modifier and Type | Method and Description |
---|---|
DataTableScan |
PrivilegedFileStoreTable.newScan() |
Modifier and Type | Method and Description |
---|---|
DataTableScan |
DataTable.newScan() |
DataTableScan |
DelegatedFileStoreTable.newScan() |
DataTableScan |
FallbackReadFileStoreTable.newScan() |
Modifier and Type | Interface and Description |
---|---|
interface |
StreamDataTableScan
Streaming
InnerTableScan with StreamTableScan . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataTableScan
An abstraction layer above
FileStoreScan to provide input split generation. |
class |
DataTableBatchScan
TableScan implementation for batch planning. |
class |
DataTableStreamScan
StreamTableScan implementation for streaming planning. |
Modifier and Type | Method and Description |
---|---|
DataTableScan |
DataTableScan.withShard(int indexOfThisSubtask,
int numberOfParallelSubtasks)
Specify the shard to be read, and allocate sharded files to read records.
|
DataTableScan |
DataTableStreamScan.withShard(int indexOfThisSubtask,
int numberOfParallelSubtasks) |
DataTableScan |
DataTableBatchScan.withShard(int indexOfThisSubtask,
int numberOfParallelSubtasks) |
Modifier and Type | Method and Description |
---|---|
DataTableScan |
FileMonitorTable.newScan() |
DataTableScan |
CompactBucketsTable.newScan() |
DataTableScan |
AuditLogTable.newScan() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.