| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.store.connector.lookup |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PrimaryKeyLookupTable
A
LookupTable for primary key table. |
class |
SecondaryIndexLookupTable
A
LookupTable for primary key table which provides lookup by secondary key. |
| 限定符和类型 | 方法和说明 |
|---|---|
static LookupTable |
LookupTable.create(RocksDBStateFactory stateFactory,
org.apache.flink.table.types.logical.RowType rowType,
List<String> primaryKey,
List<String> joinKey,
java.util.function.Predicate<org.apache.flink.table.data.RowData> recordFilter,
long lruCacheSize) |
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.