Package | Description |
---|---|
org.apache.paimon.flink.lookup | |
org.apache.paimon.table.source |
Modifier and Type | Class and Description |
---|---|
class |
LookupDataTableScan
StreamTableScan implementation for lookup streaming
planning. |
Modifier and Type | Interface and Description |
---|---|
interface |
DataTableScan
Table scan for data table.
|
interface |
InnerTableScan
Inner
TableScan contains filter push down. |
interface |
StreamDataTableScan
Streaming
InnerTableScan with StreamTableScan . |
interface |
StreamTableScan
TableScan for streaming, supports StreamTableScan.checkpoint() and StreamTableScan.restore(java.lang.Long) . |
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. |
class |
ReadOnceTableScan
An
InnerTableScan for reading only once, this is for batch scan. |
Modifier and Type | Method and Description |
---|---|
TableScan |
ReadBuilderImpl.newScan() |
TableScan |
ReadBuilder.newScan()
Create a
TableScan to perform batch planning. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.