Package | Description |
---|---|
org.apache.paimon.flink.lookup |
Modifier and Type | Method and Description |
---|---|
static LookupFileStoreTable.LookupStreamScanMode |
LookupFileStoreTable.LookupStreamScanMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupFileStoreTable.LookupStreamScanMode[] |
LookupFileStoreTable.LookupStreamScanMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LookupDataTableScan(CoreOptions options,
SnapshotReader snapshotReader,
SnapshotManager snapshotManager,
boolean supportStreamingReadOverwrite,
DefaultValueAssigner defaultValueAssigner,
LookupFileStoreTable.LookupStreamScanMode lookupScanMode) |
LookupFileStoreTable(FileStoreTable wrapped,
LookupFileStoreTable.LookupStreamScanMode lookupScanMode) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.